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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniforms.h 284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset)
286 return (base_location << 16) | offset;
293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location,
297 *base_location = location >> 16;
  /external/mesa3d/src/mesa/main/
uniforms.h 284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset)
286 return (base_location << 16) | offset;
293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location,
297 *base_location = location >> 16;
  /art/runtime/
dex_file.cc 970 std::string base_location = GetBaseLocation(dex_location); local
    [all...]

Completed in 1490 milliseconds