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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_descriptor.h 68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; }
80 uint32_t GetLayerCount() const { return layer_count_; }
88 uint32_t layer_count_ = 1; member in class:gralloc1::BufferDescriptor
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_descriptor.h 68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; }
80 uint32_t GetLayerCount() const { return layer_count_; }
88 uint32_t layer_count_ = 1; member in class:gralloc1::BufferDescriptor
  /hardware/qcom/display/sdm845/libgralloc1/
gr_buf_descriptor.h 69 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; }
81 uint32_t GetLayerCount() const { return layer_count_; }
89 uint32_t layer_count_ = 1; member in class:gralloc1::BufferDescriptor
  /frameworks/native/vulkan/libvulkan/
api.cpp 469 uint32_t layer_count_; member in class:vulkan::api::__anon41547::LayerChain
493 layer_count_(0),
503 DestroyLayers(layers_, layer_count_, allocator_);
541 layer_count_++;
604 new (&layers_[layer_count_++]) ActiveLayer{GetLayerRef(l), {}};
608 if (!layer_count_) {
650 for (uint32_t i = 0; i < layer_count_; i++) {
658 if (i == layer_count_ - 1) {
674 for (uint32_t i = 0; i < layer_count_; i++) {
684 if (i == layer_count_ - 1)
    [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 92 layer_count_(buffer.layer_count()),
119 opaque_ints_.size(), width_, height_, layer_count_,
143 uint32_t layer_count_; member in class:android::dvr::NativeBufferHandle
155 width_, height_, layer_count_, format_, usage_,

Completed in 474 milliseconds