/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 25 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GANESH_TEST() 35 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GANESH_TEST() 50 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GANESH_TEST() 65 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GANESH_TEST() 96 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GANESH_TEST() 101 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GANESH_TEST()
|
/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 | 324 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_buffer") in init() 325 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer")) in init() 330 m_maxTextureBufferSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_BUFFER_SIZE); in init() 463 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 464 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 546 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 547 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 556 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init() 557 …eArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase +… in init()
|
D | es31fShaderStateQueryTests.cpp | 104 if (m_extension && !isES32orGL45 && !m_context.getContextInfo().isExtensionSupported(m_extension)) in iterate() 292 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 360 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < 1) in checkRequirements() 396 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !isES32orGL45) in init() 402 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !isES32orGL4… 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 | es31fOpaqueTypeIndexingTests.cpp | 373 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init() 378 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init() 383 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init() 392 m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"), in init() 750 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init() 755 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init() 760 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init() 1000 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init() 1005 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init() 1010 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
|
/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 | 100 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 114 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 128 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 141 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 167 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 226 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 258 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 266 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 296 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 423 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… 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() 501 if (m_context.getContextInfo().isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in init() 601 …deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE)… in init() 607 …deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXT… in init() 693 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init() 694 int maxCubemapSize = m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in init() [all …]
|
D | es3fTextureFormatTests.cpp | 115 , m_renderCtxInfo (context.getContextInfo()) in Texture2DFormatCase() 128 , m_renderCtxInfo (context.getContextInfo()) in Texture2DFormatCase() 281 , m_renderCtxInfo (context.getContextInfo()) in TextureCubeFormatCase() 296 , m_renderCtxInfo (context.getContextInfo()) in TextureCubeFormatCase() 481 , m_renderCtxInfo (context.getContextInfo()) in Texture2DArrayFormatCase() 496 , m_renderCtxInfo (context.getContextInfo()) in Texture2DArrayFormatCase() 638 , m_renderCtxInfo (context.getContextInfo()) in Texture3DFormatCase() 653 , m_renderCtxInfo (context.getContextInfo()) in Texture3DFormatCase() 1473 …Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_po… in init() 1479 …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 | 492 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 493 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 568 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 569 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 644 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 645 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 717 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 718 !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()
|
D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 78 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate() 199 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate() 411 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate() 504 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
|
/external/skia/dm/ |
D | DMGpuTestProcs.cpp | 74 ContextInfo ctxInfo = factory.getContextInfo(contextType); in RunWithGaneshTestContexts() 104 auto [_, context] = factory.getContextInfo(contextType); in RunWithGraphiteTestContexts()
|
/external/deqp/external/openglcts/modules/common/ |
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/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 71 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init() 80 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 84 …tate(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo()); in deinit() 148 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 82 …tate(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo()); in deinit() 146 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 74 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init() 83 …tState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
|