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:mOrientation
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Surface.h
172
EGLint getOrientation() const { return
mOrientation
; }
in getOrientation()
256
EGLint
mOrientation
;
member in egl::Surface
H
A
D
Surface.cpp
92
mOrientation
(0),
in Surface()
143
mOrientation
= static_cast<EGLint>(attributes.get(EGL_SURFACE_ORIENTATION_ANGLE, 0));
in Surface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
SwapChain11.h
91
const EGLint
mOrientation
;
member in rx::final
H
A
D
SwapChain11.cpp
66
mOrientation
(orientation),
in SwapChain11()
850
if ((
mOrientation
& EGL_SURFACE_ORIENTATION_INVERT_X_ANGLE) != 0)
in copyOffscreenToBackbuffer()
854
if ((
mOrientation
& EGL_SURFACE_ORIENTATION_INVERT_Y_ANGLE) != 0)
in copyOffscreenToBackbuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H
A
D
DXGISwapChainWindowSurfaceWGL.h
104
EGLint
mOrientation
;
member in rx::DXGISwapChainWindowSurfaceWGL
H
A
D
DXGISwapChainWindowSurfaceWGL.cpp
56
mOrientation
(orientation)
in DXGISwapChainWindowSurfaceWGL()
85
if (
mOrientation
!= EGL_SURFACE_ORIENTATION_INVERT_Y_ANGLE)
in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
SurfaceD3D.h
95
GLint
mOrientation
;
member in rx::SurfaceD3D
H
A
D
SurfaceD3D.cpp
40
mOrientation
(static_cast<EGLint>(attribs.get(EGL_SURFACE_ORIENTATION_ANGLE, 0))),
in SurfaceD3D()
206
mDepthStencilFormat,
mOrientation
, mState.config->samples);
in resetSwapChain()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 30 milliseconds