Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/capture_tests/
H A DCapturedTest.cpp273 GLint samplerLoc; in frame2() local
384 GLint samplerLoc; in frame4() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp597 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local
705 GLuint samplerLoc = gl.getUniformLocation(glProgram, "tex_sampler"); in invokeGLES() local
812 GLuint samplerLoc = gl.getUniformLocation(glProgram0, "u_sampler"); in invokeGLES() local
962 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local
1076 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local
/aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/
H A DShaderCopy.kt42 private var samplerLoc = -1 in <lambda>() variable
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp192 …int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str… in setupProgram() local
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp220 …int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str… in setupProgram() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1263 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
1587 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp400 GLint samplerLoc = gl->glGetUniformLocation(blitProgram, "tex"); in drawWorker() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp273 GLuint samplerLoc = (GLuint)-1; in render() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp708 GLint samplerLoc = gl.glGetUniformLocation(prog, "tex_sampler"); in drawTexOES() local
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1214 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DSimpleOperationTest.cpp1107 GLint samplerLoc = glGetUniformLocation(program, "tex"); in TEST_P() local
H A DStateChangeTest.cpp6403 GLint samplerLoc = glGetUniformLocation(program, "sampler"); in TEST_P() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp570 … const int samplerLoc = gl.getUniformLocation(executor->getProgram(), samplerName.c_str()); in iterate() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h718 GLuint samplerLoc = 0; member
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1473 const glw::GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in testTextureSize() local