Searched refs:TessellationShaderMaxPatchVertices (Results 1 – 3 of 3) sorted by relevance
43 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::TessellationShaderMaxPatchVertices180 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 …]
63 class TessellationShaderMaxPatchVertices : public TestCaseBase class67 TessellationShaderMaxPatchVertices(Context& context, const ExtParameters& extParams);69 virtual ~TessellationShaderMaxPatchVertices() in ~TessellationShaderMaxPatchVertices()
77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams)); in init()