HomeSort by relevance Sort by last modified time
    Searched defs:ctxInfo (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 105 ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName);
114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName)
116 , m_ctxInfo (ctxInfo)
142 const glu::ContextInfo& ctxInfo;
146 , ctxInfo (parent->getContext().getContextInfo())
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
  /external/skia/src/gpu/gl/
GrGLGpu.h 46 const GrGLContextInfo& ctxInfo() const { return *fGLContext; }

Completed in 3348 milliseconds