Home
last modified time | relevance | path

Searched defs:isUsed (Results 1 – 9 of 9) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_runninglock.js29 this.isUsed = function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DHandleRangeAllocator.cpp212 bool HandleRangeAllocator::isUsed(GLuint handle) const in isUsed() function in gl::HandleRangeAllocator
/third_party/flutter/skia/src/gpu/
DGrRenderTask.h103 bool isUsed(GrSurfaceProxy* proxy) const { in isUsed() function
DGrDrawingManager.cpp75 bool GrDrawingManager::RenderTaskDAG::isUsed(GrSurfaceProxy* proxy) const { in isUsed() function in GrDrawingManager::RenderTaskDAG
/third_party/skia/src/gpu/
DGrRenderTask.h128 bool isUsed(GrSurfaceProxy* proxy) const { in isUsed() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h216 bool isUsed() const { return IsUsed; } in isUsed() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h197 bool isUsed() const { return (Flags >> S::FB_used) & 1; } in isUsed() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1540 bool isUsed = (block.getFlags() & (DECLARE_VERTEX | DECLARE_FRAGMENT)) != 0; in compareStd140Blocks() local
1622 bool isUsed = (block.getFlags() & (DECLARE_VERTEX | DECLARE_FRAGMENT)) != 0; in compareSharedBlocks() local
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1591 bool isUsed = (block.getFlags() & (DECLARE_VERTEX|DECLARE_FRAGMENT)) != 0; in compareStd140Blocks() local
1670 bool isUsed = (block.getFlags() & (DECLARE_VERTEX|DECLARE_FRAGMENT)) != 0; in compareSharedBlocks() local