Searched refs:createComputeProgram (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ProgramInterfaceTest.cpp | 56 void createComputeProgram(GLProgram &program, const char *cs, bool cacheAndReload); 75 void ProgramInterfaceTestES31::createComputeProgram(GLProgram &program, in createComputeProgram() function in __anon38e76f640111::ProgramInterfaceTestES31 829 createComputeProgram(program, kComputeShaderSource, std::get<1>(GetParam())); in TEST_P() 943 createComputeProgram(program, kComputeShaderSource, std::get<1>(GetParam())); in TEST_P() 1143 createComputeProgram(program, kCSSource, std::get<1>(GetParam())); in TEST_P()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.hpp | 46 static glw::GLuint createComputeProgram(const glw::Functions &gl, const char **cs_body_parts,
|
H A D | gl4cSparseBufferTests.cpp | 75 glw::GLuint SparseBufferTestUtilities::createComputeProgram(const glw::Functions &gl, const char **… in createComputeProgram() function in gl4cts::SparseBufferTestUtilities 1479 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal() 2804 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal() 4946 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
|