Home
last modified time | relevance | path

Searched refs:m_contextInfo (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/
Dtes31Context.cpp39 , m_contextInfo (DE_NULL) in Context()
60 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext()
65 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
76 delete m_contextInfo; in destroyRenderContext()
79 m_contextInfo = DE_NULL; in destroyRenderContext()
Dtes31Context.hpp54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
66 glu::ContextInfo* m_contextInfo; member in deqp::gles31::Context
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dtes31Context_override.cpp28 , m_contextInfo (DE_NULL) in Context()
49 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext()
64 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
75 delete m_contextInfo; in destroyRenderContext()
78 m_contextInfo = DE_NULL; in destroyRenderContext()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dtes31Context_override.cpp29 , m_contextInfo (DE_NULL) in Context()
49 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext()
70 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
81 delete m_contextInfo; in destroyRenderContext()
84 m_contextInfo = DE_NULL; in destroyRenderContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcContext.cpp38 : m_testCtx(testCtx), m_renderCtx(DE_NULL), m_contextInfo(DE_NULL) in Context()
50 DE_ASSERT(!m_renderCtx && !m_contextInfo); in createRenderContext()
66 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
79 delete m_contextInfo; in destroyRenderContext()
82 m_contextInfo = DE_NULL; in destroyRenderContext()
DglcContext.hpp69 return *m_contextInfo; in getContextInfo()
83 glu::ContextInfo* m_contextInfo; member in deqp::Context
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibrary.cpp41 , 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::__anon3e9e622c0111::CaseFactory
66 , m_contextInfo (contextInfo) in ShaderLibrary()
76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo); in loadShaderFile()
DglsShaderLibraryCase.cpp722 , m_contextInfo (contextInfo) in ShaderLibraryCase()
745 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_compatibility"); in init()
748 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_1_compatibility"); in init()
751 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_2_compatibility"); in init()
761 checkImplementationLimits(m_spec.requiredCaps, m_contextInfo); in init()
987 …nsion> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); in execute()
995 …nsion> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); in execute()
1005 …atchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx, m_contextInfo) in execute()
1006 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0; in execute()
1010 …kAndSpecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVert… in execute()
DglsShaderLibrary.hpp52 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibrary
DglsShaderLibraryCase.hpp65 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibraryCase
DglsDrawTest.hpp267 glu::ContextInfo* m_contextInfo; member in deqp::gls::DrawTest
DglsDrawTest.cpp3058 , m_contextInfo (DE_NULL) in DrawTest()
3076 , m_contextInfo (DE_NULL) in DrawTest()
3156 m_contextInfo = glu::ContextInfo::create(m_renderCtx); in init()
3166 delete m_contextInfo; in deinit()
3173 m_contextInfo = DE_NULL; in deinit()
3187 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45 || m_contextInfo->isExtensionSupported("… in iterate()
/third_party/vk-gl-cts/modules/gles2/
Dtes2Context.cpp43 , 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()
Dtes2Context.hpp53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo()
59 glu::ContextInfo* m_contextInfo; member in deqp::gles2::Context
/third_party/vk-gl-cts/modules/gles3/
Dtes3Context.cpp40 , m_contextInfo (DE_NULL) in Context()
46 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
55 delete m_contextInfo; in Context()
67 delete m_contextInfo; in ~Context()
Dtes3Context.hpp54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
60 glu::ContextInfo* m_contextInfo; member in deqp::gles3::Context
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp185 const glu::ContextInfo& m_contextInfo; member in deqp::gles31::Functional::__anon498ca43e0111::PropValidator
193 , m_contextInfo (context.getContextInfo()) in PropValidator()
209 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension); in isSupported()