Searched defs:glCopyImageSubData (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java247 // C function void glCopyImageSubData ( 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 )
249 public static native void glCopyImageSubData( method in class:GLES32
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h123 #define glCopyImageSubData wrap_glCopyImageSubData macro
H A Dgles_undefine.h123 #undef glCopyImageSubData macro

Completed in 123 milliseconds