Searched refs:PFNGLTEXSUBIMAGE1DPROC (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.h | 92 PFNGLTEXSUBIMAGE1DPROC texSubImage1D = nullptr;
|
H A D | functionsgl_typedefs.h | 171 typedef void(INTERNAL_GL_APIENTRY *PFNGLTEXSUBIMAGE1DPROC)(GLenum, typedef
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2507 typedef void (GLAD_API_PTR *PFNGLTEXSUBIMAGE1DPROC)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels); typedef 3859 GLAD_API_CALL PFNGLTEXSUBIMAGE1DPROC glad_glTexSubImage1D; 4829 PFNGLTEXSUBIMAGE1DPROC glad_glTexSubImage1D = NULL; 5328 glad_glTexSubImage1D = (PFNGLTEXSUBIMAGE1DPROC) load(userptr, "glTexSubImage1D"); in glad_gl_load_GL_VERSION_1_1()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 407 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels); typedef
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 388 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels); typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 406 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels); typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 406 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels); typedef
|
Completed in 108 milliseconds