/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Observer.h | 27 using SubjectIndex = size_t; 105 constexpr size_t kMaxFixedObservers = 8;
|
H A D | CLPlatform.h | 36 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 D | AstHelpers.h | 72 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 D | JsonSerializer.h | 59 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 D | ReplaceShadowingVariables.cpp | 59 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 D | ShaderCache.h | 41 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 D | DXGISwapChainWindowSurfaceWGL.h | 99 size_t mWidth; 100 size_t mHeight;
|
H A D | D3DTextureSurfaceWGL.h | 85 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 D | ByteStreamer.h | 100 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 D | PDBStringTable.cpp | 116 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 D | xeBatchResult.hpp | 59 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 D | bin_to_dot.cpp | 105 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 D | DXTSRGBCompressedTextureTest.cpp | 78 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 D | MaterialsTest.cpp | 61 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 D | SkPictureImageGenerator.cpp | 23 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 D | SkCachedData.cpp | 12 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 D | GrGLProgramBuilder.h | 96 size_t fVertexStride; 97 size_t fInstanceStride;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.h | 89 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 D | SkCodecImageGenerator.cpp | 49 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 D | SkBmpMaskCodec.cpp | 28 void* dst, size_t dstRowBytes, in onGetPixels() 79 void* dst, size_t dstRowBytes, in decodeRows()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnBuffer.cpp | 30 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 D | SkImage_Gpu.h | 51 size_t onTextureSize() const override; 126 size_t gpuMemorySize() const SK_EXCLUDES(fLock);
|
/third_party/skia/src/gpu/ |
H A D | GrImageInfo.h | 75 size_t bpp() const { return GrColorTypeBytesPerPixel(this->colorType()); } in bpp() 77 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes()
|
H A D | GrPersistentCacheUtils.cpp | 82 size_t shaderLen = 0; in UnpackCachedShaders() 106 size_t attrLen = 0; in UnpackCachedShaders()
|
/third_party/skia/samplecode/ |
H A D | SampleAnimatedText.cpp | 26 static void DrawTheText(SkCanvas* canvas, const char text[], size_t length, SkScalar x, SkScalar y, in DrawTheText() 86 size_t length = strlen(text);
|