Home
last modified time | relevance | path

Searched defs:offset (Results 6476 - 6500 of 17532) sorted by relevance

1...<<251252253254255256257258259260>>...702

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexVariantsTest.cpp299 GLint offset = sizeof(GLubyte) * drawnQuadCount * 4 * sizeof(GLColor); in updateVertexColorData() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMapBufferRange.cpp287 GLfloat offset = -0.5f; in initializeBenchmark() local
289 glUniform1f(glGetUniformLocation(mProgram, "uOffset"), offset); in initializeBenchmark() local
/third_party/skia/src/core/
H A DSkPictureRecord.h103 size_t offset = fWriter.bytesWritten(); in addDraw() local
H A DSkWriteBuffer.cpp257 size_t offset = fWriter.bytesWritten(); in writeFlattenable() local
H A DSkZip.h95 constexpr SkZip subspan(size_t offset, size_t count) const { in subspan() argument
H A DSkReadBuffer.h62 size_t offset() const { return fCurr - fBase; } in offset() function in SkReadBuffer
H A DSkFontStream.cpp66 size_t offset = 0; in count_tables() local
171 GetTableData(SkStream* stream, int ttcIndex, SkFontTableTag tag, size_t offset, size_t length, void* data) GetTableData() argument
[all...]
H A DSkWriter32.h61 size_t offset = fUsed; in reserve() local
218 rewindToOffset(size_t offset) rewindToOffset() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp66 this->context()->drawingManager()->createDDLTask(std::move(ddl), std::move(newDest), offset); in createDDLTask() local
63 createDDLTask(sk_sp<const SkDeferredDisplayList> ddl, sk_sp<GrRenderTargetProxy> newDest, SkIPoint offset) createDDLTask() argument
H A DGrOpsRenderPass.h196 virtual void onDrawIndirect(const GrBuffer*, size_t offset, int drawCount) { in onDrawIndirect() argument
199 virtual void onDrawIndexedIndirect(const GrBuffer*, size_t offset, int drawCount) { in onDrawIndexedIndirect() argument
/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp20 SkBmpRLECodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor, uint32_t offset, SkCodec::SkScanlineOrder rowOrder) SkBmpRLECodec() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp42 createConstantBufferView( GrD3DGpu* gpu, ID3D12Resource* bufferResource, size_t offset, size_t size) createConstantBufferView() argument
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp374 flushMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) flushMemory() argument
381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument
H A DGrVkMemory.cpp267 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, argument
290 FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument
305 InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument
[all...]
/third_party/skia/src/gpu/mtl/
H A DGrMtlRenderCommandEncoder.h68 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument
92 setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) setFragmentBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp223 VkDeviceSize offset = attrib.offset + vertexInput.offset + in bindVertexInputs() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.cpp280 intptr_t offset = reinterpret_cast<intptr_t>(indices); in prepareIndexData() local
396 void *StreamingIndexBuffer::map(size_t requiredSpace, size_t *offset) in map() argument
H A DVertexDataManager.cpp308 void *StreamingVertexBuffer::map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *offset) in map() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp164 auto offset = Operand(this, state, insn.word(5)).UInt(0); in EmitUnaryOp() local
175 auto offset = Operand(this, state, insn.word(4)).UInt(0); in EmitUnaryOp() local
H A DSpirvShaderSampling.cpp159 Vector4i offset; in emitSamplerRoutine() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.hpp119 constexpr int offset = 24; // Exponent bias (15) + number of mantissa bits per component (9) = 24 in toRGB16F() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp81 uint32_t offset = 0; in DescriptorSetLayout() local
384 VkOffset3D offset = { 0, 0, 0 }; global() local
422 VkOffset3D offset = { -1, -1, 0 }; global() local
427 VkOffset3D offset = { 0, 0, 0 }; global() local
[all...]
H A DVkImageView.cpp372 void *ImageView::getOffsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer, Usage usage) const in getOffsetPointer() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() argument
147 CreateStorageBuffer( VkDeviceMemory memory, VkDeviceSize size, VkDeviceSize offset, VkBuffer *out) const CreateStorageBuffer() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c372 static int gcm_iv_generate(PROV_GCM_CTX *ctx, int offset) in gcm_iv_generate() argument

Completed in 27 milliseconds

1...<<251252253254255256257258259260>>...702