Home
last modified time | relevance | path

Searched refs:TessellationShaderBarrier1 (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp51 addChild(new glcts::TessellationShaderBarrier1(m_context, m_extParams)); in init()
317 TessellationShaderBarrier1::TessellationShaderBarrier1(Context& context, const ExtParameters& extPa… in TessellationShaderBarrier1() function in glcts::TessellationShaderBarrier1
341 void TessellationShaderBarrier1::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw:… in getDrawCallArgs()
355 const char* TessellationShaderBarrier1::getTCSCode() in getTCSCode()
399 const char* TessellationShaderBarrier1::getTESCode() in getTESCode()
439 const char* TessellationShaderBarrier1::getVSCode() in getVSCode()
458 int TessellationShaderBarrier1::getXFBBufferSize() in getXFBBufferSize()
471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties()
485 bool TessellationShaderBarrier1::verifyXFBBuffer(const void* data) in verifyXFBBuffer()
DesextcTessellationShaderBarrier.hpp91 class TessellationShaderBarrier1 : public TessellationShaderBarrierTestCase class
95 TessellationShaderBarrier1(Context& context, const ExtParameters& extParams);
97 virtual ~TessellationShaderBarrier1(void) in ~TessellationShaderBarrier1()