Searched refs:PFNGLCOMPRESSEDTEXIMAGE3DOESPROC (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/angle2/util/ |
| H A D | gles_loader_autogen.cpp | 763 ANGLE_UTIL_EXPORT PFNGLCOMPRESSEDTEXIMAGE3DOESPROC l_glCompressedTexImage3DOES; 2033 reinterpret_cast<PFNGLCOMPRESSEDTEXIMAGE3DOESPROC>(loadProc("glCompressedTexImage3DOES")); in LoadGLES()
|
| H A D | gles_loader_autogen.h | 1580 ANGLE_UTIL_EXPORT extern PFNGLCOMPRESSEDTEXIMAGE3DOESPROC l_glCompressedTexImage3DOES;
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| H A D | trace_gles_loader_autogen.cpp | 791 ANGLE_TRACE_LOADER_EXPORT PFNGLCOMPRESSEDTEXIMAGE3DOESPROC t_glCompressedTexImage3DOES; 2063 reinterpret_cast<PFNGLCOMPRESSEDTEXIMAGE3DOESPROC>(loadProc("glCompressedTexImage3DOES")); in LoadGLES()
|
| H A D | trace_gles_loader_autogen.h | 1629 ANGLE_TRACE_LOADER_EXPORT extern PFNGLCOMPRESSEDTEXIMAGE3DOESPROC t_glCompressedTexImage3DOES;
|
| /third_party/mesa3d/include/GLES2/ |
| H A D | gl2ext.h | 603 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); typedef
|
| /third_party/openGLES/api/GLES2/ |
| H A D | gl2ext.h | 584 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); typedef
|
| /third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
| H A D | gl2ext.h | 587 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); typedef
|
| /third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
| H A D | gl2ext.h | 587 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); typedef
|
| /third_party/skia/third_party/externals/angle2/include/GLES2/ |
| H A D | gl2ext.h | 584 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); typedef
|
Completed in 72 milliseconds