/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 113 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 …]
|
D | es2fNegativeVertexArrayApiTests.cpp | 61 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()
|
D | es2fTextureCompletenessTests.cpp | 935 …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 …]
|
D | es2fShaderExecuteTest.cpp | 56 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo… in init()
|
D | es2fTextureWrapTests.cpp | 301 …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()
|
D | es2fFragOpInteractionTests.cpp | 79 …OpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toStrin… in init()
|
D | es2fShaderConstExprTests.cpp | 55 …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/ |
D | es3fNegativeVertexArrayApiTests.cpp | 71 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 …]
|
D | es3fNegativeTextureApiTests.cpp | 106 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 …]
|
D | es3fShaderSwitchTests.cpp | 56 …: ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(),… in ShaderSwitchCase() 453 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
D | es3fTextureWrapTests.cpp | 417 …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()
|
D | es3fFragOpInteractionTests.cpp | 79 …OpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toStrin… in init()
|
D | es3fShaderConstExprTests.cpp | 56 …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/ |
D | es31fTextureFormatTests.cpp | 419 …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()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 113 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()
|
D | es31fNegativeTestShared.hpp | 61 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
|
D | es31fSampleShadingTests.cpp | 83 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()
|
D | es31fDebugTests.cpp | 574 …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 …]
|
D | es31fStencilTexturingTests.cpp | 534 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()
|
D | es31fNegativeVertexArrayApiTests.cpp | 385 …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()
|
D | es31fTessellationGeometryInteractionTests.cpp | 159 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/ |
D | tes3Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context
|
D | tes3InfoTests.cpp | 81 const vector<string> extensions = m_context.getContextInfo().getExtensions(); in iterate()
|
/external/deqp/modules/gles2/ |
D | tes2Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context
|
/external/deqp/modules/gles31/ |
D | tes31Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::Context
|