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

  /external/dng_sdk/source/
dng_stream.cpp 742 dng_memory_data zeroBuffer (kZeroBufferSize);
744 DoZeroBytes (zeroBuffer.Buffer (),
752 Put (zeroBuffer.Buffer (), (uint32) blockSize);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 460 ByteBuffer zeroBuffer = ByteBuffer.allocate(1);
461 receiveZero.queue(zeroBuffer, 1);
465 assertEquals(0, zeroBuffer.position());
597 ByteBuffer zeroBuffer = ByteBuffer.allocate(1);
598 receiveZero.queue(zeroBuffer);
602 assertEquals(0, zeroBuffer.position());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 365 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
734 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize);
    [all...]
vktFragmentOperationsScissorTests.cpp 451 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
717 zeroBuffer(vk, device, *colorBufferFullAlloc, colorBufferSize);
718 zeroBuffer(vk, device, *colorBufferScissoredAlloc, colorBufferSize);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 227 std::vector<deUint32> zeroBuffer (bufferElements, 0);
233 gl.bufferData(GL_SHADER_STORAGE_BUFFER, bufferSize, &zeroBuffer[0], GL_STATIC_DRAW);
254 const std::vector<deInt32> zeroBuffer(m_workWidth * m_workHeight * m_elementsPerInvocation, 0);
255 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_workWidth, m_workHeight * m_elementsPerInvocation, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 190 void zeroBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::Allocation& alloc, const vk::VkDeviceSize size);
vktGeometryInstancedRenderingTests.cpp 650 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize);
vktGeometryTestsUtil.cpp 709 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size)
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 527 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize bufferSize)
    [all...]

Completed in 351 milliseconds