Home
last modified time | relevance | path

Searched refs:glDebugMessageControlKHR (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java264 public static native void glDebugMessageControlKHR( in glDebugMessageControlKHR() method in GLES31Ext
276 public static native void glDebugMessageControlKHR( in glDebugMessageControlKHR() method in GLES31Ext
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec2 void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const G…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt76 glDebugMessageControlKHR; # introduced=21
H A Dentries.in142 GL_ENTRY(void, glDebugMessageControlKHR, GLenum source, GLenum type, GLenum severity, GLsizei count…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp457 glDebugMessageControlKHR( in android_glDebugMessageControlKHR__IIII_3IIZ()
499 glDebugMessageControlKHR( in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z()
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc134 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDebugMessageControlKHR);
982 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDebugMessageControlKHR); in init_stub_library()
H A Dstubs_arm64.cc134 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDebugMessageControlKHR);
982 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDebugMessageControlKHR); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc134 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDebugMessageControlKHR);
982 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDebugMessageControlKHR); in init_stub_library()
H A Dstubs_arm64.cc134 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDebugMessageControlKHR);
982 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDebugMessageControlKHR); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2ext_api.in4 void API_ENTRY(glDebugMessageControlKHR)(GLenum source, GLenum type, GLenum severity, GLsizei count…
5 CALL_GL_API(glDebugMessageControlKHR, source, type, severity, count, ids, enabled);
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h143 GL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, …
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29981 method public static void glDebugMessageControlKHR(int, int, int, int, int[], int, boolean);
29982 …method public static void glDebugMessageControlKHR(int, int, int, int, java.nio.IntBuffer, boolean…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20923 method public static void glDebugMessageControlKHR(int, int, int, int, int[], int, boolean);
20924 …method public static void glDebugMessageControlKHR(int, int, int, int, java.nio.IntBuffer, boolean…