Home
last modified time | relevance | path

Searched defs:buffer (Results 1701 - 1725 of 3769) sorted by relevance

1...<<61626364656667686970>>...151

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawElementsPerf.cpp21 GLuint buffer = 0u; in CreateElementArrayBuffer() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp132 std::array<char, kBufferSize> buffer; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp163 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
H A DFramebufferNULL.cpp52 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
60 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
68 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
76 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/src/codec/
H A DSkCodecPriv.h144 static inline uint8_t get_byte(const uint8_t* buffer, uint32_t i) { in get_byte() argument
152 static inline uint16_t get_short(const uint8_t* buffer, uint32_t i) { in get_short() argument
166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() argument
H A DSkBmpRLECodec.cpp145 uint8_t* buffer = fStreamBuffer; in checkForMoreData() local
[all...]
/third_party/skia/src/core/
H A DSkVertices.cpp299 sk_sp<SkVertices> SkVerticesPriv::Decode(SkReadBuffer& buffer) { in Decode() argument
[all...]
H A DSkGlyphRun.cpp146 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 DSkPictureData.cpp82 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 DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read() argument
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp185 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() argument
180 makeVertexSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex) makeVertexSpace() argument
190 makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex, int* actualVertexCount) makeVertexSpaceAtLeast() argument
197 makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeIndexSpaceAtLeast() argument
[all...]
H A DGrUniformDataManager.cpp84 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set() local
96 void* buffer = this->getBufferPtrAndMarkDirty(uni); in setv() local
239 void* buffer = this->getBufferPtrAndMarkDirty(uni); in setMatrices() local
[all...]
H A DGrThreadSafeCache.cpp257 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(sk_sp<GrGpuBuffer> buffer, in MakeVertexData() argument
/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h61 Iter(const GrQuadBuffer<T>* buffer) in Iter() argument
[all...]
/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp216 sk_sp<SkFlattenable> SkLayerDrawLooper::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.h99 void addGrBuffer(sk_sp<const GrBuffer> buffer) { in addGrBuffer() argument
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h131 void addGrBuffer(sk_sp<const GrBuffer> buffer) { in addGrBuffer() argument
[all...]
H A DGrVkBuffer.cpp40 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 DGrVkAMDMemoryAllocator.cpp258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument
H A DGrVkMemory.cpp44 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/gpu/gradients/
H A DGrGradientBitmapCache.cpp91 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 DSkMagnifierImageFilter.cpp78 sk_sp<SkFlattenable> SkMagnifierImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
H A DSkDropShadowImageFilter.cpp79 sk_sp<SkFlattenable> SkDropShadowImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
[all...]
H A DSkAlphaThresholdImageFilter.cpp85 sk_sp<SkFlattenable> SkAlphaThresholdImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
H A DSkBlendImageFilter.cpp99 sk_sp<SkFlattenable> SkBlendImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument

Completed in 15 milliseconds

1...<<61626364656667686970>>...151