Home | History | Annotate | Download | only in egl

Lines Matching defs:samplerLoc

765 	GLuint samplerLoc = glGetUniformLocation(glProgram, "u_sampler");
766 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler");
780 GLU_CHECK_CALL(glUniform1i(samplerLoc, 0));
1171 GLint samplerLoc = glGetUniformLocation(glProgram, "u_sampler");
1172 DE_ASSERT(samplerLoc != -1);
1220 GLU_CHECK_CALL(glUniform1i(samplerLoc, 0));