Searched refs:vs_body_parts (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.hpp | 200 const char* const* vs_body_parts);
|
H A D | esextcTestCaseBase.cpp | 775 * @param n_vs_body_parts Number of elements of @param vs_body_parts array. 776 * @param vs_body_parts Pointer to array of strings to make up vertex shader's body. 783 unsigned int n_vs_body_parts, const char* const* vs_body_parts) in doesProgramBuild() 810 n_gs_body_parts, gs_body_parts, vertex_shader_id, n_vs_body_parts, vs_body_parts); in doesProgramBuild() 781 doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, unsigned int n_gs_body_parts, const char* const* gs_body_parts, unsigned int n_vs_body_parts, const char* const* vs_body_parts) doesProgramBuild() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 169 * @param vs_body_parts Code snippets to use for the vertex shader. Must hold exactly 172 * @param n_vs_body_parts See @param vs_body_parts definitions. 190 unsigned int n_fs_body_parts, const char** vs_body_parts, in createProgram() 237 gl.shaderSource(vs_id, n_vs_body_parts, vs_body_parts, NULL); /* length */ in createProgram() 1043 const char* vs_body_parts[] = { vs_body_preamble, DE_NULL, /* will be set to n_counters_string.c_str() */ in initTestCaseGlobal() local 1045 const unsigned int n_vs_body_parts = sizeof(vs_body_parts) / sizeof(vs_body_parts[0]); in initTestCaseGlobal() 1060 vs_body_parts[1] = n_counters_string.c_str(); in initTestCaseGlobal() 1068 vs_body_parts, n_vs_body_parts, DE_NULL, /* attribute_names */ in initTestCaseGlobal() 6432 const char* vs_body_parts[] 189 createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts, const char** vs_body_parts, unsigned int n_vs_body_parts, const char** attribute_names, const unsigned int* attribute_locations, unsigned int n_attribute_properties, const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, glw::GLenum tf_varying_mode) createProgram() argument [all...] |
H A D | gl4cSparseBufferTests.hpp | 50 const char** vs_body_parts, unsigned int n_vs_body_parts,
|
Completed in 12 milliseconds