Home
last modified time | relevance | path

Searched defs:key (Results 2751 - 2775 of 3486) sorted by relevance

1...<<111112113114115116117118119120>>...140

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp361 EGL_ProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) EGL_ProgramCacheQueryANGLE() argument
386 EGL_ProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize) EGL_ProgramCachePopulateANGLE() argument
[all...]
H A Degl_ext_stubs.cpp693 ProgramCacheQueryANGLE(Thread *thread, Display *display, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) ProgramCacheQueryANGLE() argument
709 ProgramCachePopulateANGLE(Thread *thread, Display *display, const void *key, EGLint keysize, const void *binary, EGLint binarysize) ProgramCachePopulateANGLE() argument
/third_party/skia/src/core/
H A DSkPictureRecord.cpp732 void SkPictureRecord::onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) { in onDrawAnnotation() argument
H A DSkRecorder.cpp287 void SkRecorder::onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) { in onDrawAnnotation() argument
/third_party/skia/src/gpu/
H A DGrResourceCache.h176 findAndRefUniqueResource(const GrUniqueKey& key) findAndRefUniqueResource() argument
[all...]
H A DGrResourceProvider.cpp313 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(const GrScratchKey& key) { in findAndRefScratchTexture() argument
342 GrScratchKey key; in findAndRefScratchTexture() local
399 void GrResourceProvider::assignUniqueKeyToResource(const GrUniqueKey& key, in assignUniqueKeyToResource() argument
408 sk_sp<GrGpuResource> GrResourceProvider::findResourceByUniqueKey(const GrUniqueKey& key) { in findResourceByUniqueKey() argument
414 findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size, const void* staticData, const GrUniqueKey& key) findOrMakeStaticBuffer() argument
465 createPatternedIndexBuffer(const uint16_t* pattern, int patternSize, int reps, int vertCount, const GrUniqueKey* key) createPatternedIndexBuffer() argument
574 GrScratchKey key; createBuffer() local
669 GrUniqueKey key; getDiscardableMSAAAttachment() local
740 GrScratchKey key; refScratchMSAAAttachment() local
[all...]
H A DGrGpu.h606 virtual bool precompileShader(const SkData& key, const SkData& data) { return false; } in precompileShader() argument
H A DGrDirectContext.cpp1161 bool GrDirectContext::precompileShader(const SkData& key, const SkData& data) { in precompileShader() argument
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp670 GrUniqueKey key; in create_falloff_texture() local
H A DDrawVerticesOp.cpp71 uint32_t key = 0; variable
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1854 GrVkSampler::Key key = GrVkSampler::GenerateKey(samplerState, *ycbcrInfo); in addExtraSamplerKey() local
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp299 uint32_t key = static_cast<uint32_t>(fRadius); in onAddToKey() local
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h153 X509_PUBKEY *key; member
/third_party/openssl/crypto/x509/
H A Dx_all.c448 ASN1_BIT_STRING *key = X509_get0_pubkey_bitstr(data); in X509_pubkey_digest() local
664 int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, const EVP_PKEY *key) in i2d_PKCS8PrivateKeyInfo_fp() argument
728 int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, const EVP_PKEY *key) in i2d_PKCS8PrivateKeyInfo_bio() argument
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c636 common_get_params(void *key, OSSL_PARAM params[], int sm2) common_get_params() argument
767 ec_get_params(void *key, OSSL_PARAM params[]) ec_get_params() argument
825 ec_set_params(void *key, const OSSL_PARAM params[]) ec_set_params() argument
859 sm2_get_params(void *key, OSSL_PARAM params[]) sm2_get_params() argument
[all...]
H A Decx_kmgmt.c124 const ECX_KEY *key = keydata; in ecx_has() local
193 ECX_KEY *key = keydata; in ecx_import() local
209 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() argument
233 ECX_KEY *key = keydata; ecx_export() local
278 ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, int size) ecx_get_params() argument
303 ed_get_params(void *key, OSSL_PARAM params[]) ed_get_params() argument
314 x25519_get_params(void *key, OSSL_PARAM params[]) x25519_get_params() argument
320 x448_get_params(void *key, OSSL_PARAM params[]) x448_get_params() argument
326 ed25519_get_params(void *key, OSSL_PARAM params[]) ed25519_get_params() argument
333 ed448_get_params(void *key, OSSL_PARAM params[]) ed448_get_params() argument
392 ecx_set_params(void *key, const OSSL_PARAM params[]) ecx_set_params() argument
422 x25519_set_params(void *key, const OSSL_PARAM params[]) x25519_set_params() argument
427 x448_set_params(void *key, const OSSL_PARAM params[]) x448_set_params() argument
432 ed25519_set_params(void *key, const OSSL_PARAM params[]) ed25519_set_params() argument
437 ed448_set_params(void *key, const OSSL_PARAM params[]) ed448_set_params() argument
578 ECX_KEY *key; ecx_gen() local
700 ECX_KEY *key = NULL; ecx_load() local
835 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X25519, 1, s390x_ecx_keygen25519() local
881 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X448, 1, s390x_ecx_keygen448() local
930 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED25519, 1, s390x_ecd_keygen25519() local
998 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED448, 1, s390x_ecd_keygen448() local
[all...]
/third_party/openssl/engines/
H A De_dasync.c503 static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, in wait_cleanup() argument
809 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in dasync_aes128_init_key() argument
714 dasync_cipher_init_key_helper(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc, const EVP_CIPHER *cipher) dasync_cipher_init_key_helper() argument
832 dasync_aes256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) dasync_aes256_init_key() argument
860 dasync_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) dasync_aes128_cbc_hmac_sha1_init_key() argument
[all...]
H A De_devcrypto.c204 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() argument
/third_party/openssl/include/crypto/
H A Dx509.h167 X509_PUBKEY *key; member
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3352 resolveReference(const char* key) resolveReference() argument
3371 resolveReference(char const* key, char const* end) resolveReference() argument
3397 find(char const* key, char const* end) const find() argument
3421 operator [](const char* key) operator []() argument
3425 operator [](const std::string& key) operator []() argument
3429 operator [](const StaticString& key) operator []() argument
3434 operator [](const CppTL::ConstString& key) operator []() argument
3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument
3452 get(char const* key, Value const& defaultValue) const get() argument
3456 get(std::string const& key, Value const& defaultValue) const get() argument
3462 removeMember(const char* key, const char* end, Value* removed) removeMember() argument
3475 removeMember(const char* key, Value* removed) removeMember() argument
3479 removeMember(std::string const& key, Value* removed) removeMember() argument
3483 removeMember(const char* key) removeMember() argument
3494 removeMember(const std::string& key) removeMember() argument
3523 get(const CppTL::ConstString& key, const Value& defaultValue) const get() argument
3529 isMember(char const* key, char const* end) const isMember() argument
3789 PathArgument(const char* key) PathArgument() argument
3792 PathArgument(const std::string& key) PathArgument() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3352 resolveReference(const char* key) resolveReference() argument
3371 resolveReference(char const* key, char const* end) resolveReference() argument
3397 find(char const* key, char const* end) const find() argument
3421 operator [](const char* key) operator []() argument
3425 operator [](const std::string& key) operator []() argument
3429 operator [](const StaticString& key) operator []() argument
3434 operator [](const CppTL::ConstString& key) operator []() argument
3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument
3452 get(char const* key, Value const& defaultValue) const get() argument
3456 get(std::string const& key, Value const& defaultValue) const get() argument
3462 removeMember(const char* key, const char* end, Value* removed) removeMember() argument
3475 removeMember(const char* key, Value* removed) removeMember() argument
3479 removeMember(std::string const& key, Value* removed) removeMember() argument
3483 removeMember(const char* key) removeMember() argument
3494 removeMember(const std::string& key) removeMember() argument
3523 get(const CppTL::ConstString& key, const Value& defaultValue) const get() argument
3529 isMember(char const* key, char const* end) const isMember() argument
3789 PathArgument(const char* key) PathArgument() argument
3792 PathArgument(const std::string& key) PathArgument() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c1607 add_tEXt(const char *key, const png_const_charp *text) in add_tEXt() argument
1620 add_iTXt(const char *key, const char *language, const char *language_key, in add_iTXt() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c230 uint32_t key; in GetPixPairHash64() local
429 const uint32_t key = VP8LColorCacheGetIndex(hashers, pixel); in AddSingleLiteral() local
768 int key = VP8LHashPix(pix, 32 - cache_bits_max); CalculateBestCacheSize() local
803 int key = VP8LHashPix(*argb, 32 - cache_bits_max); CalculateBestCacheSize() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() argument
169 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const { in handleDefault() argument
182 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const { in getKey() argument
746 CFactory::create(const ICUServiceKey& key, cons argument
789 unregister(URegistryKey key, UErrorCode& status) unregister() argument
892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument
[all...]
H A Ddtitvinf.cpp809 const UnicodeString* key = (UnicodeString*)keyTok.pointer; copyHash() local
[all...]

Completed in 42 milliseconds

1...<<111112113114115116117118119120>>...140