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 130 GLint fake_location, GLint* real_location, GLint* array_index) const;
139 // Returns false if fake_location is a sampler and any value
142 GLint num_texture_units, GLint fake_location,
275 GLint fake_location) {
276 return fake_location & 0xFFFF;
280 GLint fake_location) {
281 return (fake_location >> 16) & 0xFFFF;
test_helper.h 59 GLint fake_location; member in struct:gpu::gles2::TestHelper::UniformInfo
program_manager.cc 685 GLint fake_location, GLint* real_location, GLint* array_index) const {
688 if (fake_location < 0) {
692 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
699 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
869 GLint num_texture_units, GLint fake_location,
871 if (fake_location < 0) {
874 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
881 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
    [all...]
gles2_cmd_decoder.cc 8755 GLint fake_location = c.location; local
8774 GLint fake_location = c.location; local
    [all...]
program_manager_unittest.cc     [all...]

Completed in 44 milliseconds