/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 41 , m_contextInfo (DE_NULL) in Context() 56 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext() 68 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext() 79 delete m_contextInfo; in destroyRenderContext() 82 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/glshared/ |
D | glsShaderLibrary.cpp | 41 , m_contextInfo (contextInfo) in CaseFactory() 52 …return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_st… in createCase() 58 const glu::ContextInfo& m_contextInfo; member in deqp::gls::__anon52ad89330111::CaseFactory 66 , m_contextInfo (contextInfo) in ShaderLibrary() 76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo); in loadShaderFile()
|
D | glsShaderLibrary.hpp | 52 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibrary
|
D | glsShaderLibraryCase.hpp | 65 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibraryCase
|
D | glsShaderLibraryCase.cpp | 718 , m_contextInfo (contextInfo) in ShaderLibraryCase() 731 checkImplementationLimits(m_spec.requiredCaps, m_contextInfo); in init() 944 …nsion> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); in execute() 952 …nsion> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); in execute() 962 …atchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx, m_contextInfo) in execute() 963 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0; in execute() 967 …kAndSpecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVert… in execute()
|
/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/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 185 const glu::ContextInfo& m_contextInfo; member in deqp::gles31::Functional::__anon2a6766e50111::PropValidator 193 , m_contextInfo (context.getContextInfo()) in PropValidator() 206 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension); in isSupported()
|