HomeSort by relevance Sort by last modified time
    Searched refs:fake_location (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 126 GLint fake_location, GLint* real_location, GLint* array_index) const;
135 // Returns false if fake_location is a sampler and any value
138 GLint num_texture_units, GLint fake_location,
255 GLint fake_location) {
256 return fake_location & 0xFFFF;
260 GLint fake_location) {
261 return (fake_location >> 16) & 0xFFFF;
test_helper.h 59 GLint fake_location; member in struct:gpu::gles2::TestHelper::UniformInfo
program_manager.cc 643 GLint fake_location, GLint* real_location, GLint* array_index) const {
646 if (fake_location < 0) {
650 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
657 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
827 GLint num_texture_units, GLint fake_location,
829 if (fake_location < 0) {
832 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
839 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
    [all...]
gles2_cmd_decoder.cc 8651 GLint fake_location = c.location; local
8670 GLint fake_location = c.location; local
    [all...]
program_manager_unittest.cc     [all...]

Completed in 77 milliseconds