Home
last modified time | relevance | path

Searched refs: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 …static glw::GLuint createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned in…
Dgl4cSparseBufferTests.cpp189 …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()