Searched refs:getDebug (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.h | 286 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug() function in rx::ContextGL
|
H A 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/ |
H A D | ContextVk.h | 503 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 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/ |
H A D | State.h | 571 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 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() in validationError() [all...] |
H A D | validationES.cpp | 879 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermediate.h | 577 bool getDebug() { return debug; } in getDebug() function in TIntermAggregate
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1702 bool getDebug() const { return debug; } in getDebug() function in glslang::TIntermAggregate
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 2099 ANGLE_PERF_WARNING(context->getState().getDebug(), GL_DEBUG_SEVERITY_MEDIUM,
|
Completed in 49 milliseconds