Searched refs:readDepthProgramId (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPolygonOffsetClampTests.cpp | 295 GLuint readDepthProgramId = 0; in test() local 318 readDepthProgramId = readDepthProgram->getProgram(); 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() 453 …etClampValueTestCaseBase::readDepthValue(const glw::Functions &gl, const GLuint readDepthProgramId, in readDepthValue() argument 473 gl.useProgram(readDepthProgramId); in readDepthValue()
|
H A D | glcPolygonOffsetClampTests.hpp | 103 …float readDepthValue(const glw::Functions &gl, const GLuint readDepthProgramId, const GLuint testP…
|