/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 1628 void TextureViewUtilities::getMajorMinorVersionFromContextVersion(const glu::ContextType& context_type, in getMajorMinorVersionFromContextVersion() 1632 if (context_type.getAPI() == glu::ApiType::core(4, 0)) in getMajorMinorVersionFromContextVersion() 1637 else if (context_type.getAPI() == glu::ApiType::core(4, 1)) in getMajorMinorVersionFromContextVersion() 1642 else if (context_type.getAPI() == glu::ApiType::core(4, 2)) in getMajorMinorVersionFromContextVersion() 1647 else if (context_type.getAPI() == glu::ApiType::core(4, 3)) in getMajorMinorVersionFromContextVersion() 1652 else if (context_type.getAPI() == glu::ApiType::core(4, 4)) in getMajorMinorVersionFromContextVersion() 1657 else if (context_type.getAPI() == glu::ApiType::core(4, 5)) in getMajorMinorVersionFromContextVersion() 1662 else if (context_type.getAPI() == glu::ApiType::core(4, 6)) in getMajorMinorVersionFromContextVersion()
|
H A D | gl4cStencilTexturingTests.cpp | 239 context.getTestContext().getLog() << tcu::TestLog::Message << "Shader (" << glu::getShaderTypeStr(type) in createAndCompileShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 1066 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 41 using namespace glu::TextureTestUtil;
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 587 if (m_context.getRenderContext().getType().getAPI() == glu::ApiType::es(3, 1) && !is_immutable_run && in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 758 glu::mapGLTransferFormat(m_test_configuration.get_output_format(), m_test_configuration.get_output_type()); in checkResult()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 586 if (!glu::isContextTypeES(m_context.getRenderContext().getType())) in iterate()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderControlStatementTests.cpp | 98 ControlStatementCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, gls::PerfCaseType caseType) in ControlStatementCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 1066 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGetFrameTimestampsTests.cpp | 514 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
|
H A D | teglNativeColorMappingTests.cpp | 529 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
|
H A D | teglNativeCoordMappingTests.cpp | 561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 502 throw tcu::TestError(string("Got ") + glu::getErrorStr(err).toString()); in iterate()
|
H A D | es2fShaderLoopTests.cpp | 46 using namespace glu;
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderControlStatementTests.cpp | 98 ControlStatementCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, gls::PerfCaseType caseType) in ControlStatementCase()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 514 throw tcu::TestError(string("Got ") + glu::getErrorStr(err).toString()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 702 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource); in initPrograms() 703 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 452 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 513 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1384 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms() 1398 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 306 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 307 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 1236 dst.glslSources.add("tri-vert") << glu::VertexSource( in getPrograms() 1254 dst.glslSources.add("tri-frag") << glu::FragmentSource( in getPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1285 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSrc.c_str()); in initPrograms() 1287 programCollection.glslSources.add("vert") << glu::VertexSource("#version 430\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 203 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.str()); in initPrograms() 204 programCollection.glslSources.add("frag") << glu::FragmentSource(fragShader); in initPrograms()
|