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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java411 // C function void glCopyImageSubDataEXT ( 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 )
413 public static native void glCopyImageSubDataEXT( method in class:GLES31Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h124 #define glCopyImageSubDataEXT wrap_glCopyImageSubDataEXT macro
H A Dgles_undefine.h124 #undef glCopyImageSubDataEXT macro

Completed in 446 milliseconds