Searched defs:uniformLoc (Results 1 – 10 of 10) sorted by relevance
| /external/angle/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 4485 GLint uniformLoc = glGetUniformLocation(programCS, "data"); in TEST_P() local 4567 GLint uniformLoc = glGetUniformLocation(programCS, "data"); in TEST_P() local
|
| D | WebGLCompatibilityTest.cpp | 2437 GLint uniformLoc = glGetUniformLocation(program.get(), "u_texture"); in TEST_P() local 2491 GLint uniformLoc = glGetUniformLocation(unusedProgram.get(), "u_texture"); in TEST_P() local 4151 GLint uniformLoc = glGetUniformLocation(program.get(), "tex"); in TEST_P() local
|
| D | SimpleOperationTest.cpp | 263 const GLint uniformLoc = glGetUniformLocation(program, "u_input"); in TEST_P() local
|
| D | FramebufferTest.cpp | 3843 GLint uniformLoc = glGetUniformLocation(computeProgram, "data"); in TEST_P() local 4700 GLint uniformLoc = glGetUniformLocation(textureProgram.get(), "u_texture"); in TEST_P() local
|
| D | StateChangeTest.cpp | 4076 const GLint uniformLoc = glGetUniformLocation(program, essl1_shaders::ColorUniform()); in TEST_P() local 6709 GLint uniformLoc = glGetUniformLocation(programs[i], "u_value"); in TEST_P() local
|
| D | TextureTest.cpp | 2582 GLint uniformLoc = glGetUniformLocation(otherProgram, getTextureUniformName()); in TEST_P() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderMetamorphicTests.cpp | 137 int uniformLoc = gl.getUniformLocation(program.getProgram(), "injectionSwitch"); in render() local
|
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 2529 gl::UniformLocation uniformLoc = program->getUniformLocation(uniformName); in CaptureUpdateUniformValues() local
|