Home
last modified time | relevance | path

Searched defs:bufferOffset (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DSegmentedGrowableMemoryByteArray.java66 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalPut() local
76 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalPut() local
90 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalGet() local
100 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalGet() local
125 private int bufferOffset(int bufferIndex, int index) { in bufferOffset() method in SegmentedGrowableMemoryByteArray
/third_party/skia/experimental/graphite/src/
DCopyTask.cpp19 size_t bufferOffset, in Make()
31 size_t bufferOffset, in CopyTextureToBufferTask()
DCommandBuffer.cpp64 void CommandBuffer::bindIndexBuffer(sk_sp<Buffer> indexBuffer, size_t bufferOffset) { in bindIndexBuffer()
83 size_t bufferOffset, in copyTextureToBuffer()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDrawIndexedTests.cpp82 uint64_t bufferOffset, in Test()
103 uint64_t bufferOffset, in TestImplementation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp742 deUint32 bufferOffset = 0u; in iterate() local
783 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[mipmapNdx].bufferOffse… in iterate() local
865 deUint32 bufferOffset = 0u; in iterate() local
960 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[planeNdx * imageSparse… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp294 deUint32 bufferOffset = 0; in iterate() local
432 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.… in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp411 deUint32 bufferOffset = 0; in iterate() local
555 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[planeNdx*imageSparseInfo.mip… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp742 deUint32 bufferOffset = 0u; in iterate() local
783 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[mipmapNdx].bufferOffse… in iterate() local
865 deUint32 bufferOffset = 0u; in iterate() local
960 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[planeNdx * imageSparse… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp294 deUint32 bufferOffset = 0; in iterate() local
432 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.… in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp82 VkDeviceSize bufferOffset = 0; in wait() local
137 VkDeviceSize bufferOffset = 0; in signal() local
/third_party/skia/experimental/graphite/src/mtl/
DMtlBlitCommandEncoder.h46 size_t bufferOffset, in copyFromTexture()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java136 int bufferOffset = buffer.arrayOffset() + buffer.position() + sourceOffset; in writeToInternal() local
137 out.write(buffer.array(), bufferOffset, numberToWrite); in writeToInternal() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp43 uint64_t bufferOffset, in WriteBufferImpl()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DUtilsMetal.h39 NSUInteger bufferOffset; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.h36 Origin3D bufferOffset; member
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp272 void GrOpsRenderPass::drawIndirect(const GrBuffer* drawIndirectBuffer, size_t bufferOffset, in drawIndirect()
298 void GrOpsRenderPass::drawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t bufferOffset, in drawIndexedIndirect()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerQueue.cpp50 uint64_t bufferOffset, in DoQueueWriteBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DQueue.cpp55 uint64_t bufferOffset, in WriteBuffer()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DWriteBufferTests.cpp32 uint64_t bufferOffset, in EncodeWriteBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp254 uint64_t bufferOffset, in APIWriteBuffer()
261 uint64_t bufferOffset, in WriteBuffer()
272 uint64_t bufferOffset, in WriteBufferImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.cpp94 angle::CheckedNumeric<GLint64> bufferOffset(binding.getOffset()); in updateCachedElementLimit() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs24 private int bufferOffset; field in Org.Brotli.Dec.BrotliInputStream
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMisalignedCubeTests.cpp103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy()
231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy()
231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate() local

1234