Home
last modified time | relevance | path

Searched refs:vs_body_parts (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp192 const char* const* vs_body_parts);
DesextcTestCaseBase.cpp773 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/
Dgl4cSparseBufferTests.cpp190 unsigned int n_fs_body_parts, const char** vs_body_parts, in createProgram() argument
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_s… 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[] = { vs_body_preamble, vs_body_define_string.c_str(), vs_body_main … in initTestCaseGlobal() local
6433 const unsigned int n_vs_body_parts = sizeof(vs_body_parts) / sizeof(vs_body_parts[0]); in initTestCaseGlobal()
6437 vs_body_parts, n_vs_body_parts, DE_NULL, /* attribute_names */ in initTestCaseGlobal()
Dgl4cSparseBufferTests.hpp50 const char** vs_body_parts, unsigned int n_vs_body_parts,