Home
last modified time | relevance | path

Searched defs:context (Results 2576 - 2600 of 9253) sorted by relevance

1...<<101102103104105106107108109110>>...371

/third_party/skia/tests/
H A DVkProtectedContextTest.cpp147 auto context = static_cast<AsyncContext*>(c); in async_callback() local
H A DProxyConversionTest.cpp59 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
126 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DSpecialImageTest.cpp189 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp25 static std::unique_ptr<Expression> convert_compound_constructor(const Context& context, in convert_compound_constructor() argument
150 Convert(const Context& context, int line, const Type& type, ExpressionArray args) Convert() argument
[all...]
H A DSkSLIndexExpression.cpp21 static bool index_out_of_range(const Context& context, SKSL_INT index, const Expression& base) { in index_out_of_range() argument
31 const Type& IndexExpression::IndexType(const Context& context, const Type& type) { in IndexType() argument
52 Convert(const Context& context, SymbolTable& symbolTable, std::unique_ptr<Expression> base, std::unique_ptr<Expression> index) Convert() argument
90 Make(const Context& context, std::unique_ptr<Expression> base, std::unique_ptr<Expression> index) Make() argument
[all...]
H A DSkSLSetting.cpp107 get_type(const Context& context, int line, skstd::string_view name) get_type() argument
116 get_value(const Context& context, int line, const skstd::string_view& name) get_value() argument
126 Convert(const Context& context, int line, const skstd::string_view& name) Convert() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A Ddecoder_jni.cc48 jlong context[3]; in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate() local
109 jlong context[3]; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() local
164 jlong context[3]; Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() local
192 jlong context[3]; Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy() local
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc48 jlong context[5]; in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() local
113 jlong context[5]; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() local
164 jlong context[5]; Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() local
185 jlong context[2]; Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy() local
[all...]
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A Dtest_utils_win32.cpp144 CONTEXT context; in PrintStackBacktrace() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorData.cpp46 void ErrorData::AppendContext(std::string context) { in AppendContext() argument
80 ss << " - While " << context << "\n"; in GetFormattedMessage() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ucontext.h60 ucontext_t context; member in marl::OSFiber
[all...]
/third_party/skia/tools/
H A DSkSharingProc.cpp17 SkSharingSerialContext* context = reinterpret_cast<SkSharingSerialContext*>(ctx); in collectNonTextureImagesProc() local
37 SkSharingSerialContext* context = reinterpret_cast<SkSharingSerialContext*>(ctx); in serializeImage() local
66 SkSharingDeserialContext* context = reinterpret_cast<SkSharingDeserialContext*>(ctx); deserializeImage() local
[all...]
/third_party/skia/tools/gpu/
H A DManagedBackendTexture.cpp49 auto context = new Context; in MakeYUVAReleaseContext() local
/third_party/spirv-tools/source/fuzz/
H A Dcall_graph.cpp22 CallGraph::CallGraph(opt::IRContext* context) { in CallGraph() argument
46 BuildGraphAndGetDepthOfFunctionCalls( opt::IRContext* context, std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) BuildGraphAndGetDepthOfFunctionCalls() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() argument
/third_party/toybox/toys/other/
H A Dstat.c87 char *context = NULL; in print_stat() local
/third_party/toybox/toys/posix/
H A Did.c152 char *context = lsm_context(); in do_id() local
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc49 ImmutableExtensionGenerator( const FieldDescriptor* descriptor, Context* context) ImmutableExtensionGenerator() argument
H A Djava_field.cc65 MakeImmutableGenerator(const FieldDescriptor* field, int messageBitIndex, int builderBitIndex, Context* context) MakeImmutableGenerator() argument
124 MakeImmutableLiteGenerator( const FieldDescriptor* field, int messageBitIndex, Context* context) MakeImmutableLiteGenerator() argument
206 FieldGeneratorMap( const Descriptor* descriptor, Context* context) FieldGeneratorMap() argument
226 FieldGeneratorMap( const Descriptor* descriptor, Context* context) FieldGeneratorMap() argument
[all...]
H A Djava_generator.cc65 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
H A Djava_message_builder.cc70 MessageBuilderGenerator(const Descriptor* descriptor, Context* context) MessageBuilderGenerator() argument
H A Djava_message_field_lite.cc106 ImmutableMessageFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutableMessageFieldLiteGenerator() argument
299 ImmutableMessageOneofFieldLiteGenerator(const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutableMessageOneofFieldLiteGenerator() argument
448 RepeatedImmutableMessageFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) RepeatedImmutableMessageFieldLiteGenerator() argument
H A Djava_plugin_unittest.cc60 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
H A Djava_string_field_lite.cc117 ImmutableStringFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutableStringFieldLiteGenerator() argument
326 ImmutableStringOneofFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutableStringOneofFieldLiteGenerator() argument
487 RepeatedImmutableStringFieldLiteGenerator(const FieldDescriptor* descriptor, int messageBitIndex, Context* context) RepeatedImmutableStringFieldLiteGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc61 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...371