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:mSwapBehavior
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H
A
D
WindowSurfaceWGL.cpp
29
mSwapBehavior
(0)
in WindowSurfaceWGL()
82
mSwapBehavior
= EGL_BUFFER_PRESERVED;
in initialize()
88
mSwapBehavior
= EGL_BUFFER_DESTROYED;
in initialize()
178
return
mSwapBehavior
;
in getSwapBehavior()
H
A
D
WindowSurfaceWGL.h
63
EGLint
mSwapBehavior
;
member in rx::WindowSurfaceWGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Surface.cpp
91
mSwapBehavior
(EGL_NONE),
in Surface()
173
if (mRobustResourceInitialization &&
mSwapBehavior
!= EGL_BUFFER_PRESERVED)
in postSwap()
208
mSwapBehavior
= mImplementation->getSwapBehavior();
in initialize()
397
mSwapBehavior
= behavior;
in setSwapBehavior()
429
return
mSwapBehavior
;
in getSwapBehavior()
610
if (
mSwapBehavior
== EGL_BUFFER_PRESERVED)
in getBufferAge()
795
(
mSwapBehavior
== EGL_BUFFER_PRESERVED));
in lockSurfaceKHR()
H
A
D
Surface.h
254
EGLenum
mSwapBehavior
; // Buffer swap behavior
member in egl::Surface
Completed in 4 milliseconds