/aosp_15_r20/external/angle/src/tests/capture_tests/ |
H A D | CapturedTest.cpp | 273 GLint samplerLoc; in frame2() local 384 GLint samplerLoc; in frame4() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglImageFormatTests.cpp | 597 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 D | ShaderCopy.kt | 42 private var samplerLoc = -1 in <lambda>() variable
|
/aosp_15_r20/external/deqp/modules/gles2/performance/ |
H A D | es2pTextureCases.cpp | 192 …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 D | es3pTextureCases.cpp | 220 …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 D | es3sSpecialFloatTests.cpp | 1263 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/ |
D | SampleApplication.cpp | 400 GLint samplerLoc = gl->glGetUniformLocation(blitProgram, "tex"); in drawWorker() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsSamplerObjectTest.cpp | 273 GLuint samplerLoc = (GLuint)-1; in render() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 708 GLint samplerLoc = gl.glGetUniformLocation(prog, "tex_sampler"); in drawTexOES() local
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 1214 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SimpleOperationTest.cpp | 1107 GLint samplerLoc = glGetUniformLocation(program, "tex"); in TEST_P() local
|
H A D | StateChangeTest.cpp | 6403 GLint samplerLoc = glGetUniformLocation(program, "sampler"); in TEST_P() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 570 … const int samplerLoc = gl.getUniformLocation(executor->getProgram(), samplerName.c_str()); in iterate() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 718 GLuint samplerLoc = 0; member
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 1473 const glw::GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in testTextureSize() local
|