Home | History | Annotate | Download | only in functional

Lines Matching refs:getFunctions

832 	GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");
835 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier");
852 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attachment 0");
857 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels");
926 UniformAccessLogger uniforms (renderCtx.getFunctions(), log, program.getProgram());
939 const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions
947 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "SSB setup failed");
956 const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
958 const glu::InterfaceVariableInfo valueInfo = glu::getProgramInterfaceVariableInfo(renderCtx.getFunctions(), program.getProgram(), GL_BUFFER_VARIABLE, valueIndex);
991 const BufferMemMap bufMap(renderCtx.getFunctions(), GL_SHADER_STORAGE_BUFFER, 0, blockSize, GL_MAP_READ_BIT);
1034 const BufferMemMap bufMap(renderCtx.getFunctions(), GL_TEXTURE_BUFFER, 0, resultAccess.getDataSize(), GL_MAP_READ_BIT);
1123 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
1190 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
1214 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1217 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
1223 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1226 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
1341 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
1440 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
1462 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1465 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1468 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
1474 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1477 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1480 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
1916 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
1970 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
1986 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2034 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
2049 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
2316 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
2370 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2386 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2432 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
2447 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
2540 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
2577 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2639 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
2654 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
2763 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
2784 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2791 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2829 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
2844 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glDispatchCompute");
2938 glu::CallLogWrapper glLog (renderCtx.getFunctions(), log);
2966 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glBindImageTexture");
2978 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen color attachment rb");
2982 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo color attachment");
2988 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen depth attachment rb");
2991 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo depth attachment");
2997 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "gen stencil attachment rb");
3000 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "set fbo stencil attachment");
3004 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "setup fbo");
3066 UniformAccessLogger uniforms(renderCtx.getFunctions(), log, program.getProgram());
3100 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Draw failed");