Searched refs:TessControlShader (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTestSubcase.cpp | 72 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()
|
D | glcTestSubcase.hpp | 70 std::string TessControlShader();
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | internal_interface.hpp | 440 struct TessControlShader : BaseShader<TessControlShader<T, Res>> struct 447 TessControlShader() in TessControlShader() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 2073 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()
|