Home
last modified time | relevance | path

Searched refs:glu (Results 1426 - 1450 of 1516) sorted by relevance

1...<<5152535455565758596061

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp1628 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 Dgl4cStencilTexturingTests.cpp239 context.getTestContext().getLog() << tcu::TestLog::Message << "Shader (" << glu::getShaderTypeStr(type) in createAndCompileShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp1066 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp41 using namespace glu::TextureTestUtil;
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp587 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 DesextcTextureBorderClampSamplingTexture.cpp758 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 DesextcTextureCubeMapArrayImageOperations.cpp586 if (!glu::isContextTypeES(m_context.getRenderContext().getType())) in iterate()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp98 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 DvktShaderFConvertTests.cpp513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp1066 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/modules/egl/
H A DteglGetFrameTimestampsTests.cpp514 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglNativeColorMappingTests.cpp529 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglNativeCoordMappingTests.cpp561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp502 throw tcu::TestError(string("Got ") + glu::getErrorStr(err).toString()); in iterate()
H A Des2fShaderLoopTests.cpp46 using namespace glu;
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp98 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 Des3fBufferWriteTests.cpp514 throw tcu::TestError(string("Got ") + glu::getErrorStr(err).toString()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp702 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 DvktImageDepthStencilDescriptorTests.cpp452 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 DvktPipelineDepthRangeUnrestrictedTests.cpp1384 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms()
1398 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms()
H A DvktPipelineSamplerBorderSwizzleTests.cpp306 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 DvktProtectedMemWsiSwapchainTests.cpp1236 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 DvktQueryPoolOcclusionTests.cpp1285 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 DvktRasterizationProvokingVertexTests.cpp203 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.str()); in initPrograms()
204 programCollection.glslSources.add("frag") << glu::FragmentSource(fragShader); in initPrograms()

Completed in 51 milliseconds

1...<<5152535455565758596061