Home
last modified time | relevance | path

Searched refs:genVertexShader (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.hpp130 std::string genVertexShader(const ValueBlock& valueBlock);
H A DglcShaderLibraryCase.cpp114 m_vertexSource = genVertexShader(valueBlock); in ShaderCase()
522 string ShaderCase::genVertexShader(const ValueBlock& valueBlock) in genVertexShader() function in deqp::sl::ShaderCase
/third_party/vk-gl-cts/modules/egl/
H A DteglRobustnessTests.cpp768 std::string genVertexShader (const std::string& shaderDecl, const std::string& shaderBody);
802 std::string ShadersOOB::genVertexShader (const std::string& shaderDecl, const std::string& shaderBody) in genVertexShader() function in deqp::egl::__anon30383::ShadersOOB
948 return glu::ProgramSources() << glu::VertexSource(genVertexShader(shaderDecl.str(), shaderBody.str())) in genNonComputeSource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp154 string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function
1709 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in initPrograms()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp140 static string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function
998 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp154 string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function
1709 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in initPrograms()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp975 std::string genVertexShader (void) const;
1083 const std::string vertSrc = genVertexShader(); in initShader()
1265 std::string TextureSizeCase::genVertexShader() const in genVertexShader() function in deqp::gles3::Functional::TextureSizeCase

Completed in 21 milliseconds