Home
last modified time | relevance | path

Searched refs:glExtGetBuffersQCOM (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt65 glExtGetBuffersQCOM; # introduced-mips=9 introduced-x86=9
DlibGLESv1_CM.map.txt81 glExtGetBuffersQCOM; # introduced-mips=9 introduced-x86=9
Dentries_gles1.in81 GL_ENTRY(void, glExtGetBuffersQCOM, GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
Dentries.in251 GL_ENTRY(void, glExtGetBuffersQCOM, GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
378 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBuffersQCOM); in init_stub_library()
Dstubs_arm.cc98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
378 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBuffersQCOM); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in424 void API_ENTRY(glExtGetBuffersQCOM)(GLuint *buffers, GLint maxBuffers, GLint *numBuffers) {
425 CALL_GL_API(glExtGetBuffersQCOM, buffers, maxBuffers, numBuffers);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc228 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
1076 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBuffersQCOM); in init_stub_library()
Dstubs_arm64.cc228 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
1076 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBuffersQCOM); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc228 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
1076 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBuffersQCOM); in init_stub_library()
Dstubs_arm.cc228 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBuffersQCOM);
1076 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBuffersQCOM); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h251 #define glExtGetBuffersQCOM wrap_glExtGetBuffersQCOM macro
Dgles_undefine.h250 #undef glExtGetBuffersQCOM
/frameworks/native/opengl/include/GLES/
Dglext.h868 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1417 void API_ENTRY(glExtGetBuffersQCOM)(GLuint *buffers, GLint maxBuffers, GLint *numBuffers) {
1418 CALL_GL_API(glExtGetBuffersQCOM, buffers, maxBuffers, numBuffers);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3500 GL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffe…