Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp190 …bool doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, unsigned int…
DesextcTestCaseBase.cpp771 bool TestCaseBase::doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, in doesProgramBuild() argument
799 …result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geome… in doesProgramBuild()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp49 …t createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts,
Dgl4cSparseBufferTests.cpp190 unsigned int n_fs_body_parts, const char** vs_body_parts, in createProgram() argument
204 if (n_fs_body_parts > 0) in createProgram()
218 if (n_fs_body_parts > 0) in createProgram()
230 if (n_fs_body_parts > 0) in createProgram()
232 gl.shaderSource(fs_id, n_fs_body_parts, fs_body_parts, NULL); /* length */ in createProgram()