Searched defs:uniformLoc (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | WebGLFramebufferTest.cpp | 215 GLint uniformLoc, in drawUByteColorQuad() 232 GLint uniformLoc = glGetUniformLocation(program.get(), essl1_shaders::ColorUniform()); in testDepthStencilDepthStencil() local
|
| D | WebGLReadOutsideFramebufferTest.cpp | 253 GLint uniformLoc = glGetUniformLocation(mProgram, "u_texture"); in testSetUp() local
|
| D | ComputeShaderTest.cpp | 178 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
|
| D | SimpleOperationTest.cpp | 242 const GLint uniformLoc = glGetUniformLocation(program, "u_input"); in TEST_P() local
|
| D | WebGLCompatibilityTest.cpp | 2431 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
|
| D | StateChangeTest.cpp | 3862 const GLint uniformLoc = glGetUniformLocation(program, essl1_shaders::ColorUniform()); in TEST_P() local 6281 GLint uniformLoc = glGetUniformLocation(programs[i], "u_value"); in TEST_P() local
|
| D | FramebufferTest.cpp | 3737 GLint uniformLoc = glGetUniformLocation(textureProgram.get(), "u_texture"); in TEST_P() local
|
| D | TextureTest.cpp | 2300 GLint uniformLoc = glGetUniformLocation(otherProgram, getTextureUniformName()); in TEST_P() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderMetamorphicTests.cpp | 137 int uniformLoc = gl.getUniformLocation(program.getProgram(), "injectionSwitch"); in render() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 1742 gl::UniformLocation uniformLoc = program->getUniformLocation(uniformName); in CaptureUpdateUniformValues() local
|