Home
last modified time | relevance | path

Searched defs:size (Results 10426 - 10450 of 12434) sorted by relevance

1...<<411412413414415416417418419420>>...498

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp354 GLint size; in TEST_P() local
433 GLint maxLength, size; TEST_P() local
[all...]
H A DMultisampledRenderToTextureTest.cpp559 createAndAttachColorAttachment( bool useRenderbuffer, GLsizei size, GLenum renderbufferTarget, const GLType *glType, GLint samples, GLTexture *textureOut, GLRenderbuffer *renderbufferOut) createAndAttachColorAttachment() argument
593 createAndAttachDepthStencilAttachment( bool useRenderbuffer, GLsizei size, GLTexture *textureOut, GLRenderbuffer *renderbufferOut) createAndAttachDepthStencilAttachment() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp252 initializeShadowBuffer(ContextVk *contextVk, gl::BufferBinding target, size_t size) initializeShadowBuffer() argument
295 updateShadowBuffer(const uint8_t *data, size_t size, size_t offset) updateShadowBuffer() argument
303 setExternalBufferData(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, size_t size, VkMemoryPropertyFlags memoryPropertyFlags) setExternalBufferData() argument
347 setDataWithUsageFlags(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, const void *data, size_t size, gl::BufferUsage usage, GLbitfield flags) setDataWithUsageFlags() argument
397 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument
408 setDataWithMemoryType(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, VkMemoryPropertyFlags memoryPropertyFlags, bool persistentMapRequired, gl::BufferUsage usage) setDataWithMemoryType() argument
484 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument
499 copySubData(const gl::Context *context, BufferImpl *source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size) copySubData() argument
523 updateShadowBuffer(static_cast<uint8_t *>(mapPtr), size, destOffset); copySubData() local
558 handleDeviceLocalBufferMap(ContextVk *contextVk, VkDeviceSize offset, VkDeviceSize size, uint8_t **mapPtr) handleDeviceLocalBufferMap() argument
587 handleDeviceLocalBufferUnmap(ContextVk *contextVk, VkDeviceSize offset, VkDeviceSize size) handleDeviceLocalBufferUnmap() argument
832 size_t size = static_cast<size_t>(mState.getMapLength()); unmapImpl() local
862 getSubData(const gl::Context *context, GLintptr offset, GLsizeiptr size, void *outData) getSubData() argument
913 updateBuffer(ContextVk *contextVk, const uint8_t *data, size_t size, size_t offset) updateBuffer() argument
928 directUpdate(ContextVk *contextVk, const uint8_t *data, size_t size, size_t offset) directUpdate() argument
953 stagedUpdate(ContextVk *contextVk, const uint8_t *data, size_t size, size_t offset) stagedUpdate() argument
972 allocMappedStagingBuffer(ContextVk *contextVk, size_t size, vk::DynamicBuffer **stagingBuffer, VkDeviceSize *stagingBufferOffset, uint8_t **mapPtr) allocMappedStagingBuffer() argument
993 flushMappedStagingBuffer(ContextVk *contextVk, vk::DynamicBuffer *stagingBuffer, VkDeviceSize stagingBufferOffset, size_t size, size_t offset) flushMappedStagingBuffer() argument
1098 setDataImpl(ContextVk *contextVk, const uint8_t *data, size_t size, size_t offset, BufferUpdateType updateType) setDataImpl() argument
1181 size_t size = roundUpPow2(sizeInBytes, kBufferSizeGranularity); acquireBufferHelper() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp265 void GL_APIENTRY GL_ColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_ColorPointer() argument
1551 void GL_APIENTRY GL_PointSize(GLfloat size) in GL_PointSize() argument
1573 GL_PointSizex(GLfixed size) GL_PointSizex() argument
1802 GL_TexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) GL_TexCoordPointer() argument
2089 GL_VertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) GL_VertexPointer() argument
[all...]
H A Dentry_points_gles_3_1_autogen.cpp2008 GL_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) GL_VertexAttribFormat() argument
2042 GL_VertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) GL_VertexAttribIFormat() argument
[all...]
H A Dentry_points_gles_3_2_autogen.cpp1196 GL_TexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) GL_TexBufferRange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h350 RenderCommandEncoder &setVertexBytes(const uint8_t *bytes, size_t size, uint32_t index) in setVertexBytes() argument
377 RenderCommandEncoder &setFragmentBytes(const uint8_t *bytes, size_t size, uint32_t index) in setFragmentBytes() argument
[all...]
/third_party/skia/src/core/
H A DSkDraw.cpp545 SkVector size; in compute_stroke_size() local
1009 size_t size = mask.computeImageSize(); in drawBitmapAsMask() local
1294 size_t size = mask->computeImageSize(); in DrawToMask() local
[all...]
H A DSkPictureRecord.cpp44 size_t size = sizeof(kUInt32Size); in onFlush() local
60 size_t size = sizeof(kUInt32Size); in recordSave() local
68 size_t size = sizeof(kUInt32Size) + nameLen; // op + name in onMarkCTM() local
94 size_t size = sizeof(kUInt32Size) + sizeof(uint32_t); // op + flags onDoSaveBehind() local
113 size_t size = 2 * kUInt32Size; recordSaveLayer() local
164 peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) peek_op_and_size() argument
198 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code recordRestore() local
207 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); recordTranslate() local
218 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); recordScale() local
228 size_t size = kUInt32Size + 16 * sizeof(SkScalar); didConcat44() local
239 size_t size = kUInt32Size + 16 * sizeof(SkScalar); didSetM44() local
257 size_t size = kUInt32Size + SkMatrixPriv::WriteToMemory(matrix, nullptr); recordConcat() local
319 size_t size = 1 * kUInt32Size + sizeof(rect) + 1 * kUInt32Size; recordClipRect() local
341 size_t size = 1 * kUInt32Size + SkRRect::kSizeInMemory + 1 * kUInt32Size; recordClipRRect() local
363 size_t size = 3 * kUInt32Size; recordClipPath() local
384 size_t size = 3 * kUInt32Size; onClipShader() local
400 size_t size = 2 * kUInt32Size + region.writeToMemory(nullptr); recordClipRegion() local
422 size_t size = sizeof(kUInt32Size); onResetClip() local
430 size_t size = 2 * kUInt32Size; onDrawPaint() local
439 size_t size = 2 * kUInt32Size; onDrawBehind() local
448 size_t size = 4 * kUInt32Size + count * sizeof(SkPoint); onDrawPoints() local
460 size_t size = 2 * kUInt32Size + sizeof(oval); onDrawOval() local
470 size_t size = 2 * kUInt32Size + sizeof(oval) + sizeof(startAngle) + sizeof(sweepAngle) + onDrawArc() local
483 size_t size = 2 * kUInt32Size + sizeof(rect); onDrawRect() local
493 size_t size = 2 * kUInt32Size + regionBytes; onDrawRegion() local
502 size_t size = 2 * kUInt32Size + SkRRect::kSizeInMemory; onDrawRRect() local
512 size_t size = 2 * kUInt32Size + SkRRect::kSizeInMemory * 2; onDrawDRRect() local
522 size_t size = 3 * kUInt32Size; onDrawPath() local
532 size_t size = 3 * kUInt32Size + 2 * sizeof(SkScalar) + SkSamplingPriv::kFlatSize; onDrawImage2() local
546 size_t size = 3 * kUInt32Size + 2 * sizeof(dst) + SkSamplingPriv::kFlatSize + kUInt32Size; onDrawImageRect2() local
563 size_t size = 3 * kUInt32Size + latticeSize + sizeof(dst) + sizeof(uint32_t); // filter onDrawImageLattice2() local
577 size_t size = 3 * kUInt32Size + 2 * sizeof(SkScalar); onDrawTextBlob() local
591 size_t size = 2 * kUInt32Size; onDrawPicture() local
610 size_t size = 2 * kUInt32Size; onDrawDrawable() local
628 size_t size = 5 * kUInt32Size; onDrawVerticesObject() local
643 size_t size = 2 * kUInt32Size + SkPatchUtils::kNumCtrlPts * sizeof(SkPoint) + kUInt32Size; onDrawPatch() local
681 size_t size = 5 * kUInt32Size + count * sizeof(SkRSXform) + count * sizeof(SkRect); onDrawAtlas2() local
717 size_t size = 2 * kUInt32Size + 2 * sizeof(SkPoint3) + 1 * sizeof(SkScalar) + 3 * kUInt32Size; onDrawShadowRec() local
735 size_t size = 4 + sizeof(SkRect) + keyLen + valueLen; onDrawAnnotation() local
749 size_t size = 4 * kUInt32Size + sizeof(SkColor4f) + sizeof(rect) + onDrawEdgeAAQuad() local
775 size_t size = 6 * kUInt32Size + sizeof(SkPoint) * totalDstClipCount + onDrawEdgeAAImageSet2() local
886 size_t size = kUInt32Size; // op addNoOp() local
[all...]
H A DSkImageFilterTypes.h363 LayerSpace<SkISize> size() const { return LayerSpace<SkISize>(fData.size()); } in size() function in skif::LayerSpace
399 LayerSpace<SkSize> size() const { in size() function in skif::LayerSpace
659 sk_sp<SkSpecialSurface> makeSurface(const SkISize& size, in makeSurface() argument
H A DSkScalerContext.cpp157 size_t size = (*width)*(*height)*sizeof(uint8_t); in GetGammaLUTSize() local
175 size_t size = width*height * sizeof(uint8_t); in GetGammaLUTData() local
1223 CheckBufferSizeForRec(const SkScalerContextRec& rec, const SkScalerContextEffects& effects, size_t size) CheckBufferSizeForRec() argument
H A DSkTextBlob.cpp48 auto size = sizeof(SkTextBlob::RunRecord); in StorageSize() local
391 reserve(size_t size) reserve() argument
[all...]
H A DSkStream.cpp169 SkFILEStream::SkFILEStream(FILE* file, size_t size, size_t start) in SkFILEStream() argument
173 SkFILEStream::SkFILEStream(FILE* file, size_t size) in SkFILEStream() argument
198 size_t SkFILEStream::read(void* buffer, size_t size) { in read() argument
269 newFromParams(const void* src, size_t size, bool copyData) newFromParams() argument
282 SkMemoryStream(size_t size) SkMemoryStream() argument
287 SkMemoryStream(const void* src, size_t size, bool copyData) SkMemoryStream() argument
311 setMemoryOwned(const void* src, size_t size) setMemoryOwned() argument
316 setMemory(const void* src, size_t size, bool copyData) setMemory() argument
335 read(void* buffer, size_t size) read() argument
423 write(const void* buffer, size_t size) write() argument
456 sk_memcpy_4bytes(void* dst, const void* src, size_t size) sk_memcpy_4bytes() argument
535 size_t size; write() local
612 size_t size = block->written(); read() local
632 size_t size = block->written(); copyTo() local
705 const size_t size = this->bytesWritten(); detachAsData() local
755 SkBlockMemoryStream(sk_sp<SkBlockMemoryRefCnt> headRef, size_t size) SkBlockMemoryStream() argument
[all...]
H A DSkGpuBlurUtils.cpp123 SkISize size = SkISize::Make(SkGpuBlurUtils::KernelWidth(radiusX), in convolve_gaussian_2d() local
857 int size = KernelWidth(radius); Compute1DGaussianKernel() local
886 int size = KernelWidth(radius); Compute1DLinearGaussianKernel() local
[all...]
H A DSkTypeface.cpp363 size_t size = this->getTableSize(tag); in onCopyTableData() local
H A DSkRemoteGlyphCache.cpp48 uint32_t size; in auto_descriptor_from_desc() local
58 uint32_t size; in auto_descriptor_from_desc() local
68 size_t pad(size_t size, size_t alignment) { return (size + (alignment - 1)) & ~(alignment - 1); } in pad() argument
106 void* allocate(size_t size, size_t alignment) { in allocate() argument
148 read(size_t size, size_t alignment) read() argument
155 ensureAtLeast(size_t size, size_t alignment) ensureAtLeast() argument
[all...]
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp414 findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size, const void* staticData, const GrUniqueKey& key) findOrMakeStaticBuffer() argument
431 findOrMakeStaticBuffer( GrGpuBufferType intendedType, size_t size, const GrUniqueKey& uniqueKey, InitializeBufferFn initializeBufferFn) findOrMakeStaticBuffer() argument
453 initializeBufferFn(std::move(vertexWriter), size); findOrMakeStaticBuffer() local
555 createBuffer(size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, const void* data) createBuffer() argument
820 auto size = baseSize; prepareLevels() local
[all...]
H A DGrGpu.cpp416 sk_sp<GrGpuBuffer> GrGpu::createBuffer(size_t size, GrGpuBufferType intendedType, in createBuffer() argument
H A DGrDirectContext.cpp574 void GrDirectContext::initGpuMemoryLimit(MemoryOverflowCalllback callback, uint64_t size) in initGpuMemoryLimit() argument
993 size_t size = SkCompressedDataSize(compression, in createCompressedBackendTexture() local
1079 size_t size in updateCompressedBackendTexture() local
948 create_and_update_compressed_backend_texture( GrDirectContext* dContext, SkISize dimensions, const GrBackendFormat& backendFormat, GrMipmapped mipMapped, GrProtected isProtected, sk_sp<GrRefCntedCallback> finishedCallback, const void* data, size_t size) create_and_update_compressed_backend_texture() argument
[all...]
H A DGrDataUtils.cpp119 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument
123 static int num_6x6_blocks(int size) { in num_6x6_blocks() argument
128 static int num_8x8_blocks(int size) { in num_8x8_blocks() argument
[all...]
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp116 size_t size = fStableProxy->gpuMemorySize(); in gpuMemorySize() local
H A DSkImage.cpp654 size_t size = fInfo.computeByteSize(rowBytes); in makeRasterImage() local
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp433 bool SkJpegCodec::onDimensionsSupported(const SkISize& size) { in onDimensionsSupported() argument
988 SkGetJpegInfo(const void* data, size_t len, SkISize* size, SkEncodedInfo::Color* colorType, SkEncodedOrigin* orientation) SkGetJpegInfo() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp368 inline int32_t extendSign(int32_t val, size_t size) in extendSign() argument
395 size_t size[RGBfChannels]; member
[all...]
H A DRenderer.cpp172 void *Renderer::operator new(size_t size) in operator new() argument

Completed in 47 milliseconds

1...<<411412413414415416417418419420>>...498