Searched refs:getXFBProperties (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderBarrier.hpp | 70 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);
|
D | esextcTessellationShaderBarrier.cpp | 213 getXFBProperties(&n_names, &names); in initTest() 471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() function in glcts::TessellationShaderBarrier1 673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() function in glcts::TessellationShaderBarrier2 872 void TessellationShaderBarrier3::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() function in glcts::TessellationShaderBarrier3
|
D | esextcTessellationShaderTCTE.hpp | 331 …void getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, glw::GLint* out_xfb…
|
D | esextcTessellationShaderInvariance.hpp | 94 …virtual void getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** o…
|
D | esextcTessellationShaderInvariance.cpp | 257 void TessellationShaderInvarianceBaseTest::getXFBProperties(unsigned int n_iteration, unsigned int*… in getXFBProperties() function in glcts::TessellationShaderInvarianceBaseTest 468 getXFBProperties(n_iteration, &n_xfb_names, &xfb_names); in initTest()
|
D | esextcTessellationShaderTCTE.cpp | 1470 getXFBProperties(&xfb_varyings, &n_xfb_varyings, &xfb_size); in initTest() 1520 void TessellationShaderTCTEgl_in::getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_… in getXFBProperties() function in glcts::TessellationShaderTCTEgl_in 1605 getXFBProperties(&xfb_names, &n_xfb_names, &xfb_size); in iterate()
|