Home
last modified time | relevance | path

Searched defs:ctx (Results 4751 - 4775 of 9409) sorted by relevance

1...<<191192193194195196197198199200>>...377

/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.cc149 const char* Duration::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dempty.pb.cc137 const char* Empty::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dfield_mask.pb.cc143 const char* FieldMask::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dany.pb.cc172 const char* Any::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dmessage.cc139 _InternalParse(const char* ptr, internal::ParseContext* ctx) _InternalParse() argument
H A Dsource_context.pb.cc149 const char* SourceContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dtimestamp.pb.cc149 const char* Timestamp::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
H A Dunknown_field_set.cc297 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() argument
305 const char* _InternalParse(const char* ptr, ParseContext* ctx) { in _InternalParse() argument
290 ParseLengthDelimited(uint32 num, const char* ptr, ParseContext* ctx) ParseLengthDelimited() argument
313 UnknownGroupParse(UnknownFieldSet* unknown, const char* ptr, ParseContext* ctx) UnknownGroupParse() argument
319 UnknownFieldParse(uint64 tag, UnknownFieldSet* unknown, const char* ptr, ParseContext* ctx) UnknownFieldParse() argument
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp164 attachShape(const skjson::ArrayValue* jshape, AttachShapeContext* ctx, bool suppress_draws) const attachShape() argument
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp85 static int sk_write_packet(void* ctx, uint8_t* buffer, int size) { in sk_write_packet() argument
91 static int64_t sk_seek_packet(void* ctx, int64_t pos, int whence) { in sk_seek_packet() argument
/third_party/skia/gm/
H A Dgpu_blur_utils.cpp24 static GrSurfaceProxyView blur(GrRecordingContext* ctx, in blur() argument
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp29 static SkFont ResolveFont(const SkSVGRenderContext& ctx) { in ResolveFont() argument
411 flushChunk(const SkSVGRenderContext& ctx) flushChunk() argument
474 renderText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace xs) const renderText() argument
511 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace) const onShapeText() argument
546 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace xs) const onShapeText() argument
651 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* parent_tctx, SkSVGXmlSpace xs) const onShapeText() argument
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGRenderNode.cpp114 RenderNode::ScopedRenderContext::ScopedRenderContext(SkCanvas* canvas, const RenderContext* ctx) in ScopedRenderContext() argument
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c22 char *ctx = *ctxp; in validate_context() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs28 fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in ctx() functions
29 let mut ctx = SslContextBuilder::new(method)?; in ctx() variables
75 let mut ctx = ctx(method)?; in builder() variables
235 let mut ctx = ctx(method)?; mozilla_intermediate_v5() variables
262 let mut ctx = ctx(method)?; mozilla_modern_v5() variables
279 let mut ctx = ctx(method)?; mozilla_intermediate() variables
307 let mut ctx = ctx(method)?; mozilla_modern() variables
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs555 let mut ctx = BigNumContext::new().unwrap(); in test_pubkey_generation() variables
H A Dsha.rs127 let mut ctx = MaybeUninit::uninit(); in new() variables
173 let mut ctx = MaybeUninit::uninit(); in new() variables
219 let mut ctx = MaybeUninit::uninit(); in new() variables
265 let mut ctx in new() variables
311 let mut ctx = MaybeUninit::uninit(); new() variables
[all...]
/third_party/selinux/libselinux/include/selinux/
H A Davc.h22 char * ctx; member
[all...]
/third_party/spirv-tools/source/opt/
H A Dpass.cpp30 Pass::Status Pass::Run(IRContext* ctx) { in Run() argument
/third_party/spirv-tools/test/opt/
H A Dir_context_test.cpp816 std::unique_ptr<IRContext> ctx = in TEST_F() local
925 std::unique_ptr<IRContext> ctx = TEST_F() local
991 std::unique_ptr<IRContext> ctx = TEST_F() local
1068 std::unique_ptr<IRContext> ctx = TEST_F() local
1133 std::unique_ptr<IRContext> ctx = TEST_F() local
1189 std::unique_ptr<IRContext> ctx = TEST_F() local
1218 std::unique_ptr<IRContext> ctx = TEST_F() local
1248 std::unique_ptr<IRContext> ctx = TEST_F() local
1279 std::unique_ptr<IRContext> ctx = TEST_F() local
1311 std::unique_ptr<IRContext> ctx = TEST_F() local
1341 std::unique_ptr<IRContext> ctx = TEST_F() local
1373 std::unique_ptr<IRContext> ctx = TEST_F() local
1406 std::unique_ptr<IRContext> ctx = TEST_F() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthTests.cpp85 void DepthShader::setColor (sglr::Context& ctx, deUint32 programID, const tcu::Vec4& color) in setColor() argument
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp83 OcclusionQueryStressCase::OcclusionQueryStressCase (Context& ctx, const char* name, const char* desc, int numOccluderDraws, int numOccludersPerDraw, int numTargetDraws, int numTargetsPerDraw, int numQueries, deUint32 queryMode) in OcclusionQueryStressCase() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type) in FormatSamplesCase() argument
220 NumSampleCountsBufferCase::NumSampleCountsBufferCase (Context& ctx, const char* name, const char* desc) in NumSampleCountsBufferCase() argument
279 SamplesBufferCase::SamplesBufferCase (Context& ctx, const char* name, const char* desc) in SamplesBufferCase() argument
H A Des31fNegativeAdvancedBlendEquationTests.cpp132 std::string generateVertexShaderSource (NegativeTestContext& ctx) in generateVertexShaderSource() argument
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation) in generateFragmentShaderSource() argument
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources() argument
172 void blend_qualifier_mismatch (NegativeTestContext& ctx) in blend_qualifier_mismatch() argument
219 attachment_advanced_equation(NegativeTestContext& ctx) attachment_advanced_equation() argument
[all...]
H A Des31fNegativeComputeTests.cpp78 int getResourceLimit (NegativeTestContext& ctx, GLenum resource) in getResourceLimit() argument
86 void verifyLinkError (NegativeTestContext& ctx, const glu::ShaderProgram& program) in verifyLinkError() argument
103 void verifyCompileError (NegativeTestContext& ctx, const glu::ShaderProgram& program, glu::ShaderType shaderType) in verifyCompileError() argument
120 string generateComputeShader (NegativeTestContext& ctx, const string& shaderDeclarations, const string& shaderBody) in generateComputeShader() argument
184 exceed_uniform_block_limit(NegativeTestContext& ctx) exceed_uniform_block_limit() argument
202 exceed_shader_storage_block_limit(NegativeTestContext& ctx) exceed_shader_storage_block_limit() argument
220 exceed_texture_image_units_limit(NegativeTestContext& ctx) exceed_texture_image_units_limit() argument
256 exceed_image_uniforms_limit(NegativeTestContext& ctx) exceed_image_uniforms_limit() argument
280 exceed_shared_memory_size_limit(NegativeTestContext& ctx) exceed_shared_memory_size_limit() argument
303 exceed_uniform_components_limit(NegativeTestContext& ctx) exceed_uniform_components_limit() argument
326 exceed_atomic_counter_buffer_limit(NegativeTestContext& ctx) exceed_atomic_counter_buffer_limit() argument
358 exceed_atomic_counters_limit(NegativeTestContext& ctx) exceed_atomic_counters_limit() argument
383 program_not_active(NegativeTestContext& ctx) program_not_active() argument
444 invalid_program_query(NegativeTestContext& ctx) invalid_program_query() argument
494 invalid_dispatch_compute_indirect(NegativeTestContext& ctx) invalid_dispatch_compute_indirect() argument
585 invalid_maximum_work_group_counts(NegativeTestContext& ctx) invalid_maximum_work_group_counts() argument
631 invalid_maximum_work_group_sizes(NegativeTestContext& ctx) invalid_maximum_work_group_sizes() argument
707 invalid_layout_qualifiers(NegativeTestContext& ctx) invalid_layout_qualifiers() argument
802 invalid_write_built_in_constants(NegativeTestContext& ctx) invalid_write_built_in_constants() argument
[all...]

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...377