Home
last modified time | relevance | path

Searched defs:context (Results 5276 - 5300 of 8859) sorted by relevance

1...<<211212213214215216217218219220>>...355

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp641 spv_result_t Link(const Context& context, in Link() argument
659 spv_result_t Link(const Context& context, const uint32_t* const* binaries, in Link() argument
476 CheckImportExportCompatibility(const MessageConsumer& consumer, const LinkageTable& linkings_to_do, opt::IRContext* context) CheckImportExportCompatibility() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp65 auto context = module_->context(); in RemoveDecorationsFrom() local
[all...]
H A Dinstruction.h223 IRContext* context() const { return context_; } in context() function in spvtools::opt::Instruction
H A Dloop_descriptor.h49 explicit Loop(IRContext* context) in Loop() argument
H A Dloop_unswitch_pass.cpp53 LoopUnswitch(IRContext* context, Function* function, Loop* loop, in LoopUnswitch() argument
H A Dloop_utils.cpp51 LCSSARewriter(IRContext* context, const DominatorTree& dom_tree, in LCSSARewriter() argument
274 inline void MakeSetClosedSSA(IRContext* context, Function* function, in MakeSetClosedSSA() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp162 spv_result_t encodeImmediate(spvtools::AssemblyContext* context, in encodeImmediate() argument
187 spvTextEncodeOperand(const spvtools::AssemblyGrammar& grammar, spvtools::AssemblyContext* context, const spv_operand_type_t type, const char* textValue, spv_instruction_t* pInst, spv_operand_pattern_t* pExpectedOperands) spvTextEncodeOperand() argument
465 encodeInstructionStartingWithImmediate( const spvtools::AssemblyGrammar& grammar, spvtools::AssemblyContext* context, spv_instruction_t* pInst) encodeInstructionStartingWithImmediate() argument
510 spvTextEncodeOpcode(const spvtools::AssemblyGrammar& grammar, spvtools::AssemblyContext* context, spv_instruction_t* pInst) spvTextEncodeOpcode() argument
805 spvTextToBinary(const spv_const_context context, const char* input_text, const size_t input_text_size, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinary() argument
814 spvTextToBinaryWithOptions(const spv_const_context context, const char* input_text, const size_t input_text_size, const uint32_t options, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinaryWithOptions() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Ddata_synonym_transformation_test.cpp125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
419 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
590 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
884 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h230 STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) in stbrp_setup_heuristic() argument
242 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) in stbrp_setup_allow_out_of_mem() argument
262 stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) stbrp_init_target() argument
453 stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) stbrp__skyline_pack_rectangle() argument
558 stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) stbrp_pack_rects() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurfmt.cpp589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() argument
417 findSubMessage(const MessagePattern& pattern, int32_t partIndex, const PluralSelector& selector, void *context, double number, UErrorCode& ec) findSubMessage() argument
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dconvsamp.cpp630 FromUFLAGContext * context = NULL; in convsample_20_didSubstitute() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducbuf.cpp227 char context[CONTEXT_LEN+1]; in ucbuf_fillucbuf() local
369 _charAt(int32_t offset, void *context) _charAt() argument
422 char context[CONTEXT_LEN+1]; ucbuf_getcx32() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DStreamConfigurationView.java120 public StreamConfigurationView(Context context) { in StreamConfigurationView() argument
125 public StreamConfigurationView(Context context, AttributeSet attrs) { in StreamConfigurationView() argument
130 public StreamConfigurationView(Context context, in StreamConfigurationView() argument
143 initializeViews(Context context) initializeViews() argument
[all...]
H A DTestDisconnectActivity.java73 public void onReceive(Context context, Intent intent) { in onReceive() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMusicKeyboardView.java100 public MusicKeyboardView(Context context, AttributeSet attrs) { in MusicKeyboardView() argument
/third_party/skia/tests/
H A DTransferPixelsTest.cpp71 auto* context = texture->getContext(); in read_pixels_from_texture() local
284 auto context = ctxInfo.directContext(); in basic_transfer_from_test() local
[all...]
/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

Completed in 28 milliseconds

1...<<211212213214215216217218219220>>...355