Searched refs:glGetProgramiv (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | attribute.cpp | 24 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_ATTRIBUTES, &attributeCount)); in getActiveAttributes() 27 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &maxAttributeLength)); in getActiveAttributes()
|
| H A D | uniform.cpp | 91 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_UNIFORMS, &count)); in activeUniforms() 92 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLength)); in activeUniforms()
|
| H A D | context.cpp | 228 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_LINK_STATUS, &status)); in verifyProgramLinkage() 234 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_INFO_LOG_LENGTH, &logLength)); in verifyProgramLinkage() 338 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_PROGRAM_BINARY_LENGTH, &binaryLength)); in getBinaryProgram()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_core.c | 99 glGetProgramiv(prog, GL_LINK_STATUS, &ok); in glamor_link_glsl_prog() 104 glGetProgramiv(prog, GL_INFO_LOG_LENGTH, &size); in glamor_link_glsl_prog()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 125 glGetProgramiv(prog, GL_LINK_STATUS, &ok); in ephyr_glamor_build_glsl_prog() 130 glGetProgramiv(prog, GL_INFO_LOG_LENGTH, &size); in ephyr_glamor_build_glsl_prog()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/ |
| H A D | gl_impl.hpp | 100 …#define glGetProgramiv(...) QOpenGLContext::currentContext()->functions()->glGetProgramiv(__VA_ARG… macro
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-eglstream.c | 157 glGetProgramiv(prog, GL_LINK_STATUS, &ok); in xwl_eglstream_build_glsl_prog() 162 glGetProgramiv(prog, GL_INFO_LOG_LENGTH, &size); in xwl_eglstream_build_glsl_prog()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.c | 320 glGetProgramiv(ctx->program, GL_LINK_STATUS, &status); in egl_init_ctx()
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 590 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 590 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
|
| H A D | gl31.h | 592 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
|
| H A D | gl32.h | 592 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
|