Home | History | Annotate | Download | only in egl

Lines Matching refs:samplerLoc

429 	GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler");
430 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler");
433 GLU_CHECK_GLW_CALL(gl, uniform1i(samplerLoc, 0));