OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC
(Results
26 - 27
of
27
) sorted by null
1
2
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h
580
typedef void (GL_APIENTRYP
PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC
) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
[
all
...]
/frameworks/native/opengl/include/GLES2/
gl2ext.h
[
all
...]
Completed in 408 milliseconds
1
2