Searched refs:PFNGLCOPYTEXSUBIMAGE3DOESPROC (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/ |
H A D | gles_loader_autogen.cpp | 765 ANGLE_UTIL_EXPORT PFNGLCOPYTEXSUBIMAGE3DOESPROC l_glCopyTexSubImage3DOES; 2037 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE3DOESPROC>(loadProc("glCopyTexSubImage3DOES")); in LoadGLES()
|
H A D | gles_loader_autogen.h | 1582 ANGLE_UTIL_EXPORT extern PFNGLCOPYTEXSUBIMAGE3DOESPROC l_glCopyTexSubImage3DOES;
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_gles_loader_autogen.cpp | 793 ANGLE_TRACE_LOADER_EXPORT PFNGLCOPYTEXSUBIMAGE3DOESPROC t_glCopyTexSubImage3DOES; 2067 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE3DOESPROC>(loadProc("glCopyTexSubImage3DOES")); in LoadGLES()
|
H A D | trace_gles_loader_autogen.h | 1631 ANGLE_TRACE_LOADER_EXPORT extern PFNGLCOPYTEXSUBIMAGE3DOESPROC t_glCopyTexSubImage3DOES;
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 602 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); typedef
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 583 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 586 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 586 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); typedef
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 583 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); typedef
|
Completed in 72 milliseconds