Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp52 addChild(new glcts::TessellationShaderBarrier2(m_context, m_extParams)); in init()
515 TessellationShaderBarrier2::TessellationShaderBarrier2(Context& context, const ExtParameters& extPa… in TessellationShaderBarrier2() function in glcts::TessellationShaderBarrier2
540 void TessellationShaderBarrier2::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw:… in getDrawCallArgs()
554 const char* TessellationShaderBarrier2::getTCSCode() in getTCSCode()
609 const char* TessellationShaderBarrier2::getTESCode() in getTESCode()
644 const char* TessellationShaderBarrier2::getVSCode() in getVSCode()
660 int TessellationShaderBarrier2::getXFBBufferSize() in getXFBBufferSize()
673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties()
687 bool TessellationShaderBarrier2::verifyXFBBuffer(const void* data) in verifyXFBBuffer()
DesextcTessellationShaderBarrier.hpp129 class TessellationShaderBarrier2 : public TessellationShaderBarrierTestCase class
133 TessellationShaderBarrier2(Context& context, const ExtParameters& extParams);
135 virtual ~TessellationShaderBarrier2(void) in ~TessellationShaderBarrier2()