Home
last modified time | relevance | path

Searched refs:TessControlShader (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestSubcase.cpp72 std::string SubcaseBase::TessControlShader() in TessControlShader() function in deqp::SubcaseBase
163 string tcsh = TessControlShader(); in Documentation()
167 string tcsh2 = TessControlShader(); in Documentation()
171 string tesh = TessControlShader(); in Documentation()
175 string tesh2 = TessControlShader(); in Documentation()
DglcTestSubcase.hpp70 std::string TessControlShader();
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dinternal_interface.hpp440 struct TessControlShader : BaseShader<TessControlShader<T, Res>> struct
447 TessControlShader() in TessControlShader() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp2073 virtual std::string TessControlShader() in TessControlShader() function in gl4cts::__anonfec890700111::SubroutinesBase
2257 …GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader… in Run()
2285 …GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader… in Run()
2348 …GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader… in Run()
2409 …GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader… in Run()
2470 …GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader… in Run()