Home
last modified time | relevance | path

Searched refs:tesSource (Results 1 – 5 of 5) sorted by relevance

/external/angle/util/
Dshader_utils.cpp21 const char *tesSource, in CompileProgramInternal() argument
64 if (strlen(tesSource) > 0) in CompileProgramInternal()
66 tes = CompileShader(GL_TESS_EVALUATION_SHADER_EXT, tesSource); in CompileProgramInternal()
302 const char *tesSource, in CompileProgramWithTESS() argument
305 return CompileProgramInternal(vsSource, tcsSource, tesSource, "", fsSource, nullptr); in CompileProgramWithTESS()
Dshader_utils.h41 const char *tesSource,
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3505 char const *tesSource = in TEST_F() local
3514 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()
3550 char const *tesSource = in TEST_F() local
3558 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()
Dvklayertests_descriptor_renderpass_framebuffer.cpp301 static const char *tesSource = in TEST_F() local
361 …indStateVertShaderText, bindStateFragShaderText, nullptr, bindStateTscShaderText, tesSource, false, in TEST_F()
363 …indStateVertShaderText, bindStateFragShaderText, nullptr, bindStateTscShaderText, tesSource, false, in TEST_F()
Dvkpositivelayertests.cpp5138 char const *tesSource = in TEST_F() local
5149 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()