Lines Matching refs:getFunctions

843 	GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");  in readIntegerTextureViaFBOAndVerify()
846 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier"); in readIntegerTextureViaFBOAndVerify()
863 …GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attach… in readIntegerTextureViaFBOAndVerify()
868 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels"); in readIntegerTextureViaFBOAndVerify()
938 UniformAccessLogger uniforms (renderCtx.getFunctions(), log, program.getProgram()); in readFloatOrNormTextureWithLookupsAndVerify()
951 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram()… in readFloatOrNormTextureWithLookupsAndVerify()
959 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "SSB setup failed"); in readFloatOrNormTextureWithLookupsAndVerify()
968 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProg… in readFloatOrNormTextureWithLookupsAndVerify()
970 …ableInfo valueInfo = glu::getProgramInterfaceVariableInfo(renderCtx.getFunctions(), program.getP… in readFloatOrNormTextureWithLookupsAndVerify()
1003 …const BufferMemMap bufMap(renderCtx.getFunctions(), GL_SHADER_STORAGE_BUFFER, 0, blockSize, GL_MAP… in readFloatOrNormTextureWithLookupsAndVerify()
1046 …const BufferMemMap bufMap(renderCtx.getFunctions(), GL_TEXTURE_BUFFER, 0, dataSize, GL_MAP_READ_BI… in readBufferTextureWithMappingAndVerify()
1135 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
1203 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
1227 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1230 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
1236 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1239 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
1354 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
1454 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
1476 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1479 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1482 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
1488 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1491 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
1494 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
1930 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
1984 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2000 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2049 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
2064 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
2331 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
2385 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2401 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2448 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
2463 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
2551 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
2588 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2652 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
2667 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
2776 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
2797 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2804 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2843 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
2858 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute"); in iterate()
2952 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log); in iterate()
2979 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture"); in iterate()
2991 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen color attachment rb"); in iterate()
2995 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo color attachment"); in iterate()
3001 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen depth attachment rb"); in iterate()
3004 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo depth attachment"); in iterate()
3010 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen stencil attachment rb"); in iterate()
3013 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo stencil attachment"); in iterate()
3017 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "setup fbo"); in iterate()
3081 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram()); in iterate()
3115 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Draw failed"); in iterate()