| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBuffer.cpp | 162 std::shared_ptr<Routine> FrameBuffer::copyRoutine(const BlitState &state) in copyRoutine() argument 502 For(Int y1 = 0, y1 < state.cursorHeight, y1++) copyRoutine() argument 512 For(Int x1 = 0, x1 < state.cursorWidth, x1++) copyRoutine() argument 533 blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, const Pointer<Byte> &c) blend() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | PoolAlloc.cpp | 178 tAllocState state = { currentPageOffset, inUseList }; in push() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | PixelProgram.cpp | 25 PixelProgram( const PixelProcessor::State &state, const vk::PipelineLayout *pipelineLayout, const SpirvShader *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) PixelProgram() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Thread.cpp | 167 Thread::State Thread::state() const in state() function in vk::dbg::Thread
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.hpp | 196 State state = INITIAL; member in vk::CommandBuffer
|
| H A D | VkPipeline.hpp | 118 const GraphicsState state; member in vk::GraphicsPipeline
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | struct_cfg_analysis.cpp | 52 std::vector<TraversalInfo> state; in AddBlocksInFunction() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | struct_cfg_analysis.cpp | 52 std::vector<TraversalInfo> state; in AddBlocksInFunction() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | readpng2.h | 99 int state; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_affixutils.cpp | 20 AffixPatternState state = STATE_BASE; in estimateLength() local 86 AffixPatternState state = STATE_BASE; in escape() local 281 int32_t state = tag.state; nextToken() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | rle.c | 42 appendEncodedByte(uint16_t* buffer, uint16_t* buffLimit, uint8_t value, uint8_t state[],UErrorCode* status) { in appendEncodedByte() argument 67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], UErrorCode* status) encodeRunByte() argument 206 uint8_t state[2]= {0}; byteArrayToRLEString() local [all...] |
| /third_party/skia/third_party/externals/oboe/src/common/ |
| H A D | AudioStream.cpp | 78 StreamState state; in waitForStateTransition() local
|
| H A D | Utilities.cpp | 143 const char *convertToText<StreamState>(StreamState state) { in convertToText() argument
|
| /third_party/skia/src/sksl/lex/ |
| H A D | NFAtoDFA.h | 77 NFAState state = fNFA.fStates[nfaState]; in add() local 103 void scanState(DFAState* state) { in scanState() argument [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGraphicStackState.cpp | 185 void SkPDFGraphicStackState::updateDrawingState(const SkPDFGraphicStackState::Entry& state) { in updateDrawingState() argument [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 79 PathOpsThreadState& state = *data; in testQuadLineIntersectMain() local [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | BrotliInputStream.cs | 27 private readonly Org.Brotli.Dec.State state = new Org.Brotli.Dec.State();
field in Org.Brotli.Dec.BrotliInputStream 213 BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) BeginWrite() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ObjectStorage.h | 47 AllocationState state; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmort1.c | 102 gxv_mort_subtable_type1_offset_to_subst_validate( FT_Short wordOffset, const FT_String* tag, FT_Byte state, GXV_Validator gxvalid ) gxv_mort_subtable_type1_offset_to_subst_validate() argument 135 gxv_mort_subtable_type1_entry_validate( FT_Byte state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_mort_subtable_type1_entry_validate() argument
|
| H A D | gxvmort5.c | 143 gxv_mort_subtable_type5_entry_validate( FT_Byte state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_mort_subtable_type5_entry_validate() argument
|
| /third_party/skia/third_party/externals/harfbuzz/perf/ |
| H A D | perf-draw.hh | 56 static void draw (benchmark::State &state, const char *font_path, bool is_var, backend_t backend) in draw() argument
|
| /third_party/python/Modules/ |
| H A D | _bisectmodule.c | 23 void *state = PyModule_GetState(module); in get_bisect_state() local 144 bisect_state *state = get_bisect_state(module); in _bisect_insort_right_impl() local 271 bisect_state *state = get_bisect_state(module); in _bisect_insort_left_impl() local 300 bisect_state *state = get_bisect_state(module); in bisect_clear() local 314 bisect_state *state in bisect_modexec() local [all...] |
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| H A D | echo-cancel.h | 52 SpeexEchoState *state; member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | conf-parser.c | 42 static int normal_assignment(pa_config_parser_state *state) { in normal_assignment() argument 69 proplist_assignment(pa_config_parser_state *state) proplist_assignment() argument 82 parse_line(pa_config_parser_state *state) parse_line() argument 167 pa_config_parser_state state; pa_config_parse() local 297 pa_config_parse_int(pa_config_parser_state *state) pa_config_parse_int() argument 314 pa_config_parse_unsigned(pa_config_parser_state *state) pa_config_parse_unsigned() argument 331 pa_config_parse_size(pa_config_parser_state *state) pa_config_parse_size() argument 348 pa_config_parse_bool(pa_config_parser_state *state) pa_config_parse_bool() argument 366 pa_config_parse_not_bool(pa_config_parser_state *state) pa_config_parse_not_bool() argument 384 pa_config_parse_string(pa_config_parser_state *state) pa_config_parse_string() argument [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | gzlib.c | 96 gz_statep state; global() local 320 gz_statep state; global() local 346 gz_statep state; global() local 373 gz_statep state; global() local 458 gz_statep state; global() local 486 gz_statep state; global() local 518 gz_statep state; global() local 536 gz_statep state; global() local 556 gz_statep state; global() local [all...] |