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 59 GLint fake_location; member in struct:gpu::gles2::TestHelper::UniformInfo
program_manager.cc 752 GLint fake_location, GLint* real_location, GLint* array_index) const {
755 if (fake_location < 0) {
759 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
766 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
936 GLint num_texture_units, GLint fake_location,
938 if (fake_location < 0) {
941 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
948 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
    [all...]
gles2_cmd_decoder.cc 8832 GLint fake_location = c.location; local
8851 GLint fake_location = c.location; local
    [all...]
program_manager_unittest.cc     [all...]
  /art/runtime/
dex_file.cc 305 std::string fake_location = location + kMultiDexSeparator + name; local
306 std::unique_ptr<const DexFile> next_dex_file(Open(zip_archive, name.c_str(), fake_location,
    [all...]

Completed in 470 milliseconds