Home
last modified time | relevance | path

Searched refs:PFNGLCOPYTEXSUBIMAGE2DPROC (Results 1 – 25 of 43) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/
Dgl3w.c188 PFNGLCOPYTEXSUBIMAGE2DPROC gl3wCopyTexSubImage2D;
795 gl3wCopyTexSubImage2D = (PFNGLCOPYTEXSUBIMAGE2DPROC) get_proc("glCopyTexSubImage2D"); in load_procs()
Dgl3w.h75 extern PFNGLCOPYTEXSUBIMAGE2DPROC gl3wCopyTexSubImage2D;
/third_party/flutter/glfw/deps/
Dglad.c98 PFNGLCOPYTEXSUBIMAGE2DPROC glad_glCopyTexSubImage2D;
1067 glad_glCopyTexSubImage2D = (PFNGLCOPYTEXSUBIMAGE2DPROC)load("glCopyTexSubImage2D"); in load_GL_VERSION_1_1()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr;
Dfunctionsgl_typedefs.h157 typedef void(INTERNAL_GL_APIENTRY *PFNGLCOPYTEXSUBIMAGE2DPROC)(GLenum, typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr;
Dfunctionsgl_typedefs.h157 typedef void(INTERNAL_GL_APIENTRY *PFNGLCOPYTEXSUBIMAGE2DPROC)(GLenum, typedef
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_gles_loader_autogen.cpp122 ANGLE_TRACE_LOADER_EXPORT PFNGLCOPYTEXSUBIMAGE2DPROC t_glCopyTexSubImage2D;
982 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE2DPROC>(loadProc("glCopyTexSubImage2D")); in LoadGLES()
Dtrace_gles_loader_autogen.h922 ANGLE_TRACE_LOADER_EXPORT extern PFNGLCOPYTEXSUBIMAGE2DPROC t_glCopyTexSubImage2D;
/third_party/skia/third_party/externals/angle2/util/
Dgles_loader_autogen.cpp122 ANGLE_UTIL_EXPORT PFNGLCOPYTEXSUBIMAGE2DPROC l_glCopyTexSubImage2D;
952 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE2DPROC>(loadProc("glCopyTexSubImage2D")); in LoadGLES()
Dgles_loader_autogen.h922 ANGLE_UTIL_EXPORT extern PFNGLCOPYTEXSUBIMAGE2DPROC l_glCopyTexSubImage2D;
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/mesa3d/include/GLES2/
Dgl2.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/openGLES/api/GLES2/
Dgl2.h388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/skia/third_party/externals/angle2/include/GLES/
Dgl.h466 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2.h388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
Dgl.h466 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/
Dgl2.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/flutter/skia/third_party/externals/angle2/util/
Dgles_loader_autogen.cpp123 ANGLE_UTIL_EXPORT PFNGLCOPYTEXSUBIMAGE2DPROC glCopyTexSubImage2D;
1627 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE2DPROC>(loadProc("glCopyTexSubImage2D")); in LoadGLES()
Dgles_loader_autogen.h131 ANGLE_UTIL_EXPORT extern PFNGLCOPYTEXSUBIMAGE2DPROC glCopyTexSubImage2D;
/third_party/flutter/glfw/deps/glad/
Dglad.h2325 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC)(GLenum target, GLint level, GLint xoffset, GLin… typedef
2326 GLAPI PFNGLCOPYTEXSUBIMAGE2DPROC glad_glCopyTexSubImage2D;
/third_party/openGLES/api/GLES3/
Dgl3.h388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/mesa3d/include/GLES3/
Dgl3.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/
Dgl3.h407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, … typedef

12