Home
last modified time | relevance | path

Searched refs:glGetGraphicsResetStatus (Results 1 – 17 of 17) 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/libGLESv3/
Dstubs_arm.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/libGLESv2/
Dstubs_arm64.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetGraphicsResetStatus); in init_stub_library()
Dstubs_arm.cc314 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetGraphicsResetStatus);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetGraphicsResetStatus); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h349 #define glGetGraphicsResetStatus wrap_glGetGraphicsResetStatus macro
Dgles_undefine.h348 #undef glGetGraphicsResetStatus
Dgles_stubs.in1021 GLenum API_ENTRY(glGetGraphicsResetStatus)(void) {
1022 CALL_GL_API_RETURN(glGetGraphicsResetStatus);
Dgles_decls.in341 GL_ENTRY(GLenum, glGetGraphicsResetStatus, void)
/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.cpp1005 _returnValue = glGetGraphicsResetStatus(); in android_glGetGraphicsResetStatus__()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1804 GL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatus (void);
/frameworks/base/non-updatable-api/
Dcurrent.txt33875 method public static int glGetGraphicsResetStatus();
/frameworks/base/api/
Dcurrent.txt34019 method public static int glGetGraphicsResetStatus();