Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DProgramInterfaceTest.cpp56 void createComputeProgram(GLProgram &program, const char *cs, bool cacheAndReload);
75 void ProgramInterfaceTestES31::createComputeProgram(GLProgram &program, in createComputeProgram() function in __anon7c3694ae0111::ProgramInterfaceTestES31
833 createComputeProgram(program, kComputeShaderSource, std::get<1>(GetParam())); in TEST_P()
947 createComputeProgram(program, kComputeShaderSource, std::get<1>(GetParam())); in TEST_P()
1147 createComputeProgram(program, kCSSource, std::get<1>(GetParam())); in TEST_P()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp46 static glw::GLuint createComputeProgram(const glw::Functions& gl, const char** cs_body_parts,
Dgl4cSparseBufferTests.cpp75 glw::GLuint SparseBufferTestUtilities::createComputeProgram(const glw::Functions& gl, const char** … in createComputeProgram() function in gl4cts::SparseBufferTestUtilities
1468 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
2783 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
4912 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()