Searched refs:glCopyTexSubImage3DOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 32 glCopyTexSubImage3DOES;
|
D | libGLESv3.map.txt | 68 glCopyTexSubImage3DOES;
|
D | entries.in | 121 GL_ENTRY(void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3DOES); 962 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage3DOES); in init_stub_library()
|
D | stubs_arm64.cc | 114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3DOES); 962 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage3DOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3DOES); 962 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3DOES); in init_stub_library()
|
D | stubs_arm.cc | 114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3DOES); 962 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3DOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 130 #define glCopyTexSubImage3DOES wrap_glCopyTexSubImage3DOES macro
|
D | gles_undefine.h | 130 #undef glCopyTexSubImage3DOES
|
D | gles_stubs.in | 1201 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL… 1202 …CALL_GL_API(glCopyTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, x, y, width, height);
|
D | gles_decls.in | 401 GL_ENTRY(void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 133 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL… 134 …CALL_GL_API(glCopyTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, x, y, width, height);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 593 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
|