HomeSort by relevance Sort by last modified time
    Searched refs:cs_body_parts (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl3cCommonBugsTests.cpp 1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? local
    [all...]
gl4cSparseBufferTests.hpp 46 static glw::GLuint createComputeProgram(const glw::Functions& gl, const char** cs_body_parts,
    [all...]
gl4cSparseBufferTests.cpp 69 * @param cs_body_parts Code snippets to use for the compute shader. Must hold exactly
71 * @param n_cs_body_parts Number of code snippets accessible via @param cs_body_parts.
75 glw::GLuint SparseBufferTestUtilities::createComputeProgram(const glw::Functions& gl, const char** cs_body_parts,
102 gl.shaderSource(cs_id, n_cs_body_parts, cs_body_parts, NULL); /* length */
    [all...]

Completed in 717 milliseconds