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

  /frameworks/native/libs/ui/include/ui/
GraphicBuffer.h 147 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); }
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.h 236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const {
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerClient.cpp 611 int FakeComposerClient::getLayerCount() const {
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp 144 deUint32 getLayerCount ();
205 deUint32 BasicTranscodingTestInstance::getLayerCount()
457 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx)
478 size += static_cast<size_t>(getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSizes[mipNdx]) * getLayerCount());
531 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx)
533 const deUint32 imageNdx = layerNdx + mipNdx * getLayerCount();
    [all...]

Completed in 272 milliseconds