/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TransformFeedbackGL.cpp | 23 TransformFeedbackGL::TransformFeedbackGL(const gl::TransformFeedbackState &state, in TransformFeedbackGL() argument 26 : TransformFeedbackImpl(state), in TransformFeedbackGL()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | ImageEGL.cpp | 24 ImageEGL::ImageEGL(const egl::ImageState &state, in ImageEGL() argument 29 : ImageGL(state), in ImageEGL()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.cpp | 21 BufferNULL::BufferNULL(const gl::BufferState &state, AllocationTrackerNULL *allocationTracker) in BufferNULL() argument 22 : BufferImpl(state), mAllocationTracker(allocationTracker) in BufferNULL()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTextureResource.h | 25 GrD3DTextureResource(const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) in GrD3DTextureResource() argument 27 , fState(std::move(state)) in GrD3DTextureResource()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLOpsRenderPass.h | 29 void inlineUpload(GrOpFlushState* state, GrDeferredTextureUploadFn& upload) override { 30 state->doUpload(upload); 93 // Per-pipeline state.
|
/third_party/skia/src/gpu/ops/ |
H A D | GrMeshDrawOp.cpp | 17 void GrMeshDrawOp::onPrepare(GrOpFlushState* state) { this->onPrepareDraws(state); } in onPrepare() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexProgram.cpp | 28 const VertexProcessor::State &state, in VertexProgram() 32 : VertexRoutine(state, pipelineLayout, spirvShader) in VertexProgram() 27 VertexProgram( const VertexProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) VertexProgram() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPipeline.hpp | 98 const GraphicsState getState(const DynamicState &ds) const { return state.combineStates(ds); } in getState() 118 const GraphicsState state; member in vk::GraphicsPipeline
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uitercollationiterator.h | 69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator() 148 State state; member in FCDUIterCollationIterator
|
H A D | utf8collationiterator.h | 85 state(CHECK_FWD), start(p), in FCDUTF8CollationIterator() 162 State state; member in FCDUTF8CollationIterator
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | demux.h | 99 // If 'state' is non-NULL it will be set to indicate the status of the demuxer. 107 const WebPData* data, WebPDemuxState* state) { in WebPDemuxPartial() 108 return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); in WebPDemuxPartial() 132 // returned a state > WEBP_DEMUX_PARSING_HEADER. 106 WebPDemuxPartial( const WebPData* data, WebPDemuxState* state) WebPDemuxPartial() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Texture.h | 50 TextureBase(DeviceBase* device, const TextureDescriptor* descriptor, TextureState state); 100 TextureBase(DeviceBase* device, TextureState state);
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmorx5.c | 142 FT_UShort state, in gxv_morx_subtable_type5_entry_validate() 162 FT_UNUSED( state ); in gxv_morx_subtable_type5_entry_validate() 141 gxv_morx_subtable_type5_entry_validate( FT_UShort state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_morx_subtable_type5_entry_validate() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uiter.h | 77 * an unknown state. 81 * a valid state for each position. This will be clearly documented 239 * Get the "state" of the iterator in the form of a single 32-bit word. 240 * It is recommended that the state value be calculated to be as small as 248 * The iterator state is defined as a uint32_t value because it is designed 249 * for use in ucol_nextSortKeyPart() which provides 32 bits to store the state 259 * An opaque state value allows an iterator implementation to provide 269 * a valid state for each position, in which case they return UITER_NO_STATE instead. 273 * @return the state word 286 * Restore the "state" o [all...] |
/third_party/protobuf/python/google/protobuf/ |
H A D | message.py | 366 Sets a listener that this message will call on certain state transitions. 387 def __setstate__(self, state): 390 serialized = state['serialized']
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | strlist.c | 123 const char *state = NULL; in pa_strlist_parse() local 126 while ((r = pa_split_spaces(s, &state))) { in pa_strlist_parse()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_autoexpand.py | 142 # reset state by successfully expanding once 147 initial_state = self.auto_expand.state 150 new_state = self.auto_expand.state
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit_readline.c | 39 static char * readline_completion_func(const char *text, int state) in readline_completion_func() argument 49 if (state == 0) { in readline_completion_func()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgShader.hpp | 54 void tokenize (GeneratorState& state, TokenStream& stream) const; 106 void tokenize (GeneratorState& state, TokenStream& str) const;
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.hpp | 113 : state (state_) in DrawCommand() 122 const RenderState& state; member in rr::DrawCommand
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | edit_readline.c | 39 static char * readline_completion_func(const char *text, int state) in readline_completion_func() argument 49 if (state == 0) { in readline_completion_func()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RenderbufferD3D.cpp | 20 RenderbufferD3D::RenderbufferD3D(const gl::RenderbufferState &state, RendererD3D *renderer) in RenderbufferD3D() argument 21 : RenderbufferImpl(state), mRenderer(renderer), mRenderTarget(nullptr), mImage(nullptr) in RenderbufferD3D()
|
/third_party/python/Objects/ |
H A D | dictobject.c | 70 transition to Active upon key insertion. This is each slot's initial state. 261 struct _Py_dict_state *state = &interp->dict_state; in _PyDict_ClearFreeList() local 262 while (state->numfree) { in _PyDict_ClearFreeList() 263 PyDictObject *op = state->free_list[--state->numfree]; in _PyDict_ClearFreeList() 267 while (state->keys_numfree) { in _PyDict_ClearFreeList() 268 PyObject_Free(state->keys_free_list[--state->keys_numfree]); in _PyDict_ClearFreeList() 279 struct _Py_dict_state *state = &interp->dict_state; in _PyDict_Fini() local 280 state in _PyDict_Fini() 297 struct _Py_dict_state *state = get_dict_state(); _PyDict_DebugMallocStats() local 620 struct _Py_dict_state *state = get_dict_state(); new_keys_object() local 676 struct _Py_dict_state *state = get_dict_state(); free_keys_object() local 722 struct _Py_dict_state *state = get_dict_state(); new_dict() local 1540 struct _Py_dict_state *state = get_dict_state(); dictresize() local 2381 struct _Py_dict_state *state = get_dict_state(); dict_dealloc() local [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 545 struct lower_pipeline_layout_state *state) in lower_load_push_constant() 593 struct lower_pipeline_layout_state *state) in lower_vulkan_resource_index() 601 struct v3dv_descriptor_set_layout *set_layout = state->layout->set[set].layout; in lower_vulkan_resource_index() 613 pipeline_get_descriptor_map(state->pipeline, binding_layout->type, in lower_vulkan_resource_index() 671 struct lower_pipeline_layout_state *state) in lower_tex_src_to_offset() 734 struct v3dv_descriptor_set_layout *set_layout = state->layout->set[set].layout; in lower_tex_src_to_offset() 754 pipeline_get_descriptor_map(state->pipeline, binding_layout->type, in lower_tex_src_to_offset() 776 struct lower_pipeline_layout_state *state) in lower_sampler() 784 return_size = lower_tex_src_to_offset(b, instr, texture_idx, state); in lower_sampler() 790 lower_tex_src_to_offset(b, instr, sampler_idx, state); in lower_sampler() 544 lower_load_push_constant(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_load_push_constant() argument 591 lower_vulkan_resource_index(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_vulkan_resource_index() argument 668 lower_tex_src_to_offset(nir_builder *b, nir_tex_instr *instr, unsigned src_idx, struct lower_pipeline_layout_state *state) lower_tex_src_to_offset() argument 774 lower_sampler(nir_builder *b, nir_tex_instr *instr, struct lower_pipeline_layout_state *state) lower_sampler() argument 809 lower_image_deref(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_image_deref() argument 884 lower_intrinsic(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_intrinsic() argument 934 struct lower_pipeline_layout_state *state = _state; lower_pipeline_layout_cb() local 959 struct lower_pipeline_layout_state state = { lower_pipeline_layout_info() local 2626 v3dv_dynamic_state_mask(VkDynamicState state) v3dv_dynamic_state_mask() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | img2dec.c | 757 int i, state = SOI, got_header = 0; in jpeg_probe() local 780 if (state != SOI) in jpeg_probe() 782 state = SOF0; in jpeg_probe() 786 if (state != SOF0 && state != SOS) in jpeg_probe() 788 state = SOS; in jpeg_probe() 791 if (state != SOS) in jpeg_probe() 793 state = EOI; in jpeg_probe() 826 if (state == EOI) in jpeg_probe() 828 if (state in jpeg_probe() [all...] |