Home
last modified time | relevance | path

Searched refs:layerCount (Results 1 – 7 of 7) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/nativebase/
Dnativebase.h56 uintptr_t layerCount; member
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp50 anwb->layerCount++; in incRefANWB()
55 if (anwb->layerCount > 0) { in decRefANWB()
56 anwb->layerCount--; in decRefANWB()
57 if (anwb->layerCount == 0) in decRefANWB()
67 layerCount = 0U; in FakeANativeWindowBuffer()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp91 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
272 d->layerCount = raw[2]; in decodeBufferDescriptorInfo()
Dmapper3.cpp537 if (descriptor.layerCount != 1) { RETURN(false); } in isSupportedImpl()
606 (*raw)[2] = d.layerCount; in encodeBufferDescriptorInfo()
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp321 const uint32_t layerCount = 1; in threadLoop() local
327 layerCount, usage, in threadLoop()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp395 const uint32_t layerCount = 1; in allocateDisplayColorBuffer() local
404 layerCount, in allocateDisplayColorBuffer()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1555 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkImageSubresourceRange()
1566 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkImageSubresourceRange()
3442 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkImageSubresourceLayers()
3452 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkImageSubresourceLayers()
3601 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkClearRect()
3610 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkClearRect()