Searched refs:hBuffer (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkBmpCodec.cpp | 153 uint8_t hBuffer[kBmpHeaderBytesPlusFour]; in ReadHeader() local 154 if (stream->read(hBuffer, kBmpHeaderBytesPlusFour) != in ReadHeader() 160 totalBytes = get_int(hBuffer, 2); in ReadHeader() 161 offset = get_int(hBuffer, 10); in ReadHeader() 170 infoBytes = get_int(hBuffer, 14); in ReadHeader() 187 uint8_t hBuffer[4]; in ReadHeader() local 188 if (stream->read(hBuffer, 4) != 4) { in ReadHeader() 192 infoBytes = get_int(hBuffer, 0); in ReadHeader()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | InputAssembly.cpp | 201 D3D10DDI_HRESOURCE hBuffer, // IN in IaSetIndexBuffer() 208 struct pipe_resource *resource = CastPipeResource(hBuffer); in IaSetIndexBuffer() 200 IaSetIndexBuffer(D3D10DDI_HDEVICE hDevice, D3D10DDI_HRESOURCE hBuffer, DXGI_FORMAT Format, UINT Offset) IaSetIndexBuffer() argument
|
H A D | InputAssembly.h | 46 void APIENTRY IaSetIndexBuffer(D3D10DDI_HDEVICE hDevice, D3D10DDI_HRESOURCE hBuffer,
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 6830 VkBuffer hBuffer, 7428 VkBuffer hBuffer; member 7822 VkBuffer hBuffer, 7946 VkBuffer hBuffer, 12406 VkBuffer hBuffer, in BindBufferMemory() 12416 return hAllocator->BindVulkanBuffer(m_hMemory, memoryOffset, hBuffer, pNext); in BindBufferMemory() 13512 m_hAllocator->m_hDevice, &bufCreateInfo, m_hAllocator->GetAllocationCallbacks(), &currBlockCtx.hBuffer); in ApplyDefragmentationMovesGpu() 13516 m_hAllocator->m_hDevice, currBlockCtx.hBuffer, pBlock->GetDeviceMemory(), 0); in ApplyDefragmentationMovesGpu() 13532 VMA_ASSERT(srcBlockCtx.hBuffer && dstBlockCtx.hBuffer); in ApplyDefragmentationMovesGpu() 12402 BindBufferMemory( const VmaAllocator hAllocator, const VmaAllocation hAllocation, VkDeviceSize allocationLocalOffset, VkBuffer hBuffer, const void* pNext) BindBufferMemory() argument [all...] |
Completed in 20 milliseconds