Home
last modified time | relevance | path

Searched defs:makeBuffer (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkObjUtil.hpp168 inline Move<VkBuffer> makeBuffer(const DeviceInterface &vk, const VkDevice device, const VkDeviceSi… in makeBuffer() function
175 inline Move<VkBuffer> makeBuffer(const vk::DeviceInterface &vk, const vk::VkDevice device, in makeBuffer() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DResilientBuffer.cpp63 Factory makeBuffer) { in create()
74 ResilientBuffer::ResilientBuffer(PrivateConstructorTag /*tag*/, Factory makeBuffer, in ResilientBuffer()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DBitmapPixels.java111 private static IntBuffer makeBuffer(int[] src, int n) { in makeBuffer() method in BitmapPixels.SampleView
120 private static ShortBuffer makeBuffer(short[] src, int n) { in makeBuffer() method in BitmapPixels.SampleView
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrBufferAllocPool.cpp37 sk_sp<GrCpuBuffer> GrBufferAllocPool::CpuBufferCache::makeBuffer(size_t size, in makeBuffer() function in GrBufferAllocPool::CpuBufferCache
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp822 Move<VkBuffer> makeBuffer(const DeviceInterface &vk, const VkDevice device, const VkDeviceSize buff… in makeBuffer() function
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOModule.cpp249 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { in makeBuffer() function in LTOModule
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp244 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { in makeBuffer() function in LTOModule
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp240 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { in makeBuffer() function in LTOModule
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp350 de::MovePtr<vk::BufferWithMemory> makeBuffer(ProtectedContext &context, ProtectionMode protectionMo… in makeBuffer() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp56 Move<VkBuffer> makeBuffer(const DeviceInterface &vk, const VkDevice device, const VkDeviceSize size, in makeBuffer() function
H A DvktMemoryMappingTests.cpp387 Move<VkBuffer> makeBuffer(const DeviceInterface &vk, VkDevice device, VkDeviceSize size, uint32_t q… in makeBuffer() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp3047 void RectangleTest::makeBuffer(const GLvoid *gradient, const PixelFormat &format, int samplerIsIntU… in makeBuffer() function in glcts::RectangleTest