OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCopyImageSubDataOES
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/debug/
unwrap_gles.h
128
#undef
glCopyImageSubDataOES
wrap_gles.h
128
#define
glCopyImageSubDataOES
wrap_glCopyImageSubDataOES
[
all
...]
/development/ndk/platforms/android-24/include/GLES2/
gl2ext.h
282
GL_APICALL void GL_APIENTRY
glCopyImageSubDataOES
(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
[
all
...]
/frameworks/native/opengl/include/GLES2/
gl2ext.h
282
GL_APICALL void GL_APIENTRY
glCopyImageSubDataOES
(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
[
all
...]
Completed in 5477 milliseconds