Home
last modified time | relevance | path

Searched defs:state (Results 2726 - 2750 of 4577) sorted by relevance

1...<<101102103104105106107108109110>>...184

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs81 private ParserInternalState state; field in Google.Protobuf.CodedInputStream
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c420 void *state = NULL; in unpublish_all_services() local
/third_party/pulseaudio/src/pulse/
H A Dformat.c176 void *state = NULL; in pa_format_info_is_compatible() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c95 void *state; in choose_remote_endpoint() local
109 void *state; in choose_remote_endpoint_hd() local
H A Da2dp-codec-ldac-gst.c78 void *state; in choose_remote_endpoint() local
/third_party/pulseaudio/src/pulsecore/
H A Dtagstruct.c315 void *state = NULL; in pa_tagstruct_put_proplist() local
/third_party/openssl/crypto/aes/
H A Daes_core.c425 static void ShiftRows(u64 *state) in ShiftRows() argument
444 static void InvShiftRows(u64 *state) in InvShiftRows() argument
463 static void MixColumns(u64 *state) in MixColumns() argument
491 static void InvMixColumns(u64 *state) in InvMixColumns() argument
527 AddRoundKey(u64 *state, const u64 *w) AddRoundKey() argument
536 u64 state[2]; Cipher() local
563 u64 state[2]; InvCipher() local
[all...]
/third_party/openssl/crypto/asn1/
H A Dbio_asn1.c41 asn1_bio_state_t state; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp300 bool graphicsPipelineHasDynamicState(const VkGraphicsPipelineCreateInfo& gpCI, VkDynamicState state) in graphicsPipelineHasDynamicState() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp164 DisplayD3D::DisplayD3D(const egl::DisplayState &state) : DisplayImpl(state), mRenderer(nullptr) {} in DisplayD3D() argument
166 SurfaceImpl *DisplayD3D::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument
174 SurfaceImpl *DisplayD3D::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument
181 SurfaceImpl *DisplayD3D::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer() argument
190 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() argument
198 ImageImpl *DisplayD3D::createImage(const egl::ImageState &state, in createImage() argument
211 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
[all...]
H A DSurfaceD3D.cpp27 SurfaceD3D::SurfaceD3D(const egl::SurfaceState &state, in SurfaceD3D() argument
474 WindowSurfaceD3D::WindowSurfaceD3D(const egl::SurfaceState &state, in WindowSurfaceD3D() argument
484 PbufferSurfaceD3D::PbufferSurfaceD3D(const egl::SurfaceState &state, in PbufferSurfaceD3D() argument
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp233 void BatchExecutor::onStateChanged (CommLinkState state, const char* message) in onStateChanged() argument
350 void BatchExecutor::enqueueStateChanged (void* userPtr, CommLinkState state, const char* message) in enqueueStateChanged() argument
389 CommLinkState state = COMMLINKSTATE_LAST; in dispatchStateChanged() local
[all...]
H A DxeTcpIpLink.cpp117 void TcpIpLinkState::setState (CommLinkState state, const char* error) in setState() argument
178 TcpIpSendThread::TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state) in TcpIpSendThread() argument
263 TcpIpRecvThread::TcpIpRecvThread (de::Socket& socket, TcpIpLinkState& state) in TcpIpRecvThread() argument
440 deSocketState state in closeConnection() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp17 TextureNULL::TextureNULL(const gl::TextureState &state) : TextureImpl(state) {} in TextureNULL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp26 RenderbufferVk::RenderbufferVk(const gl::RenderbufferState &state) in RenderbufferVk() argument
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp61 WebPDemuxState state; in MakeFromStream() local
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.cpp326 SetTransform(const GrGLSLProgramDataManager& pdman, const GrShaderCaps& shaderCaps, const UniformHandle& uniform, const SkMatrix& matrix, SkMatrix* state) SetTransform() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp341 void GrD3DOpsRenderPass::inlineUpload(GrOpFlushState* state, GrDeferredTextureUploadFn& upload) { in inlineUpload() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp402 emitSampler( const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, const char* name) emitSampler() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp975 Interpolate(SIMD::Pointer const &ptr, int32_t location, Object::ID paramId, uint32_t component, EmitState *state, InterpolationType type) const Interpolate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexRoutine.cpp29 VertexRoutine::VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader) in VertexRoutine() argument
[all...]
/third_party/openssl/providers/fips/
H A Dself_test.c230 static void set_fips_state(int state) in set_fips_state() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c561 jpeg_huff_decode(bitread_working_state *state, register bit_buf_type get_buffer, register int bits_left, d_derived_tbl *htbl, int min_bits) jpeg_huff_decode() argument
649 savable_state state; LOCAL() local
821 savable_state state; LOCAL() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp144 UCharsTrie::State state; member in SkippedState
[all...]
H A Dumsg.cpp622 int32_t state = STATE_INITIAL; in umsg_autoQuoteApostrophe() local
[all...]

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...184