Home
last modified time | relevance | path

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 Dattribute.cpp24 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 Duniform.cpp91 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 Dcontext.cpp228 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 Dglamor_core.c99 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 Dephyr_glamor_glx.c125 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 Dgl_impl.hpp100 …#define glGetProgramiv(...) QOpenGLContext::currentContext()->functions()->glGetProgramiv(__VA_ARG… macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c157 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 Ddrm_egl.c320 glGetProgramiv(ctx->program, GL_LINK_STATUS, &status); in egl_init_ctx()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h590 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h590 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
H A Dgl31.h592 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
H A Dgl32.h592 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);