HomeSort by relevance Sort by last modified time
    Searched refs:m_contextInfo (Results 1 - 11 of 11) sorted by null

  /external/deqp/modules/gles2/
tes2Context.cpp 43 , m_contextInfo (DE_NULL)
48 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
57 delete m_contextInfo;
69 delete m_contextInfo;
tes2Context.hpp 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; }
59 glu::ContextInfo* m_contextInfo;
  /external/deqp/modules/gles3/
tes3Context.cpp 40 , m_contextInfo (DE_NULL)
45 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
54 delete m_contextInfo;
66 delete m_contextInfo;
tes3Context.hpp 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
59 glu::ContextInfo* m_contextInfo;
  /external/deqp/modules/gles31/
tes31Context.cpp 41 , m_contextInfo (DE_NULL)
56 DE_ASSERT(!m_renderCtx && !m_contextInfo);
68 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
79 delete m_contextInfo;
82 m_contextInfo = DE_NULL;
tes31Context.hpp 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
65 glu::ContextInfo* m_contextInfo;
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 41 , m_contextInfo (contextInfo)
52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec);
58 const glu::ContextInfo& m_contextInfo;
66 , m_contextInfo (contextInfo)
76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo);
glsShaderLibrary.hpp 52 const glu::ContextInfo& m_contextInfo;
glsShaderLibraryCase.hpp 65 const glu::ContextInfo& m_contextInfo;
glsShaderLibraryCase.cpp 718 , m_contextInfo (contextInfo)
731 checkImplementationLimits(m_spec.requiredCaps, m_contextInfo);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 185 const glu::ContextInfo& m_contextInfo;
193 , m_contextInfo (context.getContextInfo())
206 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension);
    [all...]

Completed in 7267 milliseconds