Home
last modified time | relevance | path

Searched refs:bufferOut (Results 1 – 19 of 19) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp153 std::vector<GLuint> *bufferOut) in GetLineLoopIndices() argument
159 bufferOut->resize(indexCount); in GetLineLoopIndices()
165 reinterpret_cast<uint8_t *>(bufferOut->data())); in GetLineLoopIndices()
170 reinterpret_cast<uint8_t *>(bufferOut->data())); in GetLineLoopIndices()
175 reinterpret_cast<uint8_t *>(bufferOut->data())); in GetLineLoopIndices()
185 bufferOut->resize(static_cast<size_t>(count) + 1); in GetLineLoopIndices()
191 SetLineLoopIndices(&(*bufferOut)[0], count); in GetLineLoopIndices()
194 CopyLineLoopIndices<GLubyte>(indices, &(*bufferOut)[0], count); in GetLineLoopIndices()
197 CopyLineLoopIndices<GLushort>(indices, &(*bufferOut)[0], count); in GetLineLoopIndices()
200 CopyLineLoopIndices<GLuint>(indices, &(*bufferOut)[0], count); in GetLineLoopIndices()
[all …]
DBuffer11.h59 ID3D11Buffer **bufferOut);
64 ID3D11Buffer **bufferOut);
68 const d3d11::Buffer **bufferOut,
DShaderExecutable11.cpp99 const d3d11::Buffer **bufferOut) in getConstantBuffer() argument
112 *bufferOut = &mConstantBuffer; in getConstantBuffer()
DBuffer11.cpp219 const d3d11::ShaderResourceView **bufferOut);
242 const d3d11::Buffer **bufferOut);
695 ID3D11Buffer **bufferOut) in getBuffer() argument
699 *bufferOut = storage->getBuffer().get(); in getBuffer()
707 ID3D11Buffer **bufferOut) in getEmulatedIndexedBuffer() argument
717 *bufferOut = nativeBuffer->get(); in getEmulatedIndexedBuffer()
724 const d3d11::Buffer **bufferOut, in getConstantBufferRange() argument
743 *bufferOut = &bufferStorage->getBuffer(); in getConstantBufferRange()
1537 const d3d11::Buffer **bufferOut) in getBuffer() argument
1638 *bufferOut = &mBuffer; in getBuffer()
DShaderExecutable11.h61 const d3d11::Buffer **bufferOut);
DRenderer11.h434 angle::MemoryBuffer **bufferOut);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
Dmtl_buffer_pool.mm92 BufferRef *bufferOut,
145 if (bufferOut != nullptr)
147 *bufferOut = mBuffer;
Dmtl_resources.mm416 BufferRef *bufferOut)
418 bufferOut->reset(new Buffer(context, size, data));
420 if (!bufferOut || !bufferOut->get())
Dmtl_buffer_pool.h55 BufferRef *bufferOut = nullptr,
Dmtl_resources.h186 BufferRef *bufferOut);
DVertexArrayMtl.mm79 mtl::BufferRef *bufferOut,
88 dynamicBuffer->allocate(contextMtl, amount, &dst, bufferOut, bufferOffsetOut, nullptr));
DTextureMtl.mm126 mtl::BufferRef *bufferOut)
177 *bufferOut = stagingBuffer;
DContextMtl.mm71 mtl::BufferRef *bufferOut,
80 ANGLE_TRY(pool->allocate(context, numIndices * sizeof(uint32_t), nullptr, bufferOut, &offset,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp970 VkBuffer *bufferOut, in allocate() argument
1032 if (bufferOut != nullptr) in allocate()
1034 *bufferOut = mBuffer->getBuffer().getHandle(); in allocate()
1857 BufferHelper **bufferOut, in getIndexBufferForDrawArrays() argument
1867 *bufferOut = mDynamicIndexBuffer.getCurrentBuffer(); in getIndexBufferForDrawArrays()
1891 BufferHelper **bufferOut, in getIndexBufferForElementArrayBuffer() argument
1904 bufferOut, bufferOffsetOut, indexCountOut)); in getIndexBufferForElementArrayBuffer()
1919 *bufferOut = mDynamicIndexBuffer.getCurrentBuffer(); in getIndexBufferForElementArrayBuffer()
1931 contextVk, *bufferOut, static_cast<uint32_t>(copies.size()), copies.data())); in getIndexBufferForElementArrayBuffer()
1940 BufferHelper **bufferOut, in streamIndices() argument
[all …]
Dvk_helpers.h89 VkBuffer *bufferOut,
508 BufferHelper **bufferOut,
516 BufferHelper **bufferOut,
524 BufferHelper **bufferOut,
1242 BufferHelper **bufferOut,
1331 BufferHelper **bufferOut,
Dvk_wrapper.h478 Buffer *bufferOut,
1395 Buffer *bufferOut,
1399 ASSERT(bufferOut && !bufferOut->valid());
1402 persistentlyMappedBuffers, memoryTypeIndexOut, &bufferOut->mHandle,
DVertexArrayVk.cpp61 vk::BufferHelper **bufferOut, in StreamVertexData() argument
68 *bufferOut = dynamicBuffer->getCurrentBuffer(); in StreamVertexData()
DContextVk.h760 VkBuffer *bufferOut,
DContextVk.cpp3495 VkBuffer *bufferOut, in allocateDriverUniforms() argument
3504 ANGLE_TRY(driverUniforms->dynamicBuffer.allocate(this, driverUniformsSize, ptrOut, bufferOut, in allocateDriverUniforms()