Home
last modified time | relevance | path

Searched refs:getDebug (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.h286 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function in rx::ContextGL
H A DTextureGL.cpp427 ANGLE_PERF_WARNING(contextGL->getDebug(), GL_DEBUG_SEVERITY_LOW, in setSubImageRowByRowWorkaround()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.h503 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function in rx::ContextVk
1283 ANGLE_PERF_WARNING(contextVk->getDebug(), severity, ANGLE_MESSAGE); \
H A 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/
H A DState.h571 const Debug &getDebug() const { return mDebug; } in getDebug() function in gl::State
572 Debug &getDebug() { return mDebug; } in getDebug() function in gl::State
H A 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() in validationError()
[all...]
H A DvalidationES.cpp879 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h577 bool getDebug() { return debug; } in getDebug() function in TIntermAggregate
/third_party/glslang/glslang/Include/
H A Dintermediate.h1702 bool getDebug() const { return debug; } in getDebug() function in glslang::TIntermAggregate
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp2099 ANGLE_PERF_WARNING(context->getState().getDebug(), GL_DEBUG_SEVERITY_MEDIUM,

Completed in 49 milliseconds