/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
H A D | linker.cpp | 641 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 D | decoration_manager.cpp | 65 auto context = module_->context(); in RemoveDecorationsFrom() local [all...] |
H A D | instruction.h | 223 IRContext* context() const { return context_; } in context() function in spvtools::opt::Instruction
|
H A D | loop_descriptor.h | 49 explicit Loop(IRContext* context) in Loop() argument
|
H A D | loop_unswitch_pass.cpp | 53 LoopUnswitch(IRContext* context, Function* function, Loop* loop, in LoopUnswitch() argument
|
H A D | loop_utils.cpp | 51 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 D | text.cpp | 162 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 D | data_synonym_transformation_test.cpp | 125 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 D | imstb_rectpack.h | 230 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 D | plurfmt.cpp | 589 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 D | convsamp.cpp | 630 FromUFLAGContext * context = NULL; in convsample_20_didSubstitute() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 227 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 D | StreamConfigurationView.java | 120 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 D | TestDisconnectActivity.java | 73 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 D | MusicKeyboardView.java | 100 public MusicKeyboardView(Context context, AttributeSet attrs) { in MusicKeyboardView() argument
|
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 71 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 D | SkSLAnalysis.cpp | 72 MergeSampleUsageVisitor(const Context& context, in MergeSampleUsageVisitor() argument
|
H A D | SkSLCompiler.cpp | 105 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 D | SkSLCompiler.h | 176 Context& context() { in context() function in SkSL::Compiler
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 699 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 D | ftrandom.c | 202 FT_Library context; in ExecuteTest() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.hh | 124 hb_codepoint_t context[2][CONTEXT_LENGTH]; member
|
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 318 auto context = factory->getContextInfo(api, overrides).directContext(); in draw_with_gpu() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestriebuilder.cpp | 183 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
|
H A D | ucasemap.cpp | 169 utf8_caseContextIterator(void *context, int8_t dir) { in utf8_caseContextIterator() argument
|