Searched refs: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 …static glw::GLuint createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned in…
|
D | gl4cSparseBufferTests.cpp | 189 …uint SparseBufferTestUtilities::createProgram(const glw::Functions& gl, const char** fs_body_parts, in createProgram() argument 232 gl.shaderSource(fs_id, n_fs_body_parts, fs_body_parts, NULL); /* length */ in createProgram()
|