Searched refs:n_vs_body_parts (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 191 const char* const* gs_body_parts, unsigned int n_vs_body_parts,
|
D | esextcTestCaseBase.cpp | 773 unsigned int n_vs_body_parts, const char* const* vs_body_parts) in doesProgramBuild() argument 800 n_gs_body_parts, gs_body_parts, vertex_shader_id, n_vs_body_parts, vs_body_parts); in doesProgramBuild()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.cpp | 191 unsigned int n_vs_body_parts, const char** attribute_names, in createProgram() argument 211 if (n_vs_body_parts > 0) in createProgram() 223 if (n_vs_body_parts > 0) in createProgram() 235 if (n_vs_body_parts > 0) in createProgram() 237 gl.shaderSource(vs_id, n_vs_body_parts, vs_body_parts, NULL); /* length */ in createProgram() 1045 const unsigned int n_vs_body_parts = sizeof(vs_body_parts) / sizeof(vs_body_parts[0]); in initTestCaseGlobal() local 1068 vs_body_parts, n_vs_body_parts, DE_NULL, /* attribute_names */ in initTestCaseGlobal() 6433 const unsigned int n_vs_body_parts = sizeof(vs_body_parts) / sizeof(vs_body_parts[0]); in initTestCaseGlobal() local 6437 vs_body_parts, n_vs_body_parts, DE_NULL, /* attribute_names */ in initTestCaseGlobal()
|
D | gl4cSparseBufferTests.hpp | 50 const char** vs_body_parts, unsigned int n_vs_body_parts,
|