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
refs:fSurfaceFlags
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrSurface.h
69
GrInternalSurfaceFlags flags() const { return
fSurfaceFlags
; }
in flags()
78
bool readOnly() const { return
fSurfaceFlags
& GrInternalSurfaceFlags::kReadOnly; }
in readOnly()
81
return
fSurfaceFlags
& GrInternalSurfaceFlags::kFramebufferOnly;
in framebufferOnly()
89
fSurfaceFlags
|= GrInternalSurfaceFlags::kFramebufferOnly;
in setFramebufferOnly()
97
fSurfaceFlags
|= GrInternalSurfaceFlags::kGLRTFBOIDIs0;
in setGLRTFBOIDIs0()
100
return
fSurfaceFlags
& GrInternalSurfaceFlags::kGLRTFBOIDIs0;
in glRTFBOIDis0()
106
fSurfaceFlags
|= GrInternalSurfaceFlags::kRequiresManualMSAAResolve;
in setRequiresManualMSAAResolve()
109
return
fSurfaceFlags
& GrInternalSurfaceFlags::kRequiresManualMSAAResolve;
in requiresManualMSAAResolve()
114
fSurfaceFlags
|= GrInternalSurfaceFlags::kReadOnly;
in setReadOnly()
119
fSurfaceFlags
|
in setVkRTSupportsInputAttachment()
150
GrInternalSurfaceFlags
fSurfaceFlags
;
global()
member in GrSurface
[all...]
H
A
D
GrTextureProxy.cpp
38
SkASSERT(!(
fSurfaceFlags
& GrInternalSurfaceFlags::kFramebufferOnly));
in fDeferredUploader()
40
fSurfaceFlags
|= GrInternalSurfaceFlags::kReadOnly;
in fDeferredUploader()
64
SkASSERT(!(
fSurfaceFlags
& GrInternalSurfaceFlags::kFramebufferOnly));
in fDeferredUploader()
66
fSurfaceFlags
|= GrInternalSurfaceFlags::kReadOnly;
in fDeferredUploader()
86
fSurfaceFlags
|= GrInternalSurfaceFlags::kReadOnly;
in fDeferredUploader()
245
GrInternalSurfaceFlags proxyFlags =
fSurfaceFlags
;
in onValidateSurface()
H
A
D
GrTextureRenderTargetProxy.cpp
84
SkASSERT(
fSurfaceFlags
== fTarget->flags());
in GrTextureRenderTargetProxy()
101
fSurfaceFlags
|= GrInternalSurfaceFlags::kRequiresManualMSAAResolve;
in initSurfaceFlags()
188
GrInternalSurfaceFlags proxyFlags =
fSurfaceFlags
;
in onValidateSurface()
H
A
D
GrSurfaceProxy.h
271
bool readOnly() const { return
fSurfaceFlags
& GrInternalSurfaceFlags::kReadOnly; }
in readOnly()
273
return
fSurfaceFlags
& GrInternalSurfaceFlags::kFramebufferOnly;
in framebufferOnly()
283
return
fSurfaceFlags
& GrInternalSurfaceFlags::kRequiresManualMSAAResolve;
in requiresManualMSAAResolve()
428
GrInternalSurfaceFlags
fSurfaceFlags
;
member in GrSurfaceProxy::RectsMustMatch
H
A
D
GrRenderTargetProxy.h
76
bool glRTFBOIDIs0() const { return
fSurfaceFlags
& GrInternalSurfaceFlags::kGLRTFBOIDIs0; }
in glRTFBOIDIs0()
81
return
fSurfaceFlags
& GrInternalSurfaceFlags::kVkRTSupportsInputAttachment;
in supportsVkInputAttachment()
H
A
D
GrSurfaceProxy.cpp
51
:
fSurfaceFlags
(surfaceFlags)
in GrSurfaceProxy()
71
:
fSurfaceFlags
(surfaceFlags)
in GrSurfaceProxy()
89
,
fSurfaceFlags
(fTarget->flags())
in GrSurfaceProxy()
364
return
fSurfaceFlags
;
in testingOnly_getFlags()
H
A
D
GrRenderTargetProxy.cpp
177
GrInternalSurfaceFlags proxyFlags =
fSurfaceFlags
;
in onValidateSurface()
/third_party/skia/tools/flags/
H
A
D
CommonFlagsConfig.h
78
uint32_t getSurfaceFlags() const { return
fSurfaceFlags
; }
in getSurfaceFlags()
93
uint32_t
fSurfaceFlags
;
member in SkCommandLineConfigGpu
H
A
D
CommonFlagsConfig.cpp
535
,
fSurfaceFlags
(surfaceFlags)
in SkCommandLineConfigGpu()
/third_party/skia/dm/
H
A
D
DMSrcSink.h
421
uint32_t
fSurfaceFlags
;
member in DM::GPUSink
H
A
D
DMSrcSink.cpp
1489
,
fSurfaceFlags
(config->getSurfaceFlags())
in GPUSink()
1506
SkSurfaceProps props(
fSurfaceFlags
, kRGB_H_SkPixelGeometry);
in createDstSurface()
Completed in 18 milliseconds