Searched refs:GL_DEBUG_SOURCE_APPLICATION (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 195 emitMessages(ctx, GL_DEBUG_SOURCE_APPLICATION); in application_messages() 210 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 1, -1, "Application group 1"); in push_pop_messages() 211 ctx.expectMessage(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_PUSH_GROUP); in push_pop_messages() 212 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 2, -1, "Application group 1-1"); in push_pop_messages() 213 ctx.expectMessage(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_PUSH_GROUP); in push_pop_messages() 214 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 3, -1, "Application group 1-1-1"); in push_pop_messages() 215 ctx.expectMessage(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_PUSH_GROUP); in push_pop_messages() 217 ctx.expectMessage(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_POP_GROUP); in push_pop_messages() 219 ctx.expectMessage(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_POP_GROUP); in push_pop_messages() 221 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 4, -1, "Application group 1-2"); in push_pop_messages() [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1589 case GL_DEBUG_SOURCE_APPLICATION: return "GL_DEBUG_SOURCE_APPLICATION";
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 409 #define GL_DEBUG_SOURCE_APPLICATION 0x824A macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2701 #define GL_DEBUG_SOURCE_APPLICATION 0x824A macro
|