Searched refs:PFNGLGETACTIVEUNIFORMNAMEPROC (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.h | 348 PFNGLGETACTIVEUNIFORMNAMEPROC getActiveUniformName = nullptr;
|
H A D | functionsgl_typedefs.h | 649 typedef void(INTERNAL_GL_APIENTRY *PFNGLGETACTIVEUNIFORMNAMEPROC)(GLuint, typedef
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2107 typedef void (GLAD_API_PTR *PFNGLGETACTIVEUNIFORMNAMEPROC)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName); typedef 3059 GLAD_API_CALL PFNGLGETACTIVEUNIFORMNAMEPROC glad_glGetActiveUniformName; 4429 PFNGLGETACTIVEUNIFORMNAMEPROC glad_glGetActiveUniformName = NULL; 5661 glad_glGetActiveUniformName = (PFNGLGETACTIVEUNIFORMNAMEPROC) load(userptr, "glGetActiveUniformName"); in glad_gl_load_GL_VERSION_3_1()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1475 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
H A D | glext.h | 1363 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1456 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
H A D | glext.h | 1344 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1475 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
H A D | glext.h | 1362 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1475 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
H A D | glext.h | 1362 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); typedef
|
Completed in 284 milliseconds