/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | CodedInputStream.cs | 81 private ParserInternalState state;
field in Google.Protobuf.CodedInputStream [all...] |
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-bonjour-publish.c | 420 void *state = NULL; in unpublish_all_services() local
|
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 176 void *state = NULL; in pa_format_info_is_compatible() local
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 95 void *state; in choose_remote_endpoint() local 109 void *state; in choose_remote_endpoint_hd() local
|
H A D | a2dp-codec-ldac-gst.c | 78 void *state; in choose_remote_endpoint() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 315 void *state = NULL; in pa_tagstruct_put_proplist() local
|
/third_party/openssl/crypto/aes/ |
H A D | aes_core.c | 425 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 D | bio_asn1.c | 41 asn1_bio_state_t state; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 300 bool graphicsPipelineHasDynamicState(const VkGraphicsPipelineCreateInfo& gpCI, VkDynamicState state) in graphicsPipelineHasDynamicState() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 164 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 D | SurfaceD3D.cpp | 27 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 D | xeBatchExecutor.cpp | 233 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 D | xeTcpIpLink.cpp | 117 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 D | TextureNULL.cpp | 17 TextureNULL::TextureNULL(const gl::TextureState &state) : TextureImpl(state) {} in TextureNULL() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.cpp | 26 RenderbufferVk::RenderbufferVk(const gl::RenderbufferState &state) in RenderbufferVk() argument
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 61 WebPDemuxState state; in MakeFromStream() local
|
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.cpp | 326 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 D | GrD3DOpsRenderPass.cpp | 341 void GrD3DOpsRenderPass::inlineUpload(GrOpFlushState* state, GrDeferredTextureUploadFn& upload) { in inlineUpload() argument
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLProgramBuilder.cpp | 402 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 D | SpirvShaderGLSLstd450.cpp | 975 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 D | VertexRoutine.cpp | 29 VertexRoutine::VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader) in VertexRoutine() argument [all...] |
/third_party/openssl/providers/fips/ |
H A D | self_test.c | 230 static void set_fips_state(int state) in set_fips_state() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdhuff_opt.c | 561 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 D | collationiterator.cpp | 144 UCharsTrie::State state; member in SkippedState [all...] |
H A D | umsg.cpp | 622 int32_t state = STATE_INITIAL; in umsg_autoQuoteApostrophe() local [all...] |