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

  /external/chromium_org/cc/resources/
video_resource_updater.h 16 #include "cc/resources/resource_format.h"
79 ResourceFormat resource_format; member in struct:cc::VideoResourceUpdater::PlaneResource
84 ResourceFormat resource_format,
88 resource_format(resource_format),
102 ResourceFormat resource_format; member in struct:cc::VideoResourceUpdater::RecycleResourceData
video_resource_updater.cc 180 recycled_resources_[i].resource_format == output_resource_format &&
243 DCHECK_EQ(plane_resources[0].resource_format, kRGBResourceFormat);
258 plane_resources[0].resource_format,
272 DCHECK_EQ(plane_resources[i].resource_format, kYUVResourceFormat);
290 plane_resources[i].resource_format,
386 updater->recycled_resources_.back().resource_format !=
387 data.resource_format) {
394 data.resource_format,
resource_pool.h 14 #include "cc/resources/resource_format.h"
48 ResourceFormat resource_format() const { return format_; } function in class:cc::ResourcePool
one_copy_raster_worker_pool.cc 229 DCHECK_EQ(resource->format(), resource_pool_->resource_format());
tile_manager.h 219 resource_pool_->resource_format());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.h 100 enum pipe_format resource_format,
vl_video_buffer.c 218 enum pipe_format resource_format,
223 templ->format = resource_format;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 100 enum pipe_format resource_format,
vl_video_buffer.c 218 enum pipe_format resource_format,
223 templ->format = resource_format;
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 200 cc/resources/resource_format.cc \
cc.target.darwin-arm64.mk 200 cc/resources/resource_format.cc \
cc.target.darwin-mips.mk 200 cc/resources/resource_format.cc \
cc.target.darwin-mips64.mk 200 cc/resources/resource_format.cc \
cc.target.darwin-x86.mk 200 cc/resources/resource_format.cc \
cc.target.darwin-x86_64.mk 200 cc/resources/resource_format.cc \
cc.target.linux-arm.mk 200 cc/resources/resource_format.cc \
cc.target.linux-arm64.mk 200 cc/resources/resource_format.cc \
cc.target.linux-mips.mk 200 cc/resources/resource_format.cc \
cc.target.linux-mips64.mk 200 cc/resources/resource_format.cc \
cc.target.linux-x86.mk 200 cc/resources/resource_format.cc \
cc.target.linux-x86_64.mk 200 cc/resources/resource_format.cc \

Completed in 598 milliseconds