Home | History | Annotate | Download | only in functional

Lines Matching refs:programId

1816 	virtual void					preRender					(sglr::Context& ctx, GLuint programID);
1817 virtual void postRender (sglr::Context& ctx, GLuint programID);
2052 const GLuint programId = ctx.createProgram(&program);
2053 const GLint attrPosLoc = ctx.getAttribLocation(programId, "a_position");
2054 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName);
2097 ctx.useProgram(programId);
2100 preRender(ctx, programId);
2124 postRender(ctx, programId);
2151 void GeometryShaderRenderTest::preRender (sglr::Context& ctx, GLuint programID)
2154 DE_UNREF(programID);
2157 void GeometryShaderRenderTest::postRender (sglr::Context& ctx, GLuint programID)
2160 DE_UNREF(programID);
2411 const GLuint programId = m_ctx->createProgram(m_program);
2412 const GLint attrPosLoc = m_ctx->getAttribLocation(programId, "a_position");
2433 m_ctx->useProgram(programId);
3710 void preRender (sglr::Context& ctx, GLuint programID);
3809 void VaryingOutputCountCase::preRender (sglr::Context& ctx, GLuint programID)
3813 const int location = ctx.getUniformLocation(programID, "u_emitCount");
3830 const int location = ctx.getUniformLocation(programID, "u_sampler");