Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:isExternal
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkFramebuffer.h
44
bool
isExternal
() const { return fExternalRenderPass.get(); }
in isExternal()
function in GrVkFramebuffer
H
A
D
GrVkTexture.cpp
125
bool
isExternal
= info.fYcbcrConversionInfo.isValid() &&
in MakeWrappedTexture()
local
54
GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool
isExternal
)
GrVkTexture()
argument
H
A
D
GrVkRenderPass.h
144
SkDEBUGCODE(bool
isExternal
() const { return fAttachmentFlags & kExternal_AttachmentFlag; })
in isExternal()
function in GrVkRenderPass
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H
A
D
SurfaceEGL.cpp
240
bool SurfaceEGL::
isExternal
() const
in isExternal()
function in rx::SurfaceEGL
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceGlobalInits.h
82
bool
isExternal
() const {
in isExternal()
function in Ice::GlobalDeclaration
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Context.h
418
bool
isExternal
() const { return mIsExternal; }
in isExternal()
function in gl::final
/third_party/glslang/glslang/Include/
H
A
D
Types.h
118
bool
isExternal
() const { return external; }
in isExternal()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
COFF.h
377
bool
isExternal
() const {
in isExternal()
function in llvm::object::COFFSymbolRef
Completed in 14 milliseconds