Home
last modified time | relevance | path

Searched refs:glProgram (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglImageFormatTests.cpp426 GLuint glProgram = program.getProgram(); in invokeGLES2() local
427 GLU_CHECK_GLW_CALL(gl, useProgram(glProgram)); in invokeGLES2()
429 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2()
432 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES2()
501 GLuint glProgram = program.getProgram(); in invokeGLES2() local
502 GLU_CHECK_GLW_CALL(gl, useProgram(glProgram)); in invokeGLES2()
504 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2()
507 GLuint colorLoc = gl.getUniformLocation(glProgram, "u_color"); in invokeGLES2()
510 GLuint depthLoc = gl.getUniformLocation(glProgram, "u_depth"); in invokeGLES2()
625 GLuint glProgram = program.getProgram(); in invokeGLES2() local
[all …]