Home
last modified time | relevance | path

Searched refs:size_t (Results 9801 - 9825 of 19934) sorted by relevance

1...<<391392393394395396397398399400>>...798

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.h27 using SubjectIndex = size_t;
105 constexpr size_t kMaxFixedObservers = 8;
H A DCLPlatform.h36 cl_int getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DAstHelpers.h72 TIntermTyped &GetArg(const TIntermAggregate &call, size_t index);
75 void SetArg(TIntermAggregate &call, size_t index, TIntermTyped &arg);
/third_party/skia/third_party/externals/angle2/src/common/serializer/
H A DJsonSerializer.h59 void addBlob(const std::string &name, const uint8_t *value, size_t length);
109 size_t length();
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp59 size_t paramCount = func->getParamCount();
60 for (size_t i = 0; i < paramCount; ++i)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DShaderCache.h41 size_t length, in create()
86 const static size_t kMaxMapSize = 100;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.h99 size_t mWidth;
100 size_t mHeight;
H A DD3DTextureSurfaceWGL.h85 size_t mWidth;
86 size_t mHeight;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h100 for (size_t i = 1; i < Length; ++i)
112 for (size_t i = 1; i < Length; ++i)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp116 size_t Count = IDs.size(); in getIDForString()
118 for (size_t I = 0; I < Count; ++I) { in getIDForString()
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.hpp59 size_t getSize (void) const { return m_data.size(); } in getSize()
62 void append (const deUint8* bytes, size_t numBytes);
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp105 for (size_t i = 3; i < inst.num_operands; i += 2) { in HandleInstruction()
169 size_t num_words, std::iostream* out, in BinaryToDot()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDXTSRGBCompressedTextureTest.cpp78 size_t x_actual = (x * kWindowSize + kWindowSize / 2) / test.width; in runTestChecks()
79 size_t y_actual = in runTestChecks()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DMaterialsTest.cpp61 for (size_t i = 0; i < pnames.size(); i++) in TEST_P()
115 for (size_t i = 0; i < pnames.size(); i++) in TEST_P()
/third_party/skia/src/core/
H A DSkPictureImageGenerator.cpp23 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options& opts)
78 bool SkPictureImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
H A DSkCachedData.cpp12 SkCachedData::SkCachedData(void* data, size_t size) in SkCachedData()
23 SkCachedData::SkCachedData(size_t size, SkDiscardableMemory* dm) in SkCachedData()
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h96 size_t fVertexStride;
97 size_t fInstanceStride;
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h89 void onDrawIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, int drawCount) override;
90 void onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset,
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp49 bool SkCodecImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkCodec::Options* options) { in getPixels()
68 size_t requestRowBytes, const Options& options) { in onGetPixels()
H A DSkBmpMaskCodec.cpp28 void* dst, size_t dstRowBytes, in onGetPixels()
79 void* dst, size_t dstRowBytes, in decodeRows()
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.cpp30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
91 bool GrDawnBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData()
/third_party/skia/src/image/
H A DSkImage_Gpu.h51 size_t onTextureSize() const override;
126 size_t gpuMemorySize() const SK_EXCLUDES(fLock);
/third_party/skia/src/gpu/
H A DGrImageInfo.h75 size_t bpp() const { return GrColorTypeBytesPerPixel(this->colorType()); } in bpp()
77 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes()
H A DGrPersistentCacheUtils.cpp82 size_t shaderLen = 0; in UnpackCachedShaders()
106 size_t attrLen = 0; in UnpackCachedShaders()
/third_party/skia/samplecode/
H A DSampleAnimatedText.cpp26 static void DrawTheText(SkCanvas* canvas, const char text[], size_t length, SkScalar x, SkScalar y, in DrawTheText()
86 size_t length = strlen(text);

Completed in 15 milliseconds

1...<<391392393394395396397398399400>>...798