/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.h | 12 #include "src/gpu/GrCaps.h" 309 bool onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
|
/third_party/skia/src/core/ |
H A D | SkOverdrawCanvas.cpp | 17 #include "src/core/SkDevice.h" 18 #include "src/core/SkDrawShadowInfo.h" 19 #include "src/core/SkGlyphRunPainter.h" 20 #include "src/core/SkImagePriv.h" 21 #include "src/core/SkLatticeIter.h" 22 #include "src/core/SkStrikeCache.h" 23 #include "src/core/SkTextBlobPriv.h" 24 #include "src/utils/SkPatchUtils.h" 171 void SkOverdrawCanvas::onDrawImageRect2(const SkImage* image, const SkRect& src, const SkRect& dst, in onDrawImageRect2() argument
|
H A D | SkPathPriv.h | 380 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);
|
H A D | SkBlitter.h | 15 #include "src/core/SkAutoMalloc.h" 16 #include "src/core/SkImagePriv.h" 17 #include "src/shaders/SkShaderBase.h" 29 for the destination and how src/generated pixels map to the destination. 152 const SkPixmap& src,
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.h | 11 #include "src/gpu/GrGpu.h" 14 #include "src/core/SkLRUCache.h" 15 #include "src/gpu/GrFinishCallbacks.h" 16 #include "src/gpu/GrProgramDesc.h" 17 #include "src/gpu/GrStagingBufferManager.h" 18 #include "src/gpu/dawn/GrDawnRingBuffer.h" 19 #include "src/sksl/ir/SkSLProgram.h" 207 bool onCopySurface(GrSurface* dst, GrSurface* src,
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexShader.cpp | 324 if(inst->src[1].type == PARAMETER_SAMPLER) in analyzeTextureSampling()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.hpp | 69 void resolveDepthStencilTo(const ImageView *src, ImageView *dst, const VkSubpassDescriptionDepthStencilResolve &depthStencilResolve) const;
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 188 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 199 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src,
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.h | 12 #include "src/core/SkArenaAlloc.h" 13 #include "src/pathops/SkPathOpsTCurve.h" 65 static int FindExtrema(const double src[], double tValue[2]);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | DeviceD3D12.h | 104 const TextureDataLayout& src,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.h | 111 const TextureDataLayout& src,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | DeviceGL.cpp | 286 const TextureDataLayout& src, in CopyFromStagingToTexture() 285 CopyFromStagingToTexture(const StagingBufferBase* source, const TextureDataLayout& src, TextureCopy* dst, const Extent3D& copySizePixels) CopyFromStagingToTexture() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uset.h | 1162 * @param src pointer to start of array 1168 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 49 extern void *mempcpy(void *dest, const void *src, size_t n); 265 perror_msg("src is not arpable"); in arping_main()
|
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 849 void applyColorXform(void* dst, const void* src, int count) const;
|
/third_party/skia/include/effects/ |
H A D | SkImageFilters.h | 280 * with src-over blending. 289 * Create a filter that merges the results of the two filters together with src-over blending. 358 * @param src Defines the pixels to tile 362 static sk_sp<SkImageFilter> Tile(const SkRect& src, const SkRect& dst,
|
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 287 const SkPathRef& src,
|
/third_party/selinux/libselinux/src/ |
H A D | label_file.h | 39 char *src; member
|
/third_party/spirv-tools/test/opt/ |
H A D | spread_volatile_semantics_test.cpp | 1147 OpName %src_main "src.main" in TEST_F()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestUtil.hpp | 225 tcu::RGBA getToSRGBConversionThreshold (const tcu::TextureFormat& src, const tcu::TextureFormat& dst);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.h | 107 void ieee802_11_rx_from_unknown(struct hostapd_data *hapd, const u8 *src,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.h | 158 const u8 *src, u16 dev_passwd_id, u8 go_intent);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.h | 102 void ieee802_11_rx_from_unknown(struct hostapd_data *hapd, const u8 *src,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.h | 152 const char *src,
|