/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tes31Context_override.cpp | 28 , 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/vk-gl-cts/modules/gles31/ |
H A D | tes31Context.cpp | 39 , 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()
|
H A D | tes31Context.hpp | 54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() 66 glu::ContextInfo* m_contextInfo; member in deqp::gles31::Context
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcContext.cpp | 38 : 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()
|
H A D | glcContext.hpp | 69 return *m_contextInfo; in getContextInfo() 83 glu::ContextInfo* m_contextInfo; member in deqp::Context
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibrary.cpp | 41 , m_contextInfo (contextInfo) in CaseFactory() 52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec); in createCase() 58 const glu::ContextInfo& m_contextInfo; member in deqp::gls::__anon31000::CaseFactory 66 , m_contextInfo (contextInfo) in ShaderLibrary() 76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo); in loadShaderFile()
|
H A D | glsShaderLibrary.hpp | 52 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibrary
|
H A D | glsShaderLibraryCase.hpp | 65 const glu::ContextInfo& m_contextInfo; member in deqp::gls::ShaderLibraryCase
|
H A D | glsShaderLibraryCase.cpp | 722 , m_contextInfo (contextInfo) 745 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_compatibility"); 748 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_1_compatibility"); 751 requireExtension(m_contextInfo, m_spec, "GL_ARB_ES3_2_compatibility"); 761 checkImplementationLimits(m_spec.requiredCaps, m_contextInfo); 987 const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); 995 const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredExtensions, m_contextInfo); 1005 const int maxPatchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx, m_contextInfo) 1006 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0; 1010 const ProgramSpecializationParams progSpecParams (m_spec, checkAndSpecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVertice [all...] |
H A D | glsDrawTest.hpp | 267 glu::ContextInfo* m_contextInfo; member in deqp::gls::DrawTest
|
H A D | glsDrawTest.cpp | 3058 , 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("GL_EXT_draw_elements_base_vertex"), "GL_EXT_draw_elements_base_vertex is not supported."); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tes3Context.cpp | 40 , 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()
|
H A D | tes3Context.hpp | 54 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/gles2/ |
H A 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()
|
H A D | tes2Context.hpp | 53 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/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 185 const glu::ContextInfo& m_contextInfo; member in deqp::gles31::Functional::__anon30857::PropValidator 193 , m_contextInfo (context.getContextInfo()) in PropValidator() 209 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension); in isSupported()
|