Home
last modified time | relevance | path

Searched defs:isDebugContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.cpp124 …const bool isDebugContext = (m_context.getRenderContext().getType().getFlags() & glu::CONTEXT_DEBU… in init() local
H A Des31fDebugTests.cpp638 bool BaseCase::isDebugContext(void) const in isDebugContext() function in deqp::gles31::Functional::__anon5e098b950111::BaseCase
/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h795 bool isDebugContext() const { return mIsDebugContext; } in isDebugContext() function