HomeSort by relevance Sort by last modified time
    Searched refs:m_contextInfo (Results 1 - 15 of 15) 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 40 , m_contextInfo (DE_NULL)
60 DE_ASSERT(!m_renderCtx && !m_contextInfo);
72 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
83 delete m_contextInfo;
86 m_contextInfo = DE_NULL;
tes31Context.hpp 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
65 glu::ContextInfo* m_contextInfo;
  /external/deqp/external/openglcts/modules/common/
glcContext.cpp 38 : m_testCtx(testCtx), m_renderCtx(DE_NULL), m_contextInfo(DE_NULL)
50 DE_ASSERT(!m_renderCtx && !m_contextInfo);
66 m_contextInfo = glu::ContextInfo::create(*m_renderCtx);
79 delete m_contextInfo;
82 m_contextInfo = DE_NULL;
glcContext.hpp 69 return *m_contextInfo;
87 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;
glsDrawTest.hpp 267 glu::ContextInfo* m_contextInfo;
glsShaderLibraryCase.cpp 718 , m_contextInfo (contextInfo)
734 checkImplementationLimits(m_spec.requiredCaps, m_contextInfo);
    [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 185 const glu::ContextInfo& m_contextInfo;
193 , m_contextInfo (context.getContextInfo())
208 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension);
    [all...]

Completed in 141 milliseconds