Home
last modified time | relevance | path

Searched refs:KeySize (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey()
39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle
36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey()
103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
DGrStyle.h65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
DGrShape.cpp337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
/external/skqp/src/gpu/
DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey()
39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle
36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey()
103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
DGrStyle.h65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
DGrShape.cpp337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
/external/google-breakpad/src/common/
Dsimple_string_dictionary.h57 template <size_t KeySize, size_t ValueSize, size_t NumEntries>
61 static const size_t key_size = KeySize;
68 char key[KeySize];
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dtesting_api.proto5 enum KeySize { enum
41 KeySize key_size = 1;
/external/nos/test/system-test-harness/src/
Druntests.cc28 using nugget::app::protoapi::KeySize;
210 for (auto key_size : {KeySize::s128b, KeySize::s192b, KeySize::s256b}) { in TEST_F()
/external/mesa3d/src/gallium/state_trackers/nine/
Dcryptosession9.h84 UINT KeySize );
Dcryptosession9.c97 UINT KeySize ) in NineCryptoSession9_GetEncryptionBltKey() argument
Dnine_lock.c402 UINT KeySize ) in LockCryptoSession9_GetEncryptionBltKey() argument
406 r = NineCryptoSession9_GetEncryptionBltKey(This, pReadbackKey, KeySize); in LockCryptoSession9_GetEncryptionBltKey()
/external/boringssl/src/crypto/cmac/
Dcavp_aes256_cmac_tests.txt3 # Algorithms tested:Alg = AES KeySize = 256 Mode = Verify
Dcavp_aes128_cmac_tests.txt3 # Algorithms tested:Alg = AES KeySize = 128 Mode = Verify
Dcavp_3des_cmac_tests.txt5 # Algorithms tested:Alg = TDES KeySize = 3 Mode = Verify
Dcavp_aes192_cmac_tests.txt5 # Algorithms tested:Alg = AES KeySize = 192 Mode = Verify
/external/mesa3d/include/D3D9/
Dd3d9.h147 virtual HRESULT WINAPI GetEncryptionBltKey(void *pReadbackKey, UINT KeySize) = 0;
659 …ULT (WINAPI *GetEncryptionBltKey)(IDirect3DCryptoSession9 *This, void *pReadbackKey, UINT KeySize);