Home | History | Annotate | Download | only in glshared

Lines Matching refs:samplerLoc

297 	GLuint	samplerLoc	= (GLuint)-1;
303 samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler");
304 TCU_CHECK(samplerLoc != (GLuint)-1);
315 gl.uniform1i(samplerLoc, 0);
316 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i(samplerLoc, 0)");