| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | MultiviewPerf.cpp | 95 std::string name = RenderTestParams::story(); variable
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BlendFuncExtendedTest.cpp | 138 virtual GLint getVertexAttribLocation(const char *name) in getVertexAttribLocation() argument 143 virtual GLint getFragmentUniformLocation(const char *name) in getFragmentUniformLocation() argument 236 virtual void checkOutputIndexQuery(const char *name, GLint expectedIndex) in checkOutputIndexQuery() argument [all...] |
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLShaderBuilder.h | 73 void defineConstant(const char* type, const char* name, const char* value) { in defineConstant() argument 77 void defineConstant(const char* name, int value) { in defineConstant() argument 81 void defineConstant(const char* name, float value) { in defineConstant() argument 85 void defineConstantf(const char* type, const char* name, const char* fmt, ...) { in defineConstantf() argument [all...] |
| H A D | GrGLSLProgramBuilder.cpp | 100 SkString name; in emitAndInstallPrimProc() local 402 emitSampler( const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, const char* name) emitSampler() argument 410 emitInputSampler(const GrSwizzle& swizzle, const char* name) emitInputSampler() argument 448 nameVariable(char prefix, const char* name, bool mangle) nameVariable() argument 476 addRTFlipUniform(const char* name) addRTFlipUniform() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrSkSLFP.cpp | 292 GrSkSLFP::GrSkSLFP(sk_sp<SkRuntimeEffect> effect, const char* name, OptFlags optFlags) in GrSkSLFP() argument 265 MakeWithData( sk_sp<SkRuntimeEffect> effect, const char* name, std::unique_ptr<GrFragmentProcessor> inputFP, std::unique_ptr<GrFragmentProcessor> destColorFP, sk_sp<SkData> uniforms, SkSpan<std::unique_ptr<GrFragmentProcessor>> childFPs) MakeWithData() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrFragmentProcessor.h | 544 void setFunctionName(SkString name) { in setFunctionName() argument
|
| /third_party/skia/src/core/ |
| H A D | SkTraceEventCommon.h | 86 SkAndroidFrameworkTraceUtil(const char* name) { in SkAndroidFrameworkTraceUtil() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | Display.cpp | 741 GLuint name = (GLuint)reinterpret_cast<intptr_t>(image); in destroySharedImage() local 757 GLuint name = (GLuint)reinterpret_cast<intptr_t>(image); in getSharedImage() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Program.h | 62 const std::string name; member 86 const std::string name; member 101 std::string name; member 112 std::string name; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactorDebugInfo.cpp | 216 auto name = "jit!" + (status == 0 ? std::string(buf) : location.function.name); in syncScope() local 262 auto name = token.identifier; in EmitVariable() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Context.cpp | 304 char name[256]; in currentThread() local 333 std::shared_ptr<File> Context::Lock::createVirtualFile(const std::string &name, in createVirtualFile() argument 423 void Context::Lock::addFunctionBreakpoint(const std::string &name) in addFunctionBreakpoint() argument 433 bool Context::Lock::isFunctionBreakpoint(const std::string &name) in isFunctionBreakpoint() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
| H A D | main.go | [all...] |
| /third_party/openssl/crypto/ts/ |
| H A D | ts_conf.c | 113 static void ts_CONF_lookup_fail(const char *name, const char *tag) in ts_CONF_lookup_fail() argument 118 static void ts_CONF_invalid(const char *name, const char *tag) in ts_CONF_invalid() argument 168 int TS_CONF_set_default_engine(const char *name) in TS_CONF_set_default_engine() argument [all...] |
| H A D | ts_rsp_verify.c | 427 char name[OSSL_MAX_NAME_SIZE]; in ts_compute_imprint() local [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | x509_local.h | 22 char *name; member 75 char *name; member
|
| /third_party/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 552 static char *file_name_to_uri(struct file_ctx_st *ctx, const char *name) in file_name_to_uri() argument 575 static int file_name_check(struct file_ctx_st *ctx, const char *name) in file_name_check() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_parsed_ir.cpp | 158 static bool is_valid_identifier(const string &name) in is_valid_identifier() argument 184 static bool is_reserved_prefix(const string &name) in is_reserved_prefix() argument 193 static bool is_reserved_identifier(const string &name, boo argument 243 make_unreserved_identifier(const string &name) make_unreserved_identifier() argument 276 ensure_valid_identifier(const string &name) ensure_valid_identifier() argument 318 sanitize_identifier(std::string &name, bool member, bool allow_reserved_prefixes) sanitize_identifier() argument 338 set_name(ID id, const string &name) set_name() argument 346 set_member_name(TypeID id, uint32_t index, const string &name) set_member_name() argument [all...] |
| H A D | spirv_reflect.cpp | 334 auto name = type_to_glsl(type); in emit_type() local 384 auto name = to_member_name(type, index); in emit_type_member() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/link/ |
| H A D | linker.cpp | 59 std::string name; // unique name defining the symbol and used for matching member 289 const char* const name = in MergeModules() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | opcode.cpp | 91 spvOpcodeTableNameLookup(spv_target_env env, const spv_opcode_table table, const char* name, spv_opcode_desc* pEntry) spvOpcodeTableNameLookup() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
| H A D | linker.cpp | 59 std::string name; // unique name defining the symbol and used for matching member 289 const char* const name = in MergeModules() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | opcode.cpp | 91 spvOpcodeTableNameLookup(spv_target_env env, const spv_opcode_table table, const char* name, spv_opcode_desc* pEntry) spvOpcodeTableNameLookup() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | ext_inst.cldebug100_test.cpp | 145 std::string name; member
|
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| H A D | genpng.c | 87 const char *name; member 631 const char *name; member 689 read_wh(const char *name, const char *str) in read_wh() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | basictz.cpp | 145 UnicodeString name; in getSimpleRulesNear() local 305 UnicodeString name; in getTimeZoneRulesAfter() local [all...] |