Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp466 * @param out_n_names Deref will be used to store the number of names that @param out_names array
471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
475 *out_n_names = 1; in getXFBProperties()
668 * @param out_n_names Deref will be used to store the number of names that @param out_names array
673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
677 *out_n_names = 1; in getXFBProperties()
867 * @param out_n_names Deref will be used to store the number of names that @param out_names array
872 void TessellationShaderBarrier3::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument
876 *out_n_names = 4; in getXFBProperties()
H A DesextcTessellationShaderInvariance.hpp94 virtual void getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** out_names);
H A DesextcTessellationShaderTCTE.hpp331 void getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, glw::GLint* out_xfb_size);
H A DesextcTessellationShaderTCTE.cpp1513 * @param out_n_names Deref will be used to store number of strings the @param
1515 * will be stored under *out_n_names.
1520 void TessellationShaderTCTEgl_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.cpp250 * @param out_n_names Deref will be used to store amount of strings @param *out_n_names
257 void TessellationShaderInvarianceBaseTest::getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, in getXFBProperties() argument
264 *out_n_names = 1; in getXFBProperties()

Completed in 14 milliseconds