Searched defs:samplerLoc (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 200 …int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str… in setupProgram() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 227 …int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str… in setupProgram() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 488 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local 595 GLuint samplerLoc = gl.getUniformLocation(glProgram, "tex_sampler"); in invokeGLES() local 672 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local 782 GLuint samplerLoc = gl.getUniformLocation(glProgram, "u_sampler"); in invokeGLES() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 297 GLuint samplerLoc = (GLuint)-1; in render() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1207 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local 1522 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SimpleOperationTest.cpp | 1066 GLint samplerLoc = glGetUniformLocation(program, "tex"); in TEST_P() local
|
D | StateChangeTest.cpp | 5733 GLint samplerLoc = glGetUniformLocation(program, "sampler"); in TEST_P() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 550 const int samplerLoc = gl.getUniformLocation(executor->getProgram(), samplerName.c_str()); in iterate() local
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1167 const GLint samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 1119 const glw::GLint samplerLoc = gl.getUniformLocation (m_program->getProgram(), "u_sampler"); in testTextureSize() local
|