Home
last modified time | relevance | path

Searched refs:glGetGraphicsResetStatus (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec27 GLenum glGetGraphicsResetStatus ( void )
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt168 glGetGraphicsResetStatus; # introduced=24
Dentries.in359 GL_ENTRY(GLenum, glGetGraphicsResetStatus, void)
/frameworks/base/opengl/java/android/opengl/
DGLES32.java533 public static native int glGetGraphicsResetStatus( in glGetGraphicsResetStatus() method in GLES32
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetGraphicsResetStatus); in init_stub_library()
Dstubs_riscv64.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetGraphicsResetStatus); in init_stub_library()
Dstubs_arm64.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetGraphicsResetStatus); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetGraphicsResetStatus); in init_stub_library()
Dstubs_arm64.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetGraphicsResetStatus); in init_stub_library()
Dstubs_riscv64.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetGraphicsResetStatus); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1021 GLenum API_ENTRY(glGetGraphicsResetStatus)(void) {
1022 CALL_GL_API_RETURN(glGetGraphicsResetStatus);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1006 _returnValue = glGetGraphicsResetStatus(); in android_glGetGraphicsResetStatus__()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1804 GL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatus (void);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32129 method public static int glGetGraphicsResetStatus();