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

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 552 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 521 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize bufferSize)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 139 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
438 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize);
vktFragmentOperationsScissorTests.cpp 267 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
463 zeroBuffer(vk, device, *colorBufferFullAlloc, colorBufferSize);
464 zeroBuffer(vk, device, *colorBufferScissoredAlloc, colorBufferSize);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 472 ByteBuffer zeroBuffer = ByteBuffer.allocate(1);
473 receiveZero.queue(zeroBuffer, 1);
477 assertEquals(0, zeroBuffer.position());
609 ByteBuffer zeroBuffer = ByteBuffer.allocate(1);
610 receiveZero.queue(zeroBuffer);
614 assertEquals(0, zeroBuffer.position());
    [all...]

Completed in 516 milliseconds