Home
last modified time | relevance | path

Searched refs:out_n_names (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderBarrier.hpp70 virtual void getXFBProperties(int* out_n_names, const char*** out_names) = 0;
110 void getXFBProperties(int* out_n_names, const char*** out_names);
148 void getXFBProperties(int* out_n_names, const char*** out_names);
192 void getXFBProperties(int* out_n_names, const char*** out_names);
H A DesextcTessellationShaderBarrier.cpp471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
475 *out_n_names = 1; in getXFBProperties()
673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
677 *out_n_names = 1; in getXFBProperties()
872 void TessellationShaderBarrier3::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
876 *out_n_names = 4; in getXFBProperties()
H A DesextcTessellationShaderTCTE.hpp331 …void getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, glw::GLint* out_xfb…
H A DesextcTessellationShaderInvariance.hpp94 …virtual void getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** o…
H A DesextcTessellationShaderTCTE.cpp1520 …sellationShaderTCTEgl_in::getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, in getXFBProperties() argument
1546 if (out_n_names != NULL) in getXFBProperties()
1548 *out_n_names = n_xfb_varyings; in getXFBProperties()
H A DesextcTessellationShaderInvariance.cpp257 …tionShaderInvarianceBaseTest::getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, in getXFBProperties() argument
264 *out_n_names = 1; in getXFBProperties()