Home
last modified time | relevance | path

Searched defs:samplerLoc (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp400 GLint samplerLoc = gl->glGetUniformLocation(blitProgram, "tex"); in drawWorker() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp708 GLint samplerLoc = gl.glGetUniformLocation(prog, "tex_sampler"); in drawTexOES() local
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h715 GLuint samplerLoc = 0; member