Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp423 GLuint glProgram = program.getProgram(); in invokeGLES2() local
424 GLU_CHECK_GLW_CALL(gl, useProgram(glProgram)); in invokeGLES2()
426 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2()
429 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES2()
498 GLuint glProgram = program.getProgram(); in invokeGLES2() local
499 GLU_CHECK_GLW_CALL(gl, useProgram(glProgram)); in invokeGLES2()
501 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2()
504 GLuint colorLoc = gl.getUniformLocation(glProgram, "u_color"); in invokeGLES2()
507 GLuint depthLoc = gl.getUniformLocation(glProgram, "u_depth"); in invokeGLES2()
622 GLuint glProgram = program.getProgram(); in invokeGLES2() local
[all …]