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

  /external/chromium_org/cc/quads/
content_draw_quad_base.h 25 const gfx::Size& texture_size,
35 const gfx::Size& texture_size,
39 gfx::Size texture_size; member in class:cc::ContentDrawQuadBase
  /external/chromium_org/ppapi/c/
pp_codecs.h 76 struct PP_Size texture_size; member in struct:PP_VideoPicture
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.cc 203 gfx::Size PictureLayerTilingSet::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTilingSet::CoverageIterator
206 return tiling_iter_.texture_size();
picture_layer_tiling.cc 362 gfx::Size PictureLayerTiling::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTiling::CoverageIterator
  /bionic/libc/kernel/uapi/drm/
savage_drm.h 70 unsigned int texture_size; member in struct:drm_savage_init
mga_drm.h 225 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
237 __u32 texture_size; member in struct:drm_mga_dma_bootstrap
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 831 texture_size(const struct gl_texture_object *texObj) function
861 *total = *total + texture_size(texObj);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
    [all...]
  /external/kernel-headers/original/uapi/drm/
savage_drm.h 94 unsigned int texture_size; member in struct:drm_savage_init
mga_drm.h 291 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
315 __u32 texture_size; /**< Size of the AGP texture region. */ member in struct:drm_mga_dma_bootstrap
  /external/mesa3d/src/mesa/main/
texobj.c 831 texture_size(const struct gl_texture_object *texObj) function
861 *total = *total + texture_size(texObj);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
    [all...]
  /hardware/intel/img/libdrm/shared-core/
savage_drm.h 93 unsigned int texture_size; member in struct:drm_savage_init
mga_drm.h 291 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
316 uint32_t texture_size; /**< Size of the AGP texture region. */ member in struct:drm_mga_dma_bootstrap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
savage_drm.h 94 unsigned int texture_size; member in struct:drm_savage_init
mga_drm.h 291 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
315 __u32 texture_size; /**< Size of the AGP texture region. */ member in struct:drm_mga_dma_bootstrap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
savage_drm.h 94 unsigned int texture_size; member in struct:drm_savage_init
mga_drm.h 291 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
315 __u32 texture_size; /**< Size of the AGP texture region. */ member in struct:drm_mga_dma_bootstrap
  /external/chromium_org/cc/output/
gl_renderer.cc 1618 gfx::Size texture_size = quad->texture_size; local
    [all...]

Completed in 696 milliseconds