/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_resources.h | 90 // This flag is set when synchronization for the resource has been 267 void set(id<MTLTexture> metalTexture);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SyncVk.cpp | 108 // If the event is already set, don't wait in clientWait() 221 object is created with the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute set to in initializeWithFd() 226 // Flush first because the fence comes after current pending set of commands. in initializeWithFd() 373 angle::Result SyncVk::set(const gl::Context *context, GLenum condition, GLbitfield flags) in set() function in rx::SyncVk 503 // fall through. EGL doesn't differentiate between event being already set, or set in clientWait()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL_autogen.h | 179 EGLSetBlobFuncANDROID set,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs_autogen.h | 159 EGLSetBlobFuncANDROID set,
|
/third_party/skia/samplecode/ |
H A D | SampleSimpleStroker.cpp | 24 SkDebugf("Failed to set point length\n"); in setLength() 74 fPoints.back().set(lastPt.fX, lastPt.fY); in setLastPt()
|
/third_party/skia/src/core/ |
H A D | SkResourceCache.cpp | 89 // One of these should be explicit set by the caller after we return. in init() 165 fHash->set(rec); in add()
|
H A D | SkPaint.cpp | 100 void SkPaint::set##Field(sk_sp<Sk##Field> f) { f##Field = std::move(f); }
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.h | 28 #include <set>
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 102 Edit &set(Optimization::Level level) in set() function in rr::Config::Edit 200 // CoroutineAwait can set the output yieldValue and resume execution of the coroutine.
|
/third_party/openssl/crypto/x509/ |
H A D | v3_crld.c | 101 sk_X509_NAME_ENTRY_num(rnm) - 1)->set) { in set_dist_point_name() 481 /* Append any nameRelativeToCRLIssuer in dpn to iname, set in dpn->dpname */ 491 X509_NAME_free(dpn->dpname); /* just in case it was already set */ in DIST_POINT_set_dpname()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.h | 587 // Returns a set of the ids of all the return blocks that are reachable from 590 std::set<uint32_t> GetReachableReturnBlocks(opt::IRContext* ir_context,
|
H A D | transformation.cpp | 399 std::set<uint32_t>* ids_used_by_this_transformation) { in CheckIdIsFreshAndNotUsedByThisTransformation()
|
H A D | transformation_add_loop_to_create_int_constant_synonym.cpp | 217 std::set<uint32_t> fresh_ids_used; in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 20 #include <set>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_util.h | 587 // Returns a set of the ids of all the return blocks that are reachable from 590 std::set<uint32_t> GetReachableReturnBlocks(opt::IRContext* ir_context,
|
H A D | transformation.cpp | 399 std::set<uint32_t>* ids_used_by_this_transformation) { in CheckIdIsFreshAndNotUsedByThisTransformation()
|
H A D | transformation_add_loop_to_create_int_constant_synonym.cpp | 217 std::set<uint32_t> fresh_ids_used; in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 20 #include <set>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
H A D | opt.cpp | 146 --convert-to-sampled-image "<descriptor set>:<binding> ..." in PrintUsage() 148 set and binding to sampled images. If a pair of an image and a in PrintUsage() 149 sampler have the same pair of descriptor set and binding that is in PrintUsage() 152 descriptor set and binding that is one of the given pairs, it in PrintUsage() 176 The descriptor set will be the same. All accesses to |desc| in PrintUsage() 276 memory. Takes an additional positive integer argument to set in PrintUsage() 288 additional non-0 integer argument to set the unroll factor, or in PrintUsage() 296 Takes a non-0 integer argument to set the loop peeling code size in PrintUsage() 452 --set-spec-const-default-value "<spec id>:<default value> ..." in PrintUsage() 458 e.g.: --set in PrintUsage() [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 25 internal_code = set() 575 If nothing matches then the initial value of autoescaping is set to the 638 {% set row_class = cycler("odd", "even") %}
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | datefmt.cpp | 345 // was illegal so we set the error index to the start. in parse() 736 fBoolFlags.set(attr, newValue); in setBooleanAttribute()
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | filtration.py | 265 all_categories = set(
|
/third_party/skia/third_party/externals/icu/source/tools/gendict/ |
H A D | gendict.cpp | 396 status.set(U_ILLEGAL_ARGUMENT_ERROR); in main()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 371 doc->fImageShaderMap.set(std::move(key), pdfShader); in SkPDFMakeShader()
|
/third_party/skia/tests/ |
H A D | AAClipTest.cpp | 366 r.set(ir); in did_dx_affect()
|