Home
last modified time | relevance | path

Searched defs:uniformLoc (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp215 GLint uniformLoc, in drawUByteColorQuad()
232 GLint uniformLoc = glGetUniformLocation(program.get(), essl1_shaders::ColorUniform()); in testDepthStencilDepthStencil() local
DWebGLReadOutsideFramebufferTest.cpp253 GLint uniformLoc = glGetUniformLocation(mProgram, "u_texture"); in testSetUp() local
DComputeShaderTest.cpp178 GLint uniformLoc = glGetUniformLocation(program.get(), "myUniformInt"); in TEST_P() local
4330 GLint uniformLoc = glGetUniformLocation(programCS, "data"); in TEST_P() local
4412 GLint uniformLoc = glGetUniformLocation(programCS, "data"); in TEST_P() local
DSimpleOperationTest.cpp242 const GLint uniformLoc = glGetUniformLocation(program, "u_input"); in TEST_P() local
DWebGLCompatibilityTest.cpp2431 GLint uniformLoc = glGetUniformLocation(program.get(), "u_texture"); in TEST_P() local
2485 GLint uniformLoc = glGetUniformLocation(unusedProgram.get(), "u_texture"); in TEST_P() local
4155 GLint uniformLoc = glGetUniformLocation(program.get(), "tex"); in TEST_P() local
DStateChangeTest.cpp3862 const GLint uniformLoc = glGetUniformLocation(program, essl1_shaders::ColorUniform()); in TEST_P() local
6281 GLint uniformLoc = glGetUniformLocation(programs[i], "u_value"); in TEST_P() local
DFramebufferTest.cpp3737 GLint uniformLoc = glGetUniformLocation(textureProgram.get(), "u_texture"); in TEST_P() local
DTextureTest.cpp2300 GLint uniformLoc = glGetUniformLocation(otherProgram, getTextureUniformName()); in TEST_P() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp137 int uniformLoc = gl.getUniformLocation(program.getProgram(), "injectionSwitch"); in render() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1742 gl::UniformLocation uniformLoc = program->getUniformLocation(uniformName); in CaptureUpdateUniformValues() local