Home
last modified time | relevance | path

Searched refs:m_contextInfo (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles31/
Dtes31Context.cpp41 , m_contextInfo (DE_NULL) in Context()
56 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext()
61 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
72 delete m_contextInfo; in destroyRenderContext()
75 m_contextInfo = DE_NULL; in destroyRenderContext()
Dtes31Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
65 glu::ContextInfo* m_contextInfo; member in deqp::gles31::Context
/external/deqp/modules/gles3/
Dtes3Context.cpp40 , m_contextInfo (DE_NULL) in Context()
45 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
54 delete m_contextInfo; in Context()
66 delete m_contextInfo; in ~Context()
Dtes3Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
59 glu::ContextInfo* m_contextInfo; member in deqp::gles3::Context
/external/deqp/modules/gles2/
Dtes2Context.cpp43 , m_contextInfo (DE_NULL) in Context()
48 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
57 delete m_contextInfo; in Context()
69 delete m_contextInfo; in ~Context()
Dtes2Context.hpp53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo()
59 glu::ContextInfo* m_contextInfo; member in deqp::gles2::Context
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp204 const glu::ContextInfo& m_contextInfo; member in deqp::gls::sl::ShaderParser
215 , m_contextInfo (contextInfo) in ShaderParser()
1252 …shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, (caseName + "_verte… in parseShaderCase()
1260 …shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, (caseName + "_fragm… in parseShaderCase()
1278 …shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, caseName.c_str(), d… in parseShaderCase()
1301 …shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, caseName.c_str(), d… in parseShaderCase()
1347 ShaderLibrary subLibrary (m_testCtx, m_renderCtx, m_contextInfo); in parseImport()
1411 , m_contextInfo (contextInfo) in ShaderLibrary()
1442 sl::ShaderParser parser(m_testCtx, m_renderCtx, m_contextInfo, fileDirectory.c_str()); in loadShaderFile()
1450 sl::ShaderParser parser(m_testCtx, m_renderCtx, m_contextInfo); in parseShader()
DglsShaderLibrary.hpp54 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibrary
DglsShaderLibraryCase.hpp225 const glu::ContextInfo& m_contextInfo; member in deqp::gls::sl::ShaderCase
DglsShaderLibraryCase.cpp342 , m_contextInfo (contextInfo) in ShaderCase()
391 , m_contextInfo (contextInfo) in ShaderCase()
448 m_programs[programNdx].spec.requirements[ndx].checkRequirements(m_renderCtx, m_contextInfo); in init()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp185 const glu::ContextInfo& m_contextInfo; member in deqp::gles31::Functional::__anoned5120800111::PropValidator
193 , m_contextInfo (context.getContextInfo()) in PropValidator()
206 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension); in isSupported()