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

  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 76 return buffer_.get() ? buffer_->getLayerCount() : 0;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp 143 deUint32 getLayerCount ();
204 deUint32 BasicTranscodingTestInstance::getLayerCount()
456 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx)
477 size += static_cast<size_t>(getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSizes[mipNdx]) * getLayerCount());
530 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx)
532 const deUint32 imageNdx = layerNdx + mipNdx * getLayerCount();
    [all...]
  /frameworks/base/core/jni/
android_hardware_HardwareBuffer.cpp 138 return static_cast<jint>(buffer->getLayerCount());
  /frameworks/native/libs/ui/include/ui/
GraphicBuffer.h 146 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); }
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 129 bufferHook<decltype(&Buffer::getLayerCount),
130 &Buffer::getLayerCount, uint32_t*>);
Gralloc1On0Adapter.h 236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const {
  /frameworks/native/libs/nativewindow/
AHardwareBuffer.cpp 103 outDesc->layers = gbuffer->getLayerCount();
  /frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h 563 t->attr.layerCount = l.getLayerCount();
668 t->attr.anwBuffer.layerCount = l.mGraphicBuffer->getLayerCount();
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 487 .layerCount = target->getLayerCount(),
602 .layerCount = buffer->getLayerCount(),
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h 556 t->attr.layerCount = l.getLayerCount();
639 t->attr.anwBuffer.layerCount = graphicBuffer->getLayerCount();
    [all...]
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 129 t->attr.layerCount = l.getLayerCount();
    [all...]

Completed in 1210 milliseconds