/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES31_autogen.h | 399 GLint size, 406 GLint size,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | LineLoopTest.cpp | 67 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument 69 GLsizei uboSize = std::max(size, 16); in preTestUpdateBuffer()
|
H A D | AttributeLayoutTest.cpp | 293 for (unsigned i = 0; i < mTestCases.size(); ++i) in Run() 295 if (mTestCases[i].size() == 0 || Skip(mTestCases[i])) in Run() 384 // 5. stride != size in GetTestCases()
|
H A D | IndexBufferOffsetTest.cpp | 77 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument 79 GLsizei uboSize = std::max(size, 16); in preTestUpdateBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TransformFeedbackVk.cpp | 122 createInfo.size = 16; in begin() 140 // Make sure there's no possible under/overflow with binding size. in begin() 366 ASSERT(index < mBufferObserverBindings.size()); in onSubjectStateChange()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.h | 224 GLint size, 229 GLint size,
|
/third_party/skia/src/core/ |
H A D | SkCompressedDataUtils.cpp | 58 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument 59 return ((size + 3) & ~3) >> 2; in num_4x4_blocks() 281 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize() 290 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize() 299 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize() 324 // The evil number 16 here is the constant size of ASTC format in SkCompressedBlockSize()
|
H A D | SkMaskFilter.cpp | 398 sk_sp<SkMaskFilter> SkMaskFilter::Deserialize(const void* data, size_t size, in Deserialize() argument 402 kSkMaskFilter_Type, data, size, procs).release())); in Deserialize()
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 219 * @param size size of buffer to create. 226 sk_sp<GrGpuBuffer> createBuffer(size_t size, GrGpuBufferType intendedType, 731 // Texture size, renderablility, format support, sample count will have already been validated 772 virtual sk_sp<GrGpuBuffer> onCreateBuffer(size_t size, GrGpuBufferType intendedType,
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 57 this->invokeChild(0, args, SkSL::String(coord.c_str(), coord.size())); in emitCode() 82 auto childStr = this->invokeChild(0, args, SkSL::String(coord.c_str(), coord.size())); in emitCode()
|
H A D | GrYUVtoRGBEffect.cpp | 275 SkASSERT(colorChannel.size() == planeChannel.size()); in onMakeProgramImpl()
|
/third_party/skia/src/images/ |
H A D | SkPngEncoder.cpp | 229 png_set_text(fPngPtr, fInfoPtr, png_texts.data(), png_texts.size()); in setHeader() 362 png_set_iCCP(png_ptr, info_ptr, name, 0, iccPtr, icc->size()); in set_icc()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 249 if (declSeq.size() != 1) { in validateForLoopInit() 420 for (TIntermSequence::size_type i = 0; i < params.size(); ++i) { in validateFunctionCall()
|
H A D | intermOut.cpp | 374 size_t size = node->getType().getObjectSize(); in visitConstantUnion() local 376 for(size_t i = 0; i < size; i++) { in visitConstantUnion()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.cpp | 252 std::vector<uint8_t> workgroupMemory(shader->workgroupMemory.size()); in run() 288 while(coroutines.size() > 0) in run()
|
H A D | PixelProgram.cpp | 179 ASSERT(samples.size() == 1); in executeShader() 188 ASSERT(samples.size() == 1); in executeShader()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 475 void Device::emitDeviceMemoryReport(VkDeviceMemoryReportEventTypeEXT type, uint64_t memoryObjectId, VkDeviceSize size, VkObjectType objectType, uint64_t objectHandle, uint32_t heapIndex) in emitDeviceMemoryReport() argument 485 size, // size in emitDeviceMemoryReport()
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-s390x.pl | 243 .size $Table,.-$Table 317 .size $Func,.-$Func
|
H A D | sha1-armv8.pl | 242 .size sha1_block_data_order,.-sha1_block_data_order 319 .size sha1_block_armv8,.-sha1_block_armv8
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | FontHeaderTable.java | 636 public void setLowestRecPPEM(int size) { in setLowestRecPPEM() argument 637 this.internalWriteData().writeUShort(Offset.lowestRecPPEM.offset, size); in setLowestRecPPEM()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 460 for (uint32_t i = 0; i < type.array.size(); i++) in argument_decl() 472 for (uint32_t i = 0; i < type.array.size(); i++) in variable_decl()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 196 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size()))); in HandleInstruction() 394 size_t length = text_.str().size();
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_loop_to_create_int_constant_synonym.cpp | 167 for (uint32_t i = 0; i < c_components.size(); i++) { in IsApplicable() 190 if (!block || ir_context->cfg()->preds(block->id()).size() != 1) { in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.cpp | 139 if (label2preds_[blk.id()].size() == 0) in ComputeStructuredSuccessors() 261 if (preheader_phi_ops.size() > 2) { in SplitLoopHeader()
|