/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 6 glBeginQuery;
|
D | entries.in | 13 GL_ENTRY(void, glBeginQuery, GLenum target, GLuint id)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 16 void glBeginQuery ( GLenum target, GLuint id )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 540 public static native void glBeginQuery( in glBeginQuery() method in GLES30
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBeginQuery); in init_stub_library()
|
D | stubs_riscv64.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBeginQuery); in init_stub_library()
|
D | stubs_arm64.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBeginQuery); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv2/ |
D | stubs_arm.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBeginQuery); in init_stub_library()
|
D | stubs_arm64.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBeginQuery); in init_stub_library()
|
D | stubs_riscv64.cc | 29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginQuery); 877 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBeginQuery); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 457 void API_ENTRY(glBeginQuery)(GLenum target, GLuint id) { 458 CALL_GL_API(glBeginQuery, target, id);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1110 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
|
D | gl31.h | 1112 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
|
D | gl32.h | 1112 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 928 glBeginQuery( in android_glBeginQuery__II()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20175 method public static void glBeginQuery(int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 31106 method public static void glBeginQuery(int, int);
|