Home
last modified time | relevance | path

Searched refs:cs_body_parts (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? in iterate() local
1521 static_cast<unsigned int>(sizeof(cs_body_parts) / sizeof(cs_body_parts[0])); in iterate()
1535 gl.shaderSource(m_cs_id, n_cs_body_parts, cs_body_parts, DE_NULL); /* length */ in iterate()
Dgl4cSparseBufferTests.hpp46 static glw::GLuint createComputeProgram(const glw::Functions& gl, const char** cs_body_parts,
Dgl4cSparseBufferTests.cpp75 …arseBufferTestUtilities::createComputeProgram(const glw::Functions& gl, const char** cs_body_parts, in createComputeProgram() argument
102 gl.shaderSource(cs_id, n_cs_body_parts, cs_body_parts, NULL); /* length */ in createComputeProgram()