Searched refs:n_fs_body_parts (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 190 …bool doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, unsigned int…
|
D | esextcTestCaseBase.cpp | 771 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/ |
D | gl4cSparseBufferTests.hpp | 49 …t createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts,
|
D | gl4cSparseBufferTests.cpp | 190 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()
|