Searched refs:glExtGetFramebuffersQCOM (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 66 glExtGetFramebuffersQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 82 glExtGetFramebuffersQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 82 GL_ENTRY(void, glExtGetFramebuffersQCOM, GLuint *framebuffers, GLint maxFramebuffers, GLint *numFra…
|
D | entries.in | 252 GL_ENTRY(void, glExtGetFramebuffersQCOM, GLuint *framebuffers, GLint maxFramebuffers, GLint *numFra…
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 379 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
D | stubs_arm.cc | 99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 379 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 430 void API_ENTRY(glExtGetFramebuffersQCOM)(GLuint *framebuffers, GLint maxFramebuffers, GLint *numFra… 431 CALL_GL_API(glExtGetFramebuffersQCOM, framebuffers, maxFramebuffers, numFramebuffers);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 229 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 1077 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 229 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 1077 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 229 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 1077 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
D | stubs_arm.cc | 229 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetFramebuffersQCOM); 1077 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetFramebuffersQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 252 #define glExtGetFramebuffersQCOM wrap_glExtGetFramebuffersQCOM macro
|
D | gles_undefine.h | 251 #undef glExtGetFramebuffersQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 870 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLin…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1423 void API_ENTRY(glExtGetFramebuffersQCOM)(GLuint *framebuffers, GLint maxFramebuffers, GLint *numFra… 1424 CALL_GL_API(glExtGetFramebuffersQCOM, framebuffers, maxFramebuffers, numFramebuffers);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3502 GL_APICALL void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, …
|