Searched refs:getDebug (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 286 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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 503 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function 1283 ANGLE_PERF_WARNING(contextVk->getDebug(), severity, ANGLE_MESSAGE); \
|
D | RendererVk.cpp | 764 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in CompressAndStorePipelineCacheVk() 3003 ANGLE_PERF_WARNING(contextVk->getDebug(), GL_DEBUG_SEVERITY_LOW, in syncPipelineCacheVk()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.h | 571 const Debug &getDebug() const { return mDebug; } in getDebug() function 572 Debug &getDebug() { return mDebug; } in getDebug() function
|
D | Context.cpp | 4209 ANGLE_PERF_WARNING(mState.getDebug(), GL_DEBUG_SEVERITY_LOW, in blitFramebuffer() 4279 ANGLE_PERF_WARNING(mState.getDebug(), GL_DEBUG_SEVERITY_LOW, in clear() 5953 mState.getDebug().setMessageControl(source, type, severity, std::move(idVector), in debugMessageControl() 5965 mState.getDebug().insertMessage(source, type, id, severity, std::move(msg), gl::LOG_INFO, in debugMessageInsert() 5971 mState.getDebug().setCallback(callback, userParam); in debugMessageCallback() 5983 return static_cast<GLuint>(mState.getDebug().getMessages(count, bufSize, sources, types, ids, in getDebugMessageLog() 5991 mState.getDebug().pushGroup(source, id, std::move(msg)); in pushDebugGroup() 6001 mState.getDebug().popGroup(); in popDebugGroup() 9276 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in handleError() 9286 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in validationError()
|
D | validationES2.cpp | 1988 if (!context->getState().getDebug().isOutputEnabled()) in ValidateDebugMessageInsertKHR() 2089 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR() 2107 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR()
|
D | validationES.cpp | 879 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 577 bool getDebug() { return debug; } in getDebug() function
|
/third_party/glslang/glslang/Include/ |
D | intermediate.h | 1631 bool getDebug() const { return debug; } in getDebug() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 2099 ANGLE_PERF_WARNING(context->getState().getDebug(), GL_DEBUG_SEVERITY_MEDIUM, in link()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 76066 ANGLE_PERF_WARNING(contextVk->getDebug(), severity, ANGLE_MESSAGE); \
|