/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 | es2fDebugMarkerTests.cpp | 69 checkSupport(m_context.getContextInfo()); in iterate() 112 checkSupport(m_context.getContextInfo()); in init() 171 checkSupport(m_context.getContextInfo()); in init()
|
D | es2fTextureCompletenessTests.cpp | 940 …erContext(), "npot_size", "", IVec2(255, 255), IVec2(255, 255), 0, m_context.getContextInfo())); in init() 941 …ext(), "npot_size_level_0", "", IVec2(256, 256), IVec2(255, 255), 0, m_context.getContextInfo())); in init() 942 …ext(), "npot_size_level_1", "", IVec2(256, 256), IVec2(127, 127), 1, m_context.getContextInfo())); in init() 943 …ext(), "not_positive_level_0", "", IVec2(256, 256), IVec2(0, 0), 0, m_context.getContextInfo())); in init() 954 …ot_t_repeat", "", IVec2(127, 127), GL_CLAMP_TO_EDGE, GL_REPEAT, m_context.getContextInfo())); in init() 955 …ot_s_repeat", "", IVec2(127, 127), GL_REPEAT, GL_CLAMP_TO_EDGE, m_context.getContextInfo())); in init() 956 … "npot_all_repeat", "", IVec2(127, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init() 957 …epeat", "", IVec2(127, 127), GL_MIRRORED_REPEAT, GL_MIRRORED_REPEAT, m_context.getContextInfo())); in init() 958 …repeat_width_npot", "", IVec2(127, 128), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init() 959 …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()
|
/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 | 144 int numMaxTextureUnits = m_context.getContextInfo().getInt(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init() 243 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init() 249 …deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init() 335 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init() 336 int maxCubemapSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init() 498 if (m_context.getContextInfo().isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in init() 598 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init() 604 …deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init() 690 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init() 691 int maxCubemapSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; 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 | 418 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init() 443 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init() 460 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init() 510 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… in init() 555 …w TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(… 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 | es31fShaderStateQueryTests.cpp | 96 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension)) in iterate() 282 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 350 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 382 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init() 388 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in init()
|
D | es31fAndroidExtensionPackES31ATests.cpp | 66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a")) in init() 143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate() 259 …derLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
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 | es31fAdvancedBlendTests.cpp | 246 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced")) in init() 249 …if (m_coherentBlending && !m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_… in init() 258 …m_coherentExtensionSupported = m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equat… in init() 597 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate() 660 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate() 713 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate() 714 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_dra… in iterate()
|
D | es31fTextureBufferTests.cpp | 154 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 189 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 220 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 279 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 338 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 409 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate() 490 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
|
D | es31fSampleShadingTests.cpp | 72 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init() 123 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init() 190 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init() 278 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading")) in init()
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 81 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 127 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
|
D | es31fDebugTests.cpp | 642 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() 646 …bugMessageTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate() 711 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() 715 …bugMessageTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate() 820 …bugMessageTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in iterate() 917 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() 966 …bugMessageTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_resu… in genMessages() 1229 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() 1332 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() 1429 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_deb… in iterate() [all …]
|
D | es31fIntegerStateQueryTests.cpp | 118 …if (m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSuppo… in init() 120 …if (m_texTarget == GL_TEXTURE_CUBE_MAP_ARRAY && !m_context.getContextInfo().isExtensionSupported("… in init() 546 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate() 553 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate() 596 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate() 603 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate() 646 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate() 653 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 115 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 656 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 767 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 942 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 944 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in init() 1205 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 1336 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init() 1338 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in init() 1452 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in init()
|
/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/gles3/ |
D | tes3Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::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
|