/third_party/skia/tests/ |
H A D | VkProtectedContextTest.cpp | 147 auto context = static_cast<AsyncContext*>(c); in async_callback() local
|
H A D | ProxyConversionTest.cpp | 59 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 D | SpecialImageTest.cpp | 189 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructor.cpp | 25 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 D | SkSLIndexExpression.cpp | 21 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 D | SkSLSetting.cpp | 107 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 D | decoder_jni.cc | 48 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 D | encoder_jni.cc | 48 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 D | test_utils_win32.cpp | 144 CONTEXT context; in PrintStackBacktrace() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ErrorData.cpp | 46 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 D | osfiber_ucontext.h | 60 ucontext_t context; member in marl::OSFiber [all...] |
/third_party/skia/tools/ |
H A D | SkSharingProc.cpp | 17 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 D | ManagedBackendTexture.cpp | 49 auto context = new Context; in MakeYUVAReleaseContext() local
|
/third_party/spirv-tools/source/fuzz/ |
H A D | call_graph.cpp | 22 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 D | CallGraphSCCPass.h | 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() argument
|
/third_party/toybox/toys/other/ |
H A D | stat.c | 87 char *context = NULL; in print_stat() local
|
/third_party/toybox/toys/posix/ |
H A D | id.c | 152 char *context = lsm_context(); in do_id() local
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_extension.cc | 49 ImmutableExtensionGenerator( const FieldDescriptor* descriptor, Context* context) ImmutableExtensionGenerator() argument
|
H A D | java_field.cc | 65 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 D | java_generator.cc | 65 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
|
H A D | java_message_builder.cc | 70 MessageBuilderGenerator(const Descriptor* descriptor, Context* context) MessageBuilderGenerator() argument
|
H A D | java_message_field_lite.cc | 106 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 D | java_plugin_unittest.cc | 60 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
|
H A D | java_string_field_lite.cc | 117 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 D | python_plugin_unittest.cc | 61 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
|