Home
last modified time | relevance | path

Searched defs:context (Results 3426 - 3450 of 6694) sorted by relevance

1...<<131132133134135136137138139140>>...268

/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h70 __DRIcontext *context; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c343 nvc0_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) nvc0_miptree_get_handle() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c259 void r600_context_gfx_flush(void *context, unsigned flags, in r600_context_gfx_flush() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkbkdf.c67 unsigned char *context; member
151 derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, size_t iv_len, unsigned char *label, size_t label_len, unsigned char *context, size_t context_len, unsigned char *k_i, size_t h, uint32_t l, int has_separator, unsigned char *ko, size_t ko_len) derive() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type, in custom_ext_parse() argument
31 custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *add_arg) custom_ext_add_old_cb_wrap() argument
46 custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *out, void *add_arg) custom_ext_free_old_cb_wrap() argument
58 custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *parse_arg) custom_ext_parse_old_cb_wrap() argument
173 custom_ext_add(SSL *s, int context, WPACKET *pkt, X509 *x, size_t chainidx, int maxversion) custom_ext_add() argument
347 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) add_custom_ext_intern() argument
412 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) add_old_custom_ext() argument
483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_socket.c259 do_server(int *accept_sock, const char *host, const char *port, int family, int type, int protocol, do_server_cb cb, unsigned char *context, int naccept, BIO *bio_s_out) do_server() argument
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Deddsa.c57 hash_init_with_dom(OSSL_LIB_CTX *ctx, EVP_MD_CTX *hashctx, uint8_t prehashed, uint8_t for_prehash, const uint8_t *context, size_t context_len, const char *propq) hash_init_with_dom() argument
159 ossl_c448_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, size_t context_len, const char *propq) ossl_c448_ed448_sign() argument
267 ossl_c448_ed448_sign_prehash( OSSL_LIB_CTX *ctx, uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, size_t context_len, const char *propq) ossl_c448_ed448_sign_prehash() argument
280 ossl_c448_ed448_verify( OSSL_LIB_CTX *ctx, const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, uint8_t context_len, const char *propq) ossl_c448_ed448_verify() argument
364 ossl_c448_ed448_verify_prehash( OSSL_LIB_CTX *ctx, const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, uint8_t context_len, const char *propq) ossl_c448_ed448_verify_prehash() argument
376 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message, size_t message_len, const uint8_t public_key[57], const uint8_t private_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448_sign() argument
387 ossl_ed448_verify(OSSL_LIB_CTX *ctx, const uint8_t *message, size_t message_len, const uint8_t signature[114], const uint8_t public_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448_verify() argument
397 ossl_ed448ph_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t hash[64], const uint8_t public_key[57], const uint8_t private_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448ph_sign() argument
407 ossl_ed448ph_verify(OSSL_LIB_CTX *ctx, const uint8_t hash[64], const uint8_t signature[114], const uint8_t public_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448ph_verify() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dglib-mainloop.c79 GMainContext *context; member
H A Dohos_glib-mainloop.c80 GMainContext *context; member
H A Dsimple.c40 pa_context *context; member
[all...]
/third_party/python/Lib/multiprocessing/
H A Dqueues.py26 from . import context namespace
H A Dprocess.py291 from . import util, context namespace
H A Dsynchronize.py20 from . import context namespace
/third_party/openssl/crypto/ec/curve448/
H A Deddsa.c57 hash_init_with_dom(OSSL_LIB_CTX *ctx, EVP_MD_CTX *hashctx, uint8_t prehashed, uint8_t for_prehash, const uint8_t *context, size_t context_len, const char *propq) hash_init_with_dom() argument
159 ossl_c448_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, size_t context_len, const char *propq) ossl_c448_ed448_sign() argument
267 ossl_c448_ed448_sign_prehash( OSSL_LIB_CTX *ctx, uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, size_t context_len, const char *propq) ossl_c448_ed448_sign_prehash() argument
280 ossl_c448_ed448_verify( OSSL_LIB_CTX *ctx, const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, uint8_t context_len, const char *propq) ossl_c448_ed448_verify() argument
364 ossl_c448_ed448_verify_prehash( OSSL_LIB_CTX *ctx, const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, uint8_t context_len, const char *propq) ossl_c448_ed448_verify_prehash() argument
376 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message, size_t message_len, const uint8_t public_key[57], const uint8_t private_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448_sign() argument
387 ossl_ed448_verify(OSSL_LIB_CTX *ctx, const uint8_t *message, size_t message_len, const uint8_t signature[114], const uint8_t public_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448_verify() argument
397 ossl_ed448ph_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t hash[64], const uint8_t public_key[57], const uint8_t private_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448ph_sign() argument
407 ossl_ed448ph_verify(OSSL_LIB_CTX *ctx, const uint8_t hash[64], const uint8_t signature[114], const uint8_t public_key[57], const uint8_t *context, size_t context_len, const char *propq) ossl_ed448ph_verify() argument
[all...]
/third_party/openssl/apps/lib/
H A Ds_socket.c259 do_server(int *accept_sock, const char *host, const char *port, int family, int type, int protocol, do_server_cb cb, unsigned char *context, int naccept, BIO *bio_s_out) do_server() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp269 bool validateInitComplete(Context context, void (Interface::*Function)(Context, Type*)const, const Interface& interface, const QueryMemberTableEntry* queryMemberTableEntry) in validateInitComplete() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp142 createTestBuffer(VkDeviceSize size, VkBufferUsageFlags usage, Context& context, Move<VkBuffer>& testBuffer, Move<VkDeviceMemory>& memory) const createTestBuffer() argument
210 createTestBuffer(VkDeviceSize size, VkBufferUsageFlags usage, Context& context, Move<VkBuffer>& testBuffer, Move<VkDeviceMemory>& memory) const createTestBuffer() argument
[all...]
H A DvktApiDescriptorPoolTests.cpp67 void checkSupportFreeDescriptorSets (Context& context, const ResetDescriptorPoolTestParams params) in checkSupportFreeDescriptorSets() argument
78 tcu::TestStatus resetDescriptorPoolTest (Context& context, const ResetDescriptorPoolTestParams params) in resetDescriptorPoolTest() argument
177 tcu::TestStatus outOfPoolMemoryTest (Context& context) in outOfPoolMemoryTest() argument
296 zeroPoolSizeCount(Context& context) zeroPoolSizeCount() argument
[all...]
H A DvktApiDescriptorSetTests.cpp50 Move<VkPipelineLayout> createPipelineLayoutDestroyDescriptorSetLayout (Context& context) in createPipelineLayoutDestroyDescriptorSetLayout() argument
70 tcu::TestStatus descriptorSetLayoutLifetimeGraphicsTest (Context& context) in descriptorSetLayoutLifetimeGraphicsTest() argument
246 descriptorSetLayoutLifetimeComputeTest(Context& context) descriptorSetLayoutLifetimeComputeTest() argument
328 emptyDescriptorSetLayoutTest(Context& context, VkDescriptorSetLayoutCreateFlags descriptorSetLayoutCreateFlags) emptyDescriptorSetLayoutTest() argument
354 descriptorSetLayoutBindingOrderingTest(Context& context) descriptorSetLayoutBindingOrderingTest() argument
[all...]
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in release() argument
53 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) in release() argument
58 inline void release (Context& context, VkDescriptorPoo argument
64 release(Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) release() argument
69 release(Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) release() argument
74 release(Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) release() argument
79 release(Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) release() argument
84 release(Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) release() argument
89 release(Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) release() argument
94 release(Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) release() argument
99 release(Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) release() argument
104 release(Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) release() argument
109 release(Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) release() argument
114 release(Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) release() argument
120 release(Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) release() argument
126 release(Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) release() argument
131 release(Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator) release() argument
136 release(Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) release() argument
141 release(Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) release() argument
152 release(Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers) release() argument
160 release(Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets) release() argument
169 release(Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) release() argument
184 test(Context& context) test() argument
206 test(Context& context) test() argument
246 checkSupportFreeDescriptorSets(Context& context) checkSupportFreeDescriptorSets() argument
257 test(Context& context) test() argument
305 checkEventSupport(Context& context) checkEventSupport() argument
[all...]
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp63 UnsupportedParametersMaintenance5FormatInstance (Context& context, const TestParams& params) in UnsupportedParametersMaintenance5FormatInstance() argument
75 UnsupportedParametersMaintenance5FlagsInstance (Context& context, const TestParams& params) in UnsupportedParametersMaintenance5FlagsInstance() argument
[all...]
H A DvktApiSmokeTests.cpp64 tcu::TestStatus createSamplerTest (Context& context) in createSamplerTest() argument
111 tcu::TestStatus createShaderModuleTest (Context& context) in createShaderModuleTest() argument
332 tcu::TestStatus renderTriangleTest (Context& context) in renderTriangleTest() argument
593 renderTriangleUnusedResolveAttachmentTest(Context& context) renderTriangleUnusedResolveAttachmentTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp206 SharedVarTestInstance::SharedVarTestInstance (Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize, const vk::ComputePipelineConstructionType computePipelineConstructionType) in SharedVarTestInstance() argument
388 SharedVarAtomicOpTestInstance(Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize, const vk::ComputePipelineConstructionType computePipelineConstructionType) SharedVarAtomicOpTestInstance() argument
573 SSBOLocalBarrierTestInstance(Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize, const vk::ComputePipelineConstructionType computePipelineConstructionType) SSBOLocalBarrierTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp94 ConditionalIgnoreClearTestInstance(Context& context, const ConditionalData& data) in ConditionalIgnoreClearTestInstance() argument
104 ConditionalIgnoreClearTestCase::ConditionalIgnoreClearTestCase(tcu::TestContext& context, const std::string& name, const ConditionalData& data) in ConditionalIgnoreClearTestCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp35 DrawTestsBaseClass::DrawTestsBaseClass (Context& context, in DrawTestsBaseClass() argument

Completed in 18 milliseconds

1...<<131132133134135136137138139140>>...268