Home
last modified time | relevance | path

Searched refs:getContextInfo (Results 1 - 25 of 285) sorted by relevance

12345678910>>...12

/third_party/skia/tests/
H A DGrContextFactoryTest.cpp23 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
33 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
48 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
63 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
94 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
99 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp121 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()
H A Des31fTextureFormatTests.cpp324 && !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 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12)); in init()
464 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12)); in init()
546 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12)); in init()
547 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12)); in init()
556 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12)); in init()
557 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12)); in init()
H A Des31fAndroidExtensionPackES31ATests.cpp66 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 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des31fShaderStateQueryTests.cpp104 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") && !isES32orGL45) in init()
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp85 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
143 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp144 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)) + 1; in init()
249 deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; 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)) + 1; in init()
607 deUint32 log2MaxCubemapSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; in init()
693 int maxTextureSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_SIZE) + 1; in init()
694 int maxCubemapSize = m_context.getContextInfo() in init()
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp100 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() in init()
[all...]
H A Des3fTextureFormatTests.cpp115 , 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 compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_pot", "GL_ETC1_RGB8_OES, GL_TEXTURE_2D", toStringVector(filenames, DE_LENGTH_OF_ARRAY(filenames)))); in init()
1479 compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_npo in init()
[all...]
H A Des3fShaderSwitchTests.cpp56 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc) in ShaderSwitchCase()
473 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp181 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
H A Des2fNegativeTextureApiTests.cpp115 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)) + 1; in init()
260 deUint32 log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; 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() in init()
[all...]
H A Des2fDebugMarkerTests.cpp69 checkSupport(m_context.getContextInfo()); in iterate()
112 checkSupport(m_context.getContextInfo()); in init()
171 checkSupport(m_context.getContextInfo()); in init()
H A Des2fTextureCompletenessTests.cpp924 tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size", "", IVec2(255, 255), IVec2(255, 255), 0, m_context.getContextInfo())); in init()
925 tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_0", "", IVec2(256, 256), IVec2(255, 255), 0, m_context.getContextInfo())); in init()
926 tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_1", "", IVec2(256, 256), IVec2(127, 127), 1, m_context.getContextInfo())); in init()
927 tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_level_0", "", IVec2(256, 256), IVec2(0, 0), 0, m_context.getContextInfo())); in init()
938 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_t_repeat", "", IVec2(127, 127), GL_CLAMP_TO_EDGE, GL_REPEAT, m_context.getContextInfo())); in init()
939 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_s_repeat", "", IVec2(127, 127), GL_REPEAT, GL_CLAMP_TO_EDGE, m_context.getContextInfo())); in init()
940 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_all_repeat", "", IVec2(127, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
941 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_mirrored_repeat", "", IVec2(127, 127), GL_MIRRORED_REPEAT, GL_MIRRORED_REPEAT, m_context.getContextInfo())); in init()
942 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "repeat_width_npot", "", IVec2(127, 128), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
943 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "repeat_height_npot", "", IVec2(128, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo())); in init()
[all...]
H A Des2fShaderConstExprTests.cpp55 const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numCases, glu::GLSL_VERSION_100_ES); in addChildGroup()
222 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/constant_expressions.test"); in init()
231 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp492 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()
H A Dgl4cSpirvExtensionsTests.cpp60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init()
66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp71 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
80 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestCaseWrapper.cpp52 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo()); in initTestCase()
123 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo()); in deinitTestCase()
H A DglcParallelShaderCompileTests.cpp80 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()
/third_party/skia/dm/
H A DDMGpuTestProcs.cpp68 ContextInfo ctxInfo = factory.getContextInfo(contextType); in RunWithGPUTestContexts()
92 auto [_, context] = factory.getContextInfo(ContextFactory::ContextType::kMetal); in RunWithGraphiteTestContexts()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp74 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
83 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in deinit()
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestPackage.cpp82 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo()); in deinit()
146 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init()
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2TestPackage.cpp84 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo()); in deinit()
148 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init()

Completed in 20 milliseconds

12345678910>>...12