Home
last modified time | relevance | path

Searched refs:getContextInfo (Results 1 – 25 of 104) sorted by relevance

12345

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp113 int numMaxTextureUnits = m_context.getContextInfo().getInt(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init()
219 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init()
232 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init()
367 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init()
384 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
401 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
418 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
435 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
452 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
469 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
[all …]
Des2fNegativeVertexArrayApiTests.cpp61 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
75 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
95 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
113 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
121 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
Des2fTextureCompletenessTests.cpp935 …erContext(), "npot_size", "", IVec2(255, 255), IVec2(255, 255), 0, m_context.getContextInfo())); in init()
936 …ext(), "npot_size_level_0", "", IVec2(256, 256), IVec2(255, 255), 0, m_context.getContextInfo())); in init()
937 …ext(), "npot_size_level_1", "", IVec2(256, 256), IVec2(127, 127), 1, m_context.getContextInfo())); in init()
938 …ext(), "not_positive_level_0", "", IVec2(256, 256), IVec2(0, 0), 0, m_context.getContextInfo())); in init()
949 …ot_t_repeat", "", IVec2(127, 127), GL_CLAMP_TO_EDGE, GL_REPEAT, m_context.getContextInfo())); in init()
950 …ot_s_repeat", "", IVec2(127, 127), GL_REPEAT, GL_CLAMP_TO_EDGE, m_context.getContextInfo())); in init()
951 … "npot_all_repeat", "", IVec2(127, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
952 …epeat", "", IVec2(127, 127), GL_MIRRORED_REPEAT, GL_MIRRORED_REPEAT, m_context.getContextInfo())); in init()
953 …repeat_width_npot", "", IVec2(127, 128), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
954 …epeat_height_npot", "", IVec2(128, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
[all …]
Des2fShaderExecuteTest.cpp56 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo in init()
Des2fTextureWrapTests.cpp301 …addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), … in init()
319 …addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), … in init()
334 …addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), … in init()
Des2fFragOpInteractionTests.cpp79 …OpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toStrin… in init()
Des2fShaderConstExprTests.cpp55 …ren = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numC… in addChildGroup()
222 …ls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderF… in init()
/external/deqp/modules/gles3/functional/
Des3fNegativeVertexArrayApiTests.cpp71 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
85 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
99 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
112 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
131 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
185 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
219 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
227 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
257 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
379 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
[all …]
Des3fNegativeTextureApiTests.cpp106 int numMaxTextureUnits = m_context.getContextInfo().getInt(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init()
205 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init()
211 …deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init()
297 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init()
298 int maxCubemapSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
526 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init()
532 …deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init()
618 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init()
619 int maxCubemapSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init()
818 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init()
[all …]
Des3fShaderSwitchTests.cpp56 …: ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(),… in ShaderSwitchCase()
453 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
Des3fTextureWrapTests.cpp417 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init()
442 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init()
459 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init()
509 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init()
553 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init()
Des3fFragOpInteractionTests.cpp79 …OpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toStrin… in init()
Des3fShaderConstExprTests.cpp56 …ren = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numC… in addChildGroup()
294 …ren = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, DE_L… in init()
316 …ls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderF… in init()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp419 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
420 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
500 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
501 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
510 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
511 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
Des31fShaderMultisampleInterpolationTests.cpp113 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
654 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
765 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
940 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
942 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in init()
1203 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
1334 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
1336 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in init()
Des31fNegativeTestShared.hpp61 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
Des31fSampleShadingTests.cpp83 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init()
236 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init()
384 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init()
493 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init()
Des31fDebugTests.cpp574 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
578 …= NegativeTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate()
642 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
646 …= NegativeTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate()
750 …= NegativeTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate()
847 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
896 …= NegativeTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in genMessages()
1159 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
1262 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
1359 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate()
[all …]
Des31fStencilTexturingTests.cpp534 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
589 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
676 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
763 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
821 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
895 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
957 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
Des31fNegativeVertexArrayApiTests.cpp385 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_elements()
490 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_elements_incomplete_primitive()
661 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_elements_instanced()
774 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_elements_instanced_incomplete_primitive()
850 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_range_elements()
965 …if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shade… in draw_range_elements_incomplete_primitive()
Des31fTessellationGeometryInteractionTests.cpp159 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
160 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
462 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
463 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
852 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
853 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
1772 if (!m_context.getContextInfo().isExtensionSupported(requiredExtensions[ndx].c_str())) in checkExtensions()
2146 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
2147 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
2806 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
[all …]
/external/deqp/modules/gles3/
Dtes3Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context
Dtes3InfoTests.cpp81 const vector<string> extensions = m_context.getContextInfo().getExtensions(); in iterate()
/external/deqp/modules/gles2/
Dtes2Context.hpp53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context
/external/deqp/modules/gles31/
Dtes31Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::Context

12345