/external/angle/src/libANGLE/renderer/vulkan/ |
D | ResourceVk.cpp | 52 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, debugMessage); in waitForIdle()
|
D | VertexArrayVk.cpp | 67 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, stream.str().c_str()); in WarnOnVertexFormatConversion() 651 contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in syncDirtyAttrib()
|
D | QueryVk.cpp | 541 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in getResult()
|
D | ContextVk.h | 463 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function
|
D | TextureVk.cpp | 503 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in setSubImageImpl() 764 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in copySubImageImpl() 832 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in copySubTextureImpl() 1892 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in generateMipmap()
|
D | FramebufferVk.cpp | 421 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in invalidateSub() 562 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in clearImpl() 1307 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in blit()
|
D | vk_helpers.cpp | 1922 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in growRenderArea() 1930 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in growRenderArea() 5742 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in invalidateSubresourceContent() 5761 contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in invalidateSubresourceStencilContent() 6281 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in flushStagedUpdates() 6632 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in removeSupersededUpdates() 7052 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_HIGH, in readPixels()
|
D | RendererVk.cpp | 517 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in CompressAndStorePipelineCacheVk() 2674 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in syncPipelineCacheVk()
|
D | ContextVk.cpp | 959 ANGLE_PERF_WARNING(getDebug(), GL_DEBUG_SEVERITY_LOW, in setupIndexedDraw() 2830 ANGLE_PERF_WARNING(getDebug(), GL_DEBUG_SEVERITY_LOW, in drawElementsIndirect()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 274 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function
|
D | TextureGL.cpp | 427 ANGLE_PERF_WARNING(contextGL->getDebug(), GL_DEBUG_SEVERITY_LOW, in setSubImageRowByRowWorkaround()
|
/external/angle/src/libANGLE/ |
D | State.h | 575 const Debug &getDebug() const { return mDebug; } in getDebug() function 576 Debug &getDebug() { return mDebug; } in getDebug() function
|
D | Context.cpp | 4114 ANGLE_PERF_WARNING(mState.getDebug(), GL_DEBUG_SEVERITY_LOW, in blitFramebuffer() 4184 ANGLE_PERF_WARNING(mState.getDebug(), GL_DEBUG_SEVERITY_LOW, in clear() 5858 mState.getDebug().setMessageControl(source, type, severity, std::move(idVector), in debugMessageControl() 5870 mState.getDebug().insertMessage(source, type, id, severity, std::move(msg), gl::LOG_INFO); in debugMessageInsert() 5875 mState.getDebug().setCallback(callback, userParam); in debugMessageCallback() 5887 return static_cast<GLuint>(mState.getDebug().getMessages(count, bufSize, sources, types, ids, in getDebugMessageLog() 5895 mState.getDebug().pushGroup(source, id, std::move(msg)); in pushDebugGroup() 5905 mState.getDebug().popGroup(); in popDebugGroup() 9068 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in handleError() 9078 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in validationError()
|
D | validationES2.cpp | 2209 if (!context->getState().getDebug().isOutputEnabled()) in ValidateDebugMessageInsertKHR() 2307 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR() 2325 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR()
|
D | validationES.cpp | 855 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 577 bool getDebug() { return debug; } in getDebug() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1658 bool getDebug() const { return debug; } in getDebug() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1645 bool getDebug() const { return debug; } in getDebug() function
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 2099 ANGLE_PERF_WARNING(context->getState().getDebug(), GL_DEBUG_SEVERITY_MEDIUM, in link()
|