Home
last modified time | relevance | path

Searched defs:blob (Results 201 - 225 of 250) sorted by relevance

12345678910

/third_party/curl/lib/vtls/
H A Dschannel.c557 bool blob = data->set.ssl.primary.cert_blob != NULL; in schannel_acquire_credential_handle() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h238 const __DRI2blobExtension *blob; member
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp3076 encode_glsl_struct_field(blob *blob, const glsl_struct_field *struct_field) in encode_glsl_struct_field() argument
3090 decode_glsl_struct_field_from_blob(blob_reader *blob, glsl_struct_field *struct_field) decode_glsl_struct_field_from_blob() argument
3104 encode_type_to_blob(struct blob *blob, const glsl_type *type) encode_type_to_blob() argument
3216 decode_type_from_blob(struct blob_reader *blob) decode_type_from_blob() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c744 struct blob blob = { 0 }; in lp_cs_get_ir_cache_key() local
/third_party/libdrm/tests/modetest/
H A Dmodetest.c246 drmModePropertyBlobPtr blob; in dump_blob() local
304 drmModePropertyBlobPtr blob; in dump_in_formats() local
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c703 struct drm_mode_get_blob blob; in drmModeGetPropertyBlob() local
733 get_formats_ptr(const struct drm_format_modifier_blob *blob) get_formats_ptr() argument
739 get_modifiers_ptr(const struct drm_format_modifier_blob *blob) get_modifiers_ptr() argument
745 _drmModeFormatModifierGetNext(const drmModePropertyBlobRes *blob, drmModeFormatModifierIterator *iter) _drmModeFormatModifierGetNext() argument
809 drmModeFormatModifierBlobIterNext(const drmModePropertyBlobRes *blob, drmModeFormatModifierIterator *iter) drmModeFormatModifierBlobIterNext() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2475 struct blob blob; in iris_create_uncompiled_shader() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2568 struct blob blob = {0}; in save_nir_to_disk_cache() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2733 struct blob blob; in crocus_create_uncompiled_shader() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c85 dzn_cached_blob_serialize(struct vk_pipeline_cache_object *object, struct blob *blob) dzn_cached_blob_serialize() argument
111 dzn_cached_blob_deserialize(struct vk_device *device, const void *key_data, size_t key_size, struct blob_reader *blob) dzn_cached_blob_deserialize() argument
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c168 BUF_MEM *blob; member
296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument
431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument
508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument
637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument
673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument
750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument
807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp93 createTestBuffer(Context& context, const vk::DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceSize accessRange, VkBufferUsageFlags usage, SimpleAllocator& allocator, Move<VkBuffer>& buffer, de::MovePtr<Allocation>& bufferAlloc, AccessRangesData& data, FillBufferProcPtr fillBufferProc, const void* const blob) createTestBuffer() argument
138 populateBufferWithValues(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithValues() argument
147 populateBufferWithFiller(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithFiller() argument
156 populateBufferWithCopy(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithCopy() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp2153 void SPIRVBuilder::writeExecutionModes(spirv::Blob *blob) in writeExecutionModes() argument
2237 writeExtensions(spirv::Blob *blob) writeExtensions() argument
2252 writeSourceExtensions(spirv::Blob *blob) writeSourceExtensions() argument
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp205 PathSubRun(bool isAntiAliased, SkScalar strikeToSourceScale, const GrTextBlob& blob, SkSpan<PathGlyph> paths, std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) PathSubRun() argument
273 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, bool isAntiAliased, SkScalar strikeToSourceScale, const GrTextBlob& blob, GrSubRunAllocator* alloc) Make() argument
514 DirectMaskSubRun(GrMaskFormat format, GrTextBlob* blob, const SkGlyphRect& deviceBounds, SkSpan<const DevicePosition> devicePositions, GlyphVector&& glyphs, bool glyphsOutOfBounds) DirectMaskSubRun() argument
527 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar, GrMaskFormat format, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
910 TransformedMaskSubRun(GrMaskFormat format, GrTextBlob* blob, SkScalar strikeToSourceScale, const SkRect& bounds, SkSpan<const VertexData> vertexData, GlyphVector&& glyphs) TransformedMaskSubRun() argument
923 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrMaskFormat format, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
1195 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
[all...]
/third_party/openssl/engines/
H A De_loader_attic.c168 BUF_MEM *blob; member
296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument
431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument
508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument
637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument
673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument
750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument
807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c444 sqlite3_blob *blob; in blobopen_impl() local
708 const void *blob = sqlite3_value_blob(cur_value); in _pysqlite_build_py_params() local
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp332 HBBlob blob; local
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp735 auto blob = builder.make(); local
737 auto blob = builder.Make(); local
[all...]
/third_party/skia/include/core/
H A DSkCanvas.h1879 drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) drawTextBlob() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp93 createTestBuffer(Context& context, const vk::DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceSize accessRange, VkBufferUsageFlags usage, SimpleAllocator& allocator, Move<VkBuffer>& buffer, de::MovePtr<Allocation>& bufferAlloc, AccessRangesData& data, FillBufferProcPtr fillBufferProc, const void* const blob) createTestBuffer() argument
138 populateBufferWithValues(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithValues() argument
147 populateBufferWithFiller(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithFiller() argument
156 populateBufferWithCopy(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithCopy() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c3044 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) in eap_set_config_blob() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c1948 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob) in eapol_sm_set_config_blob() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpas_glue.c35 wpa_supplicant_set_config_blob(void *ctx, struct wpa_config_blob *blob) wpa_supplicant_set_config_blob() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c3143 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) in eap_set_config_blob() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c2001 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob) in eapol_sm_set_config_blob() argument

Completed in 87 milliseconds

12345678910