Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp1092 glu::ProgramSources prepareColoringProgramSources(GLenum format, GLenum type) const;
1192 …glu::ShaderProgram program0(renderContext, prepareColoringProgramSources(GL_RGBA, GL_UNSIGNED_BYTE… in iterate()
1193 glu::ShaderProgram program1(renderContext, prepareColoringProgramSources(testFormat, testType)); in iterate()
1459 glu::ProgramSources RenderbufferCase::prepareColoringProgramSources(GLenum format, GLenum type) con… in prepareColoringProgramSources() function in glcts::RenderbufferCase