Searched defs:n_fs_body_parts (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp166 * @param n_fs_body_parts null-terminated text strings. May only
167 * be NULL if @param n_fs_body_parts is 0.
168 * @param n_fs_body_parts See @param fs_body_parts definitions.
190 unsigned int n_fs_body_parts, const char** vs_body_parts,
204 if (n_fs_body_parts > 0)
218 if (n_fs_body_parts > 0)
230 if (n_fs_body_parts > 0)
232 gl.shaderSource(fs_id, n_fs_body_parts, fs_body_parts, NULL); /* length */
1067 0, /* n_fs_body_parts */
3233 m_po = SparseBufferTestUtilities::createProgram(m_gl, &gradient_fs_code, 1, /* n_fs_body_parts */
189 createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts, const char** vs_body_parts, unsigned int n_vs_body_parts, const char** attribute_names, const unsigned int* attribute_locations, unsigned int n_attribute_properties, const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, glw::GLenum tf_varying_mode) argument
[all...]
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp754 * @param n_fs_body_parts Number of elements of @param fs_body_parts array.
768 bool TestCaseBase::doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, argument
796 result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geometry_shader_id,

Completed in 190 milliseconds