Home
last modified time | relevance | path

Searched refs:hasDebugOutput (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp150 bool hasDebugOutput = mFunctions.IsAtLeastGL(4, 3) || mFunctions.IsAtLeastGLES(3, 2); in InitializeImpl() local
152 if (GetInstance()->IsBackendValidationEnabled() && hasDebugOutput) { in InitializeImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp164 bool hasDebugOutput = mFunctions->isAtLeastGL(gl::Version(4, 3)) || in RendererGL() local
169 mUseDebugOutput = hasDebugOutput && ShouldUseDebugLayers(attribMap); in RendererGL()