/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 94 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 129 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST() 134 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/external/skqp/tests/ |
D | GrContextFactoryTest.cpp | 54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 94 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 129 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST() 134 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMacroTests.cpp | 130 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") || in init() 131 m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in init() 136 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init() 137 m_context.getContextInfo().isExtensionSupported("GL_OES_tessellation_shader")) in init()
|
D | glcTestCaseWrapper.cpp | 52 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo()); in initTestCase() 123 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo()); in deinitTestCase()
|
D | glcParallelShaderCompileTests.cpp | 80 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() 170 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() 233 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTestShared.cpp | 121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"); in isShaderSupported() 124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"); in isShaderSupported() 132 return getContextInfo().isExtensionSupported(extension.c_str()); in isExtensionSupported()
|
D | es31fTextureFormatTests.cpp | 317 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_buffer") in init() 318 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer")) in init() 323 m_maxTextureBufferSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_BUFFER_SIZE); in init() 456 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 457 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 538 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 539 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 548 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 549 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
|
D | es31fShaderStateQueryTests.cpp | 102 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension) && !supportsES32) in iterate() 290 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 358 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 392 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !supportsES32) in init() 398 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !supportsES3… 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 | es31fTextureBufferTests.cpp | 155 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 191 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 223 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 283 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 343 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 415 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate() 497 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSuppo… in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 115 int numMaxTextureUnits = m_context.getContextInfo().getInt(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init() 188 if (m_context.getContextInfo().isExtensionSupported("GL_OES_compressed_paletted_texture")) in init() 213 if (m_context.getContextInfo().isExtensionSupported("GL_OES_compressed_paletted_texture")) in init() 247 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init() 260 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init() 395 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init() 412 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init() 429 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init() 446 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init() 463 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 | 924 …erContext(), "npot_size", "", IVec2(255, 255), IVec2(255, 255), 0, m_context.getContextInfo())); in init() 925 …ext(), "npot_size_level_0", "", IVec2(256, 256), IVec2(255, 255), 0, m_context.getContextInfo())); in init() 926 …ext(), "npot_size_level_1", "", IVec2(256, 256), IVec2(127, 127), 1, m_context.getContextInfo())); in init() 927 …ext(), "not_positive_level_0", "", IVec2(256, 256), IVec2(0, 0), 0, m_context.getContextInfo())); in init() 938 …ot_t_repeat", "", IVec2(127, 127), GL_CLAMP_TO_EDGE, GL_REPEAT, m_context.getContextInfo())); in init() 939 …ot_s_repeat", "", IVec2(127, 127), GL_REPEAT, GL_CLAMP_TO_EDGE, m_context.getContextInfo())); in init() 940 … "npot_all_repeat", "", IVec2(127, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init() 941 …epeat", "", IVec2(127, 127), GL_MIRRORED_REPEAT, GL_MIRRORED_REPEAT, m_context.getContextInfo())); in init() 942 …repeat_width_npot", "", IVec2(127, 128), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init() 943 …epeat_height_npot", "", IVec2(128, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init() [all …]
|
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() 231 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); 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 | es3fTextureFormatTests.cpp | 112 , m_renderCtxInfo (context.getContextInfo()) in Texture2DFormatCase() 125 , m_renderCtxInfo (context.getContextInfo()) in Texture2DFormatCase() 278 , m_renderCtxInfo (context.getContextInfo()) in TextureCubeFormatCase() 293 , m_renderCtxInfo (context.getContextInfo()) in TextureCubeFormatCase() 478 , m_renderCtxInfo (context.getContextInfo()) in Texture2DArrayFormatCase() 493 , m_renderCtxInfo (context.getContextInfo()) in Texture2DArrayFormatCase() 635 , m_renderCtxInfo (context.getContextInfo()) in Texture3DFormatCase() 650 , m_renderCtxInfo (context.getContextInfo()) in Texture3DFormatCase() 1469 …Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_po… in init() 1475 …Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_np… in init() [all …]
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 181 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 367 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 454 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 552 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 693 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 818 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 952 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 1076 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 1161 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderBallotTests.cpp | 493 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 494 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 569 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 570 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 645 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 646 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 718 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 719 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
|
D | gl4cSpirvExtensionsTests.cpp | 60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init() 66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
|
/external/skqp/dm/ |
D | DMGpuTestProcs.cpp | 55 ContextInfo ctxInfo = factory.getContextInfo( in RunWithGPUTestContexts() 66 ctxInfo = factory.getContextInfo(contextType, in RunWithGPUTestContexts()
|
/external/skia/dm/ |
D | DMGpuTestProcs.cpp | 55 ContextInfo ctxInfo = factory.getContextInfo( in RunWithGPUTestContexts() 66 ctxInfo = factory.getContextInfo(contextType, in RunWithGPUTestContexts()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 64 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init() 73 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 66 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init() 75 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
|