/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.h | 14 #include <set> 105 std::set<GLenum> mErrors; 743 bool mContextLost; // Set with setContextLost so that we also set mSkipValidation=false.
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 774 std::set<tcu::Vec4> fixedSampleLocations; in iterate() 795 std::set<tcu::Vec4> uniquePixels; in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 775 std::set<tcu::Vec4> fixedSampleLocations; in iterate() 796 std::set<tcu::Vec4> uniquePixels; in iterate()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 22 #include <set> 389 std::set<std::string> required_extension_set(required_extensions.begin(), in AreAllExtensionsSupported() 573 // If Vulkan 1.1 structure exists the features are set there. in Initialize() 630 // If Vulkan 1.2 structure exists the features are set there. in Initialize() 685 // If Vulkan 1.3 structure exists the features are set there. in Initialize()
|
H A D | engine_vulkan.cc | 18 #include <set> 68 std::set<std::string> required_extension_set(required_extensions.begin(), in AreAllExtensionsSupported()
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 389 EGLSetBlobFuncANDROID set, in eglSetBlobCacheFuncsANDROID() 393 return EGL_SetBlobCacheFuncsANDROID(dpy, set, get); in eglSetBlobCacheFuncsANDROID() 388 eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) eglSetBlobCacheFuncsANDROID() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 476 EGLSetBlobFuncANDROID set, in SetBlobCacheFuncsANDROID() 482 display->setBlobCacheFuncs(set, get); in SetBlobCacheFuncsANDROID() 474 SetBlobCacheFuncsANDROID(Thread *thread, Display *display, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) SetBlobCacheFuncsANDROID() argument
|
/third_party/skia/src/codec/ |
H A D | SkWuffsCodec.cpp | 148 imgcfg->pixcfg.set(pixfmt, WUFFS_BASE__PIXEL_SUBSAMPLING__NONE, imgcfg->pixcfg.width(), in reset_and_decode_image_config() 489 pixelConfig.set(pixelFormat, WUFFS_BASE__PIXEL_SUBSAMPLING__NONE, dstInfo.width(), in onStartIncrementalDecodeOnePass()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 635 // set up allocated plots in createPages() 722 fARGBDimensions.set(std::min<int>(kARGBDimensions[index].width(), maxTextureSize), in GrDrawOpAtlasConfig() 730 fARGBDimensions.set(512, 512); in resetAsSmallPage()
|
/third_party/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 71 // we need fDst to be set, and if we're actually drawing, to dirty the genID in SkDrawTiler() 111 fOrigin.set(fSrcBounds.fLeft - kMaxDim, fSrcBounds.fTop); in SkDrawTiler() 113 // don't reference fSrcBounds, as it may not have been set in SkDrawTiler() 117 fOrigin.set(0, 0); in SkDrawTiler() 131 this->stepAndSetupTileDraw(); // might set the clip to empty and fDone to true in next() 190 // we need fDst to be set, and if we're actually drawing, to dirty the genID in BDDraw() 557 // set this to true for performance comparisons with the old drawVertices way in drawAtlas()
|
H A D | SkContourMeasure.cpp | 310 int maxChecks = 10000000; // set to INT_MAX to defeat the check 391 fPts.append()->set(conic.fW, 0); 440 pos->set(SkScalarInterp(pts[0].fX, pts[1].fX, t), 561 // check if the prev segment is legal, and references the same set of points
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 460 drawMatrix.set(SkMatrix::kMTransX, tx); in addBMPathToAtlas() 461 drawMatrix.set(SkMatrix::kMTransY, ty); in addBMPathToAtlas() 525 // set up texture coordinates in writePathVertices()
|
H A D | FillRRectOp.cpp | 700 gpArgs->fLocalCoordVar.set(kFloat2_GrSLType, "localcoord"); 706 gpArgs->fPositionVar.set(kFloat2_GrSLType, "devcoord");
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 304 // If we loaded the resolve attachment, then we would have set the image layout to be in loadResolveIntoMSAA() 338 bool GrVkOpsRenderPass::set(GrRenderTarget* rt, in set() function in GrVkOpsRenderPass 362 this->INHERITED::set(rt, origin); in set() 488 // means we missed an opportunity higher up the stack to set the load op to be a clear. However, in onClear() 489 // there are situations where higher up we couldn't discard the previous ops and set a clear in onClear() 606 // We pass in true here to signal that after the upload we need to set the upload textures in inlineUpload()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 143 fDynamicStroke.set(stroke); in updateDynamicStroke() 150 fDynamicColor.set(color, wideColor); in updateDynamicColor()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 574 const llvm::orc::SymbolLookupSet &set) override 584 for(auto symbol : set) 772 fatalCompileIssue = false; // May be set to true by session.lookup()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 45 #include <set> 507 std::set<unsigned> seenValues;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 45 #include <set> 507 std::set<unsigned> seenValues;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 338 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local 339 uspoof_setAllowedUnicodeSet(sc, set, status); in uspoof_setAllowedChars() 504 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in uspoof_areConfusableUnicodeString()
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 107 int set = this->readS8(); in layout() local 111 flags, location, offset, binding, index, set, builtin, inputAttachmentIndex); in layout()
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
H A D | TraceEvent.h | 603 // { // The sampling state is set within this scope. 618 TraceEvent::SamplingStateScope<bucket_number>::set(category "\0" name) 624 TraceEvent::SamplingStateScope<bucket_number>::set(categoryAndName)
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 186 unknown = set(platforms).difference(self.known_platforms) 193 f"{__file__}:{cls.__qualname__}.known_platforms for a set " 307 # If two names are in the same set, they are treated as equal for the 662 backlinks = enumerate(sorted(set(audit_event['source'])), start=1)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 491 set(self.get_sidebar_line_y_coords()), 492 set(self.get_shell_line_y_coords()),
|
/third_party/python/Lib/logging/ |
H A D | config.py | 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 236 #now set up the new ones... 597 #existing is set to contain all existing loggers, 600 #what's left in existing is the set of loggers 613 #now set up the new ones... 724 raise ValueError('Unable to set formatter ' 746 raise ValueError('Unable to set target handler ' 887 self.server.ready.set() 939 self.ready.set() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 128 // Compute the set of predecessors of the loop that are not in the loop. in InsertPreheaderForLoop() 162 /// Add the specified block, and all of its predecessors, to the specified set, 166 std::set<BasicBlock*> &Blocks) { in addBlockAndPredsToSet() 290 std::set<BasicBlock*> BlocksInL; in separateNestedLoop()
|