Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp292 GLuint testProgramId = testProgram.getProgram(); in test() local
321 gl.useProgram(testProgramId); in test()
381 depthValue = readDepthValue(gl, readDepthProgramId, testProgramId); in test()
396 depthValueOffset = readDepthValue(gl, readDepthProgramId, testProgramId); in test()
421 depthValueOffsetClamp = readDepthValue(gl, readDepthProgramId, testProgramId); in test()
454 const GLuint testProgramId) in readDepthValue() argument
500 gl.useProgram(testProgramId); in readDepthValue()
H A DglcPolygonOffsetClampTests.hpp103 …dDepthValue(const glw::Functions &gl, const GLuint readDepthProgramId, const GLuint testProgramId);