Home
last modified time | relevance | path

Searched refs:GLES2_AND_GLES3_DEBUG_CALLBACK_FUNCTION_KHR (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/include/native_bridge_proxy/android_api/libEGL/
Dgl_common_defs.h20 constexpr int GLES2_AND_GLES3_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244; variable
/frameworks/libs/native_bridge_support/android_api/libGLESv3/proxy/
Dgles3_trampolines.cc27 static_assert(GLES2_AND_GLES3_DEBUG_CALLBACK_FUNCTION_KHR == GL_DEBUG_CALLBACK_FUNCTION_KHR,
/frameworks/libs/native_bridge_support/android_api/libGLESv2/proxy/
Dgles2_trampolines.cc27 static_assert(GLES2_AND_GLES3_DEBUG_CALLBACK_FUNCTION_KHR == GL_DEBUG_CALLBACK_FUNCTION_KHR,
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc95 if (pname == EGL_DEBUG_CALLBACK_KHR || pname == GLES2_AND_GLES3_DEBUG_CALLBACK_FUNCTION_KHR) { in DoCustomTrampolineWithThunk_glGetPointerv()