/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 41 , 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()
|
D | tes31Context.hpp | 53 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/ |
D | tes3Context.cpp | 40 , 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()
|
D | tes3Context.hpp | 53 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/ |
D | tes2Context.cpp | 43 , 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()
|
D | tes2Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() 59 glu::ContextInfo* m_contextInfo; member in deqp::gles2::Context
|
/external/deqp/modules/glshared/ |
D | glsShaderLibrary.cpp | 204 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()
|
D | glsShaderLibrary.hpp | 54 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibrary
|
D | glsShaderLibraryCase.hpp | 225 const glu::ContextInfo& m_contextInfo; member in deqp::gls::sl::ShaderCase
|
D | glsShaderLibraryCase.cpp | 342 , 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/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 185 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()
|