Home
last modified time | relevance | path

Searched defs:context (Results 4276 - 4300 of 6636) sorted by relevance

1...<<171172173174175176177178179180>>...266

/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp72 MergeSampleUsageVisitor(const Context& context, in MergeSampleUsageVisitor() argument
H A DSkSLCompiler.cpp105 AutoProgramConfig(std::shared_ptr<Context>& context, ProgramConfig* config) in AutoProgramConfig() argument
121 AutoModifiersPool(std::shared_ptr<Context>& context, ModifiersPool* modifiersPool) in AutoModifiersPool() argument
H A DSkSLCompiler.h176 Context& context() { in context() function in SkSL::Compiler
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.cpp699 EGLContext context = eglCreateContext(mDisplay, mConfig, share, &contextAttributes[0]); in createContext() local
809 bool EGLWindow::makeCurrentGeneric(GLWindowContext context) in makeCurrentGeneric() argument
820 bool EGLWindow::makeCurrent(EGLContext context) in makeCurrent() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c202 FT_Library context; in ExecuteTest() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.hh124 hb_codepoint_t context[2][CONTEXT_LENGTH]; member
/third_party/skia/tools/fm/
H A Dfm.cpp318 auto context = factory->getContextInfo(api, overrides).directContext(); in draw_with_gpu() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp183 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
H A Ducasemap.cpp169 utf8_caseContextIterator(void *context, int8_t dir) { in utf8_caseContextIterator() argument
H A Ducharstriebuilder.cpp136 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
H A Ducptrie.cpp249 maybeFilterValue(uint32_t value, uint32_t trieNullValue, uint32_t nullValue, UCPMapValueFilter *filter, const void *context) maybeFilterValue() argument
259 getRange(const void *t, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument
415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument
461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument
595 ucpmap_getRange(const UCPMap *map, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucpmap_getRange() argument
[all...]
/third_party/toybox/toys/posix/
H A Dfind.c391 char *path = dirtree_path(new, 0), *context; in do_find() local
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_icd.h240 struct _screen_context *context; member
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp35 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_3); in CreateShaderModuleFromASM() local
/third_party/python/Modules/clinic/
H A D_asynciomodule.c.h147 PyObject *context = NULL; in _asyncio_Future_add_done_callback() local
318 PyObject *context = Py_None; _asyncio_Task___init__() local
[all...]
/third_party/python/Objects/
H A Dclassobject.c168 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() argument
387 instancemethod_get_doc(PyObject *self, void *context) in instancemethod_get_doc() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c98 pa_context *context; member
[all...]
H A Dmodule-tunnel-source-new.c96 pa_context *context; member
[all...]
/third_party/python/Modules/_io/
H A Diobase.c167 iobase_closed_get(PyObject *self, void *context) in iobase_closed_get() argument
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp96 auto context = fRecorder->context(); in onReadPixels() local
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp38 void setRunCallback(RunCallback f, void* context) { in setRunCallback() argument
183 static void set_character_bounds(void* context, in set_character_bounds() argument
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp66 static sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() argument
/third_party/selinux/libsepol/src/
H A Dmls.c109 mls_compute_context_len(const policydb_t * policydb, const context_struct_t * context) mls_compute_context_len() argument
167 mls_sid_to_context(const policydb_t * policydb, const context_struct_t * context, char **scontext) mls_sid_to_context() argument
329 mls_context_to_sid(const policydb_t * policydb, char oldc, char **scontext, context_struct_t * context) mls_context_to_sid() argument
493 mls_range_set(context_struct_t * context, const mls_range_t * range) mls_range_set() argument
[all...]
/third_party/rust/crates/nom/src/
H A Derror.rs233 pub fn context<I: Clone, E: ContextError<I>, F, O>( in context() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs532 let mut context = X509StoreContext::new().unwrap(); in test_verify_cert() variables
553 let mut context = X509StoreContext::new().unwrap(); in test_verify_fails() variables
573 let mut context = X509StoreContext::new().unwrap(); in test_verify_fails_with_crl_flag_set_and_no_crl() variables
607 let mut context = X509StoreContext::new().unwrap(); in test_verify_cert_with_purpose() variables
635 let mut context in test_verify_cert_with_wrong_purpose_fails() variables
848 let mut context = X509StoreContext::new().unwrap(); test_verify_param_set_time_fails_verification() variables
879 let mut context = X509StoreContext::new().unwrap(); test_verify_param_set_time() variables
906 let mut context = X509StoreContext::new().unwrap(); test_verify_param_set_depth() variables
941 let mut context = X509StoreContext::new().unwrap(); test_verify_param_set_depth_fails_verification() variables
968 let mut context = X509StoreContext::new().unwrap(); test_load_cert_file() variables
1005 let mut context = X509StoreContext::new().unwrap(); test_set_purpose() variables
1034 let mut context = X509StoreContext::new().unwrap(); test_set_purpose_fails_verification() variables
[all...]

Completed in 26 milliseconds

1...<<171172173174175176177178179180>>...266