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

  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 145 GLint fake_location, GLint* real_location, GLint* array_index) const;
154 // Returns false if fake_location is a sampler and any value
157 GLint num_texture_units, GLint fake_location,
291 GLint fake_location) {
292 return fake_location & 0xFFFF;
296 GLint fake_location) {
297 return (fake_location >> 16) & 0xFFFF;
test_helper.h 61 GLint fake_location; member in struct:gpu::gles2::TestHelper::UniformInfo
program_manager.cc 693 GLint fake_location, GLint* real_location, GLint* array_index) const {
696 if (fake_location < 0) {
700 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
707 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
877 GLint num_texture_units, GLint fake_location,
879 if (fake_location < 0) {
882 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
889 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
    [all...]
gles2_cmd_decoder.cc 9169 GLint fake_location = c.location; local
9190 GLint fake_location = c.location; local
    [all...]
program_manager_unittest.cc     [all...]
  /art/runtime/
dex_file.cc 306 std::string fake_location = location + kMultiDexSeparator + name; local
307 std::unique_ptr<const DexFile> next_dex_file(Open(zip_archive, name.c_str(), fake_location,
    [all...]

Completed in 399 milliseconds