HomeSort by relevance Sort by last modified time
    Searched defs:texture_offset (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/resources/
layer_tiling_data.h 39 gfx::Vector2d texture_offset(int x_index, int y_index) const { function in class:cc::LayerTilingData
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 229 gfx::Vector2d texture_offset = local
230 tiler_->texture_offset(i, j) + display_offset;
231 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) function
350 x = texture_offset(s->width, kernelWidth, i, shiftX);
351 y = texture_offset(s->height, kernelHeight, j, shiftY);
540 x = texture_offset(s->width, kernel_width, i, kernel_width/2);
541 y = texture_offset(s->height, kernel_height, j, kernel_height/2);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) function
350 x = texture_offset(s->width, kernelWidth, i, shiftX);
351 y = texture_offset(s->height, kernelHeight, j, shiftY);
540 x = texture_offset(s->width, kernel_width, i, kernel_width/2);
541 y = texture_offset(s->height, kernel_height, j, kernel_height/2);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 745 struct tgsi_texture_offset texture_offset; local
747 texture_offset.Index = 0;
748 texture_offset.File = 0;
749 texture_offset.SwizzleX = 0;
750 texture_offset.SwizzleY = 0;
751 texture_offset.SwizzleZ = 0;
752 texture_offset.Padding = 0;
754 return texture_offset;
764 struct tgsi_texture_offset texture_offset; local
766 texture_offset.Index = index
1042 struct tgsi_texture_offset *texture_offset; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 167 uint32_t texture_offset; /**< Texture offset bitfield */ member in class:fs_inst
brw_vec4.h 181 uint32_t texture_offset; /**< Texture Offset bitfield */ member in class:brw::vec4_instruction
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 745 struct tgsi_texture_offset texture_offset; local
747 texture_offset.Index = 0;
748 texture_offset.File = 0;
749 texture_offset.SwizzleX = 0;
750 texture_offset.SwizzleY = 0;
751 texture_offset.SwizzleZ = 0;
752 texture_offset.Padding = 0;
754 return texture_offset;
764 struct tgsi_texture_offset texture_offset; local
766 texture_offset.Index = index
1042 struct tgsi_texture_offset *texture_offset; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 167 uint32_t texture_offset; /**< Texture offset bitfield */ member in class:fs_inst
brw_vec4.h 181 uint32_t texture_offset; /**< Texture Offset bitfield */ member in class:brw::vec4_instruction

Completed in 260 milliseconds