Searched refs:PFNGLSECONDARYCOLOR3DPROC (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2418 typedef void (GLAD_API_PTR *PFNGLSECONDARYCOLOR3DPROC)(GLdouble red, GLdouble green, GLdouble blue); typedef 3681 GLAD_API_CALL PFNGLSECONDARYCOLOR3DPROC glad_glSecondaryColor3d; 4740 PFNGLSECONDARYCOLOR3DPROC glad_glSecondaryColor3d = NULL; 5406 glad_glSecondaryColor3d = (PFNGLSECONDARYCOLOR3DPROC) load(userptr, "glSecondaryColor3d"); in glad_gl_load_GL_VERSION_1_4()
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 364 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); typedef
|
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 383 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 381 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 381 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); typedef
|
Completed in 229 milliseconds