Home
last modified time | relevance | path

Searched refs:blobCreate (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/platform/linux/
DVirtGpuDevice.cpp139 VirtGpuBlobPtr VirtGpuDevice::createBlob(const struct VirtGpuCreateBlob& blobCreate) { in createBlob() argument
143 create.size = blobCreate.size; in createBlob()
144 create.blob_mem = blobCreate.blobMem; in createBlob()
145 create.blob_flags = blobCreate.flags; in createBlob()
146 create.blob_id = blobCreate.blobId; in createBlob()
155 blobCreate.size); in createBlob()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.cpp182 struct VirtGpuCreateBlob blobCreate = {}; in createVirtioGpuAddressSpaceStream() local
195 blobCreate.blobId = 0; in createVirtioGpuAddressSpaceStream()
196 blobCreate.blobMem = kBlobMemHost3d; in createVirtioGpuAddressSpaceStream()
197 blobCreate.flags = kBlobFlagMappable; in createVirtioGpuAddressSpaceStream()
198 blobCreate.size = ringSize + bufferSize; in createVirtioGpuAddressSpaceStream()
199 blob = instance.createBlob(blobCreate); in createVirtioGpuAddressSpaceStream()
/device/generic/goldfish-opengl/platform/stub/
DVirtGpuDevice.cpp38 VirtGpuBlobPtr VirtGpuDevice::createBlob(const struct VirtGpuCreateBlob& blobCreate) { in createBlob() argument
/device/generic/goldfish-opengl/platform/include/
DVirtGpu.h155 VirtGpuBlobPtr createBlob(const struct VirtGpuCreateBlob& blobCreate);