/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | util.cc | 144 out->resize(binary.size() / sizeof(uint32_t)); in ReadBinary()
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 24 str.resize(encodeLength); in data_to_str()
|
/third_party/skia/tools/sk_app/ |
H A D | Window.cpp | 104 fWindowContext->resize(w, h);
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGeometryEffect.cpp | 108 storage.resize(intervals_count); in make_dash()
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | KeyframeAnimator.cpp | 185 fKFs.resize(1); in parseKeyframes()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInternalFormatQueryTests.cpp | 71 samples.resize(sampleCounts, -1); in test()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluProgramInterfaceQuery.cpp | 65 activeVariables.resize(numActiveVariables); in getProgramInterfaceActiveVariables()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 1622 out_source.m_parts.resize(n_parts); in initShaderSource() 1984 texture_data.resize(texture_data_size); in checkResults() 2370 texture_data.resize(m_width); in prepareBuffer() 2393 texture_data.resize(m_width * m_height * m_depth); in prepareTexture() 2462 texture_data.resize(texture_data_size); in verifyTexture() 2946 data.resize(data_size); in prepareSourceTexture() 3960 data.resize(data_size); in prepareSourceTexture() 6041 m_test_cases.resize(5); in testInit() 6442 m_test_cases.resize(4); in testInit() 6756 m_test_cases.resize( in testInit() [all...] |
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 295 pixel_container.resize(pixel_size); in decode_raster() 296 line_container.resize(pixel_size*width); in decode_raster()
|
/third_party/gn/src/gn/ |
H A D | value_extractors.cc | 30 dest->resize(input_list.size()); in ListValueExtractor() 49 dest->resize(input_list.size()); in ListValueExtractorExt()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formattedval_sbimpl.cpp | 298 if (!spanIndices.resize(spanIndicesCount * 2, spanIndicesCount)) { in appendSpanInfo() 311 if (!spanIndices.resize(spanIndicesCount * 2, spanIndicesCount)) { in prependSpanInfo()
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.cc | 465 assigned_counters.resize(num_perfcntrs); in init_perfcnt() 477 state.resize(next_countable_id); in init_perfcnt()
|
/third_party/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 279 buf.resize((int)(log_length + 1)); in CheckShader() 297 buf.resize((int)(log_length + 1)); in CheckProgram()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formattedval_sbimpl.cpp | 298 if (!spanIndices.resize(spanIndicesCount * 2, spanIndicesCount)) { in appendSpanInfo() 311 if (!spanIndices.resize(spanIndicesCount * 2, spanIndicesCount)) { in prependSpanInfo()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 107 // After reserve(), resize(), or clear(), we're an owner, not an alias. 127 void UnicodeText::Repr::resize(int new_size) { in resize() function in i18n::phonenumbers::UnicodeText::Repr 149 resize(size); in Copy()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis-reducer.cc | 76 if (id >= object_id_cache_.size()) object_id_cache_.resize(id + 1); in ObjectIdNode() 133 is_duplicate_.resize(id + 1); in SeenBefore()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register-optimizer.cc | 242 register_info_table_.resize(register_info_table_offset_ + in BytecodeRegisterOptimizer() 470 register_info_table_.resize(new_size); in GrowRegisterMap()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemDeviceFaultTests.cpp | 288 addressInfos.resize(pFaultCounts->addressInfoCount); 303 vendorInfos.resize(pFaultCounts->vendorInfoCount);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.cpp | 407 referenceData.resize(m_bufferSizeInBytes); in iterate() 410 referenceDataBlock.resize(MODULO_DIVISOR); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 429 modifiedData->fieldMap.resize(structure->fields().size(), std::numeric_limits<int>::max()); in stripStructSpecifierSamplers() 641 mArraySizeStack.resize(mArraySizeStack.size() - arrayType.getNumArraySizes()); in exitArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DetectDeadLanes.cpp | 586 WorklistMembers.resize(NumVirtRegs); in runOnMachineFunction() 587 DefinedByCopy.resize(NumVirtRegs); in runOnMachineFunction()
|
H A D | ExecutionDomainFix.cpp | 444 AliasMap.resize(TRI->getNumRegs()); 452 MBBOutRegsInfos.resize(mf.getNumBlockIDs());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 216 ArgData.resize(ArgBytes); in ffiInvoke() 234 ret.resize(TD.getTypeStoreSize(RetTy)); in ffiInvoke()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 326 Symtab.resize(sizeof(storage::Header)); in build() 369 FC.Strtab.resize(StrtabBuilder.getSize()); in upgrade()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DrawBaseVertexVariantsTest.cpp | 110 mIndices.resize(indices.size() * kIndexPatternRepeatCount); in DrawBaseVertexVariantsTest() 157 mRegularIndices.resize(kCountY * kCountX * mIndices.size()); in DrawBaseVertexVariantsTest()
|