Home
last modified time | relevance | path

Searched refs:TessellationShaderMaxPatchVertices (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp43 const char* TessellationShaderMaxPatchVertices::m_vs_code = "${VERSION}\n"
66 const char* TessellationShaderMaxPatchVertices::m_tc_code =
108 const char* TessellationShaderMaxPatchVertices::m_te_code = "${VERSION}\n"
139 const char* TessellationShaderMaxPatchVertices::m_fs_code = "${VERSION}\n"
146 const char* const TessellationShaderMaxPatchVertices::m_tf_varyings[] = { "result_fv", "result_iv" …
154 TessellationShaderMaxPatchVertices::TessellationShaderMaxPatchVertices(Context& context, const ExtP… in TessellationShaderMaxPatchVertices() function in glcts::TessellationShaderMaxPatchVertices
180 void TessellationShaderMaxPatchVertices::deinit(void) in deinit()
350 void TessellationShaderMaxPatchVertices::initTest(void) in initTest()
396 void TessellationShaderMaxPatchVertices::initVertexBufferObjects(void) in initVertexBufferObjects()
478 void TessellationShaderMaxPatchVertices::initTransformFeedbackBufferObjects(void) in initTransformFeedbackBufferObjects()
[all …]
DesextcTessellationShaderMaxPatchVertices.hpp63 class TessellationShaderMaxPatchVertices : public TestCaseBase class
67 TessellationShaderMaxPatchVertices(Context& context, const ExtParameters& extParams);
69 virtual ~TessellationShaderMaxPatchVertices() in ~TessellationShaderMaxPatchVertices()
DesextcTessellationShaderTests.cpp77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams)); in init()