Home | History | Annotate | Download | only in functional

Lines Matching refs:programId

1791 	virtual void					preRender					(sglr::Context& ctx, GLuint programID);
1792 programID);
2019 const GLuint programId = ctx.createProgram(&program);
2020 const GLint attrPosLoc = ctx.getAttribLocation(programId, "a_position");
2021 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName);
2064 ctx.useProgram(programId);
2067 preRender(ctx, programId);
2091 postRender(ctx, programId);
2118 void GeometryShaderRenderTest::preRender (sglr::Context& ctx, GLuint programID)
2121 DE_UNREF(programID);
2124 void GeometryShaderRenderTest::postRender (sglr::Context& ctx, GLuint programID)
2127 DE_UNREF(programID);
2304 const GLuint programId = m_ctx->createProgram(m_program);
2305 const GLint attrPosLoc = m_ctx->getAttribLocation(programId, "a_position");
2326 m_ctx->useProgram(programId);
3586 void preRender (sglr::Context& ctx, GLuint programID);
3685 void VaryingOutputCountCase::preRender (sglr::Context& ctx, GLuint programID)
3689 const int location = ctx.getUniformLocation(programID, "u_emitCount");
3706 const int location = ctx.getUniformLocation(programID, "u_sampler");