/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.h | 99 void addGrBuffer(sk_sp<const GrBuffer> buffer) { in addGrBuffer() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.h | 131 void addGrBuffer(sk_sp<const GrBuffer> buffer) { in addGrBuffer() argument [all...] |
H A D | GrVkBuffer.cpp | 40 static const GrVkDescriptorSet* make_uniform_desc_set(GrVkGpu* gpu, VkBuffer buffer, size_t size) { in make_uniform_desc_set() argument 74 VkBuffer buffer; local 21 GrVkBuffer(GrVkGpu* gpu, size_t sizeInBytes, GrGpuBufferType bufferType, GrAccessPattern accessPattern, VkBuffer buffer, const GrVkAlloc& alloc, const GrVkDescriptorSet* uniformDescriptorSet) GrVkBuffer() argument 169 VkBuffer buffer; global() local 224 DestroyAndFreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) global() argument [all...] |
H A D | GrVkAMDMemoryAllocator.cpp | 258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument
|
H A D | GrVkMemory.cpp | 44 AllocAndBindBufferMemory(GrVkGpu* gpu, VkBuffer buffer, BufferUsage usage, GrVkAlloc* alloc, size_t size) global() argument 90 ImportAndBindBufferMemory(GrVkGpu* gpu, OH_NativeBuffer *nativeBuffer, VkBuffer buffer, GrVkAlloc* alloc) global() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkGlyphRun.cpp | 146 SkTextBlobBuilder::RunBuffer buffer; in makeBlob() local 174 draw_text_positions( const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, SkPoint origin, SkPoint* buffer) draw_text_positions() argument [all...] |
H A D | SkPictureData.cpp | 82 static void write_tag_size(SkWriteBuffer& buffer, uint32_t tag, size_t size) { in write_tag_size() argument 143 void SkPictureData::flattenToBuffer(SkWriteBuffer& buffer, bool textBlobsOnly) const { in flattenToBuffer() argument 217 SkBinaryWriteBuffer buffer; serialize() local 376 create_image_from_buffer(SkReadBuffer& buffer) create_image_from_buffer() argument 380 create_drawable_from_buffer(SkReadBuffer& buffer) create_drawable_from_buffer() argument 386 new_array_from_buffer(SkReadBuffer& buffer, uint32_t inCount, SkTArray<sk_sp<T>>& array, sk_sp<U> (*factory)(SkReadBuffer&)) new_array_from_buffer() argument 409 parseBufferTag(SkReadBuffer& buffer, uint32_t tag, uint32_t size) parseBufferTag() argument 487 CreateFromBuffer(SkReadBuffer& buffer, const SkPictInfo& info) CreateFromBuffer() argument 517 parseBuffer(SkReadBuffer& buffer) parseBuffer() argument [all...] |
H A D | SkFontStream.cpp | 40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read() argument
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 91 bool GrGradientBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const { in find() argument 110 void GrGradientBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) { in add() argument 184 int32_t* buffer = storage.get(); in getGradient() local [all...] |
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMagnifierImageFilter.cpp | 78 sk_sp<SkFlattenable> SkMagnifierImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
H A D | SkDropShadowImageFilter.cpp | 79 sk_sp<SkFlattenable> SkDropShadowImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument [all...] |
H A D | SkAlphaThresholdImageFilter.cpp | 85 sk_sp<SkFlattenable> SkAlphaThresholdImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
H A D | SkBlendImageFilter.cpp | 99 sk_sp<SkFlattenable> SkBlendImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 257 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(sk_sp<GrGpuBuffer> buffer, in MakeVertexData() argument
|
/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 void setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setFragmentBuffer() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferDD.cpp | 447 char buffer[256]; in drawText() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.hpp | 73 ClientBuffer(int width, int height, sw::Format format, void* buffer, size_t plane) in ClientBuffer() argument 92 void* buffer; member in egl::ClientBuffer 348 void *buffer in lockNativeBuffer() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 69 Renderbuffer *buffer = nullptr; in lookupRenderbuffer() local
|
H A D | IndexDataManager.cpp | 273 GLenum IndexDataManager::prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated, bool primitiveRestart) in prepareIndexData() argument [all...] |
H A D | ResourceManager.cpp | 151 void ResourceManager::deleteBuffer(GLuint buffer) in deleteBuffer() argument 274 void ResourceManager::checkBufferAllocation(unsigned int buffer) in checkBufferAllocation() argument
|
H A D | Shader.cpp | 240 char buffer[256]; in compile() local
|
H A D | VertexDataManager.cpp | 61 Buffer *buffer = attribute.mBoundBuffer; in writeAttributeData() local 154 Buffer *buffer = attrib.mBoundBuffer; in prepareVertexData() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 513 auto buffer = vk::Cast(update->buffer); variable [all...] |
H A D | VkDeviceMemoryExternalAndroid.cpp | 230 VkResult AHardwareBufferExternalMemory::importAndroidHardwareBuffer(AHardwareBuffer *buffer, void **pBuffer) in importAndroidHardwareBuffer() argument 257 vk::Buffer *buffer = allocateInfo.dedicatedBufferHandle; in allocateAndroidHardwareBuffer() local 412 GetAndroidHardwareBufferProperties(VkDevice &device, const AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) GetAndroidHardwareBufferProperties() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.cpp | 162 VkBuffer buffer; in CreateStorageBuffer() local 414 void Device::FreeCommandBuffer(VkCommandPool pool, VkCommandBuffer buffer) in FreeCommandBuffer() argument
|