Lines Matching refs:programID
1828 virtual void preRender (sglr::Context& ctx, GLuint programID);
1829 virtual void postRender (sglr::Context& ctx, GLuint programID);
2163 void GeometryShaderRenderTest::preRender (sglr::Context& ctx, GLuint programID)
2166 DE_UNREF(programID);
2169 void GeometryShaderRenderTest::postRender (sglr::Context& ctx, GLuint programID)
2172 DE_UNREF(programID);
3756 void preRender (sglr::Context& ctx, GLuint programID);
3855 void VaryingOutputCountCase::preRender (sglr::Context& ctx, GLuint programID)
3859 const int location = ctx.getUniformLocation(programID, "u_emitCount");
3876 const int location = ctx.getUniformLocation(programID, "u_sampler");