| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ReadPixelsTest.cpp | 48 GLint offset = 16; in TEST_P() local 882 size_t offset = (layer * layerSize); initializeTextureData() local [all...] |
| H A D | DrawBaseVertexVariantsTest.cpp | 299 GLint offset = sizeof(GLubyte) * drawnQuadCount * 4 * sizeof(GLColor); in updateVertexColorData() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | BufferSubData.cpp | 271 GLfloat offset = -0.5f; in initializeBenchmark() local 273 glUniform1f(glGetUniformLocation(mProgram, "uOffset"), offset); in initializeBenchmark() local
|
| H A D | MapBufferRange.cpp | 287 GLfloat offset = -0.5f; in initializeBenchmark() local 289 glUniform1f(glGetUniformLocation(mProgram, "uOffset"), offset); in initializeBenchmark() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | MemoryObjectVk.cpp | 168 createImage(ContextVk *contextVk, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, GLuint64 offset, vk::ImageHelper *image, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) createImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.h | 1154 uint64_t offset = static_cast<uint64_t>(reinterpret_cast<uintptr_t>(indices)); in ValidateDrawElementsCommon() local
|
| /third_party/skia/src/core/ |
| H A D | SkPictureRecord.h | 103 size_t offset = fWriter.bytesWritten(); in addDraw() local
|
| H A D | SkWriteBuffer.cpp | 257 size_t offset = fWriter.bytesWritten(); in writeFlattenable() local
|
| H A D | SkZip.h | 95 constexpr SkZip subspan(size_t offset, size_t count) const { in subspan() argument
|
| H A D | SkReadBuffer.h | 62 size_t offset() const { return fCurr - fBase; } in offset() function in SkReadBuffer
|
| H A D | SkFontStream.cpp | 66 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 D | SkWriter32.h | 61 size_t offset = fUsed; in reserve() local 218 rewindToOffset(size_t offset) rewindToOffset() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrDirectContextPriv.cpp | 66 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 D | GrOpsRenderPass.h | 196 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 D | SkBmpRLECodec.cpp | 20 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 D | GrD3DCpuDescriptorManager.cpp | 42 createConstantBufferView( GrD3DGpu* gpu, ID3D12Resource* bufferResource, size_t offset, size_t size) createConstantBufferView() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkAMDMemoryAllocator.cpp | 374 flushMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) flushMemory() argument 381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument
|
| H A D | GrVkMemory.cpp | 267 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 D | GrMtlRenderCommandEncoder.h | 68 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 D | Context.cpp | 223 VkDeviceSize offset = attrib.offset + vertexInput.offset + in bindVertexInputs() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | IndexDataManager.cpp | 280 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 D | VertexDataManager.cpp | 308 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 D | SpirvShaderArithmetic.cpp | 164 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 D | SpirvShaderSampling.cpp | 159 Vector4i offset; in emitSamplerRoutine() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Half.hpp | 119 constexpr int offset = 24; // Exponent bias (15) + number of mantissa bits per component (9) = 24 in toRGB16F() local
|