Home
last modified time | relevance | path

Searched defs:size (Results 11426 - 11450 of 12434) sorted by relevance

1...<<451452453454455456457458459460>>...498

/third_party/skia/src/core/
H A DSkRegion.cpp1145 size_t size = sizeof(int32_t); // -1 (empty), 0 (rect), runCount in writeToMemory() local
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp236 size_t size = tmpRB * tmpInfo.height(); in readPixels() local
644 size_t size = rowBytes*dimensions.height(); in addTransferResult() local
1266 size_t size = rowBytes * rect.height(); transferPixels() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp78 int Uniform::size() const in size() function in es2::Uniform
131 LinkedVarying::LinkedVarying(const std::string &name, GLenum type, GLsizei size, int reg, int col) in LinkedVarying() argument
697 int size = targetUniform->size(); setUniform1iv() local
753 int size = targetUniform->size(); setUniformiv() local
815 int size = targetUniform->size(); setUniform1uiv() local
871 int size = targetUniform->size(); setUniformuiv() local
1103 GLsizei size = targetUniform->size(); applyUniforms() local
1242 int size = transformFeedbackLinkedVaryings[index].size; applyTransformFeedback() local
1275 int size = transformFeedbackLinkedVaryings[index].size; applyTransformFeedback() local
1474 int size = hasSubscript ? 1 : varying.size(); linkTransformFeedback() local
2771 getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveAttribute() argument
2814 getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveUniform() argument
2953 getTransformFeedbackVarying(GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) const getTransformFeedbackVarying() argument
[all...]
H A DlibGLESv3.cpp1668 void GL_APIENTRY BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in BindBufferRange() argument
1780 void GL_APIENTRY GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenu argument
1810 VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) VertexAttribIPointer() argument
2420 CopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) CopyBufferSubData() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1034 uint32_t size = 0; in ComputeTypeSize() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp83 void *PixelProcessor::operator new(size_t size) in operator new() argument
H A DVertexProcessor.cpp129 void *VertexProcessor::operator new(size_t size) in operator new() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp504 Vector4f size; in textureSize() local
1715 Int size = Int(*Pointer<Int>(mipmap + OFFSET(Mipmap, sliceP))); in computeIndices() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp725 CmdFillBuffer(vk::Buffer *dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) in CmdFillBuffer() argument
743 const VkDeviceSize size; member in __anon22994::CmdFillBuffer
1032 CmdSetPushConstants(uint32_t offset, uint32_t size, void const *pValues) in CmdSetPushConstants() argument
1415 pushConstants(PipelineLayout *layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) pushConstants() argument
1603 fillBuffer(Buffer *dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) fillBuffer() argument
[all...]
H A DVkImage.cpp231 size_t size = 0; in getSizeInBytes() local
[all...]
/third_party/openssl/include/crypto/
H A Devp.h718 int size; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1t.h588 long size; /* Structure size (usually) */ member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c481 unsigned long size = 1; in _tjInitCompress() local
739 unsigned long size; in tjCompress() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c858 read_function(png_structp pp, png_bytep data, size_t size) in read_function() argument
860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function() local
809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, size_t size) buffer_read() argument
1269 buffer_write(struct display *dp, struct buffer *buffer, png_bytep data, size_t size) buffer_write() argument
1314 write_function(png_structp pp, png_bytep data, size_t size) write_function() argument
1316 buffer_write(get_dp(pp), get_buffer(pp), data, size); write_function() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c429 png_alloc_size_t size; member
1728 read_function(png_structp pp, png_bytep data, size_t size) in read_function() argument
1884 write_function(png_structp pp, png_bytep data, size_t size) write_function() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2712 png_check_fp_number(png_const_charp string, size_t size, int *statep, in png_check_fp_number() argument
97 PNG_FUNCTION(voidpf , png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED) PNG_FUNCTION() argument
2839 png_check_fp_string(png_const_charp string, size_t size) png_check_fp_string() argument
2903 png_ascii_from_fp(png_const_structrp png_ptr, png_charp ascii, size_t size, double fp, unsigned int precision) png_ascii_from_fp() argument
3233 png_ascii_from_fixed(png_const_structrp png_ptr, png_charp ascii, size_t size, png_fixed_point fp) png_ascii_from_fixed() argument
[all...]
H A Dpngpriv.h2074 size_t size; /* Size of the memory buffer. */ global() member
[all...]
H A Dpngread.c1807 size_t size = cp->size; in png_image_memory_read() local
1825 png_image_begin_read_from_memory(png_imagep image, png_const_voidp memory, size_t size) png_image_begin_read_from_memory() argument
[all...]
H A Dpngrutil.c1451 png_alloc_size_t size = (sizeof profile_header); png_handle_iCCP() local
[all...]
H A Dpngset.c1566 png_set_compression_buffer_size(png_structrp png_ptr, size_t size) in png_set_compression_buffer_size() argument
[all...]
H A Dpngtest.c502 png_alloc_size_t size; member
519 PNGCBAPI png_debug_malloc(png_structp png_ptr, png_alloc_size_t size) in png_debug_malloc() argument
[all...]
H A Dpngwutil.c994 uInt size = png_ptr->zbuffer_size; png_compress_IDAT() local
1044 uInt size = png_ptr->zbuffer_size - png_ptr->zstream.avail_out; png_compress_IDAT() local
1266 size_t size; png_write_sBIT() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c174 size_t size; in ReadFileToWebPData() local
198 static void Skip(MemBuffer* const mem, size_t size) { in Skip() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c111 int VP8LCheckSignature(const uint8_t* const data, size_t size) { in VP8LCheckSignature() argument
314 int size = 0; in ReadHuffmanCode() local
469 int size; in ReadHuffmanCodes() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c1013 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, int size) { in TrueMotion_SSE2() argument

Completed in 57 milliseconds

1...<<451452453454455456457458459460>>...498