Searched refs:testProgramId (Results 1 – 2 of 2) sorted by relevance
292 GLuint testProgramId = testProgram.getProgram(); in test() local321 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() argument500 gl.useProgram(testProgramId); in readDepthValue()
103 …dDepthValue(const glw::Functions &gl, const GLuint readDepthProgramId, const GLuint testProgramId);