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);
61 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
72 delete m_contextInfo;
75 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.hpp 54 const glu::ContextInfo& m_contextInfo;
glsShaderLibrary.cpp 204 const glu::ContextInfo& m_contextInfo;
215 , m_contextInfo (contextInfo)
    [all...]
glsShaderLibraryCase.hpp 221 const glu::ContextInfo& m_contextInfo;
glsShaderLibraryCase.cpp 327 , m_contextInfo (contextInfo)
370 , m_contextInfo (contextInfo)
427 m_programs[programNdx].spec.requirements[ndx].checkRequirements(m_renderCtx, m_contextInfo);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 163 const glu::ContextInfo& m_contextInfo;
171 , m_contextInfo (context.getContextInfo())
184 return m_extension.empty() || m_contextInfo.isExtensionSupported(m_extension.c_str());
    [all...]

Completed in 1592 milliseconds