Home
last modified time | relevance | path

Searched refs:getDebug (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.h286 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function
DTextureGL.cpp427 ANGLE_PERF_WARNING(contextGL->getDebug(), GL_DEBUG_SEVERITY_LOW, in setSubImageRowByRowWorkaround()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h503 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function
1283 ANGLE_PERF_WARNING(contextVk->getDebug(), severity, ANGLE_MESSAGE); \
DRendererVk.cpp764 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/
DState.h571 const Debug &getDebug() const { return mDebug; } in getDebug() function
572 Debug &getDebug() { return mDebug; } in getDebug() function
DContext.cpp4209 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()
DvalidationES2.cpp1988 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()
DvalidationES.cpp879 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h577 bool getDebug() { return debug; } in getDebug() function
/third_party/glslang/glslang/Include/
Dintermediate.h1631 bool getDebug() const { return debug; } in getDebug() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2099 ANGLE_PERF_WARNING(context->getState().getDebug(), GL_DEBUG_SEVERITY_MEDIUM, in link()
/third_party/chromium/patch/
D0003-ohos-1115.patch76066 ANGLE_PERF_WARNING(contextVk->getDebug(), severity, ANGLE_MESSAGE); \