Searched refs:ShouldUseDebugLayers (Results 1 – 6 of 6) sorted by relevance
169 mUseDebugOutput = hasDebugOutput && ShouldUseDebugLayers(attribMap); in RendererGL()
170 bool ShouldUseDebugLayers(const egl::AttributeMap &attribs);
525 bool ShouldUseDebugLayers(const egl::AttributeMap &attribs) in ShouldUseDebugLayers() function
965 if (rx::ShouldUseDebugLayers(mAttributeMap)) in initialize()
837 return ShouldUseDebugLayers(attribs); in ShouldUseValidationLayers()
519 mCreateDebugDevice = ShouldUseDebugLayers(attributes); in Renderer11()