Home
last modified time | relevance | path

Searched refs:GL_DEBUG_SOURCE_THIRD_PARTY (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDebugTest.cpp457 glDebugMessageControlKHR(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, in TEST_P()
480 glDebugMessageInsertKHR(GL_DEBUG_SOURCE_THIRD_PARTY, // We still filter out these messages. in TEST_P()
600 glPushDebugGroupKHR(GL_DEBUG_SOURCE_THIRD_PARTY, 0, -1, beforeDrawGroup.c_str()); in TEST_P()
613 glDebugMessageInsertKHR(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_PORTABILITY, 0, in TEST_P()
626 glPushDebugGroupKHR(GL_DEBUG_SOURCE_THIRD_PARTY, 0, -1, drawGroup2.c_str()); in TEST_P()
632 glDebugMessageInsertKHR(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_OTHER, 0, in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDebugTests.cpp220 ctx.beginSection("Messages with source of GL_DEBUG_SOURCE_THIRD_PARTY"); in thirdparty_messages()
221 emitMessages(ctx, GL_DEBUG_SOURCE_THIRD_PARTY); in thirdparty_messages()
245 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_THIRD_PARTY, 4, -1, "3rd Party group 1-3"); in push_pop_messages()
246 ctx.expectMessage(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_PUSH_GROUP); in push_pop_messages()
248 ctx.expectMessage(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_POP_GROUP); in push_pop_messages()
252 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_THIRD_PARTY, 4, -1, "3rd Party group 2"); in push_pop_messages()
253 ctx.expectMessage(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_PUSH_GROUP); in push_pop_messages()
255 ctx.expectMessage(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_TYPE_POP_GROUP); in push_pop_messages()
442 id.source == GL_DEBUG_SOURCE_THIRD_PARTY || in verifyMessageCount()
673 gl.debugMessageControl(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DONT_CAR in iterate()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBackendGL.cpp71 case GL_DEBUG_SOURCE_THIRD_PARTY: in OnGLDebugMessage()
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c119 GL_DEBUG_SOURCE_THIRD_PARTY,
1252 case GL_DEBUG_SOURCE_THIRD_PARTY: in _mesa_PushDebugGroup()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp1101 case GL_DEBUG_SOURCE_THIRD_PARTY: in GetDebugMessageSourceString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1121 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp86 case GL_DEBUG_SOURCE_THIRD_PARTY: in debug_proc()
H A Dgl3cTextureSwizzleTests.cpp1231 case GL_DEBUG_SOURCE_THIRD_PARTY: in debug_proc()
H A Dgl4cEnhancedLayoutsTests.cpp5009 case GL_DEBUG_SOURCE_THIRD_PARTY: in debug_proc()
/third_party/mesa3d/include/GLES3/
H A Dgl32.h1549 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/openGLES/api/GLES3/
H A Dgl32.h1530 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl32.h1551 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.h1530 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/glfw/deps/glad/
H A Dgl.h432 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h2262 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
H A Dglext.h2210 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h2243 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
H A Dglext.h2191 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h2299 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
H A Dglext.h2246 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h2299 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro
H A Dglext.h2246 #define GL_DEBUG_SOURCE_THIRD_PARTY 0x8249 macro

Completed in 371 milliseconds