/third_party/skia/src/core/ |
H A D | SkBlitter_Sprite.cpp | 75 const auto mode = paint.asBlendMode(); in Supports() local
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 263 drawTextureQuad(const GrClip* clip, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, const SkPMColor4f& color, const SkPoint srcQuad[4], const SkPoint dstQuad[4], GrAA aa, GrQuadAAFlags edgeAA, const SkRect* subset, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureQuad() argument
|
/third_party/skia/samplecode/ |
H A D | SampleXfer.cpp | 183 int32_t mode; variable
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkBlendImageFilter.cpp | 73 sk_sp<SkImageFilter> SkImageFilters::Blend(SkBlendMode mode, in Blend() argument 103 const uint32_t mode = buffer.read32(); in CreateProc() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | IndexDataManager.cpp | 72 void copyIndices(GLenum mode, GLenum type, const std::vector<GLsizei>& restartIndices, const void *input, GLsizei count, void* output) in copyIndices() argument 230 int recomputePrimitiveCount(GLenum mode, GLsizei count, const std::vector<GLsizei>& restartIndices, unsigned int* primitiveCount) in recomputePrimitiveCount() argument 273 GLenum IndexDataManager::prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated, bool primitiveRestart) in prepareIndexData() argument [all...] |
/third_party/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 874 int mode = EVP_CIPHER_CTX_get_mode(s->enc_write_ctx); in do_dtls1_write() local
|
/third_party/openssl/providers/common/ |
H A D | bio_prov.c | 76 OSSL_CORE_BIO *ossl_prov_bio_new_file(const char *filename, const char *mode) in ossl_prov_bio_new_file() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 50 aes_wrap_newctx(size_t kbits, size_t blkbits, size_t ivbits, unsigned int mode, uint64_t flags) aes_wrap_newctx() argument
|
H A D | ciphercommon.c | 660 ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, size_t ivbits, unsigned int mode, uint64_t flags, const PROV_CIPHER_HW *hw, void *provctx) ossl_cipher_generic_initkey() argument
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 48 unsigned int mode; /* The mode that we are using */ member
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 59 kbkdf_mode mode; member 151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive() argument [all...] |
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 242 int mode; in ecdh_set_ctx_params() local 346 int mode = pectx->cofactor_mode; in ecdh_get_ctx_params() local [all...] |
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 414 mode_t mode; member
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | buffer_dec.c | 43 const WEBP_CSP_MODE mode = buffer->colorspace; in CheckDecBuffer() local 90 const WEBP_CSP_MODE mode = buffer->colorspace; in AllocateBuffer() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_enc.h | 41 uint8_t mode; member [all...] |
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.h | 121 const char *mode; /* Mode of building */ member
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | response.c | 467 MHD_create_response_from_buffer(size_t size, void *buffer, enum MHD_ResponseMemoryMode mode) MHD_create_response_from_buffer() argument
|
/third_party/skia/tests/ |
H A D | ProgramsTest.cpp | 198 SkBlendMode mode = static_cast<SkBlendMode>(d->fRandom->nextRangeU(0, in create_random_proc_tree() local
|
/third_party/skia/src/ports/ |
H A D | SkOSFile_posix.cpp | 28 int mode = F_OK; in sk_exists() local
|
H A D | SkOSFile_win.cpp | 24 int mode = 0; // existence in sk_exists() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BufferD3D12.cpp | 356 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
|
H A D | RenderPipelineD3D12.cpp | 100 D3D12_INPUT_CLASSIFICATION VertexStepModeFunction(wgpu::VertexStepMode mode) { in VertexStepModeFunction() argument 138 D3D12_CULL_MODE D3D12CullMode(wgpu::CullMode mode) { in D3D12CullMode() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 149 VkCullModeFlagBits VulkanCullMode(wgpu::CullMode mode) { in VulkanCullMode() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Buffer.cpp | 314 void BufferBase::APIMapAsync(wgpu::MapMode mode, in APIMapAsync() argument 432 MaybeError BufferBase::ValidateMapAsync(wgpu::MapMode mode, in ValidateMapAsync() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 42 ApplyFrontFaceAndCulling(const OpenGLFunctions& gl, wgpu::FrontFace face, wgpu::CullMode mode) ApplyFrontFaceAndCulling() argument
|