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:windowHeight
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/gles1/
H
A
D
DrawTexture.cpp
60
GLint
windowHeight
= getWindow()->getHeight();
variable
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
H
A
D
PostSubBuffer.cpp
129
EGLint
windowHeight
= static_cast<EGLint>(getWindow()->getHeight());
variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
ClipDistanceTest.cpp
974
const int
windowHeight
= getWindowHeight();
in TEST_P()
local
1219
const int
windowHeight
= getWindowHeight();
in TEST_P()
local
[all...]
H
A
D
PointSpritesTest.cpp
31
const int
windowHeight
= 256;
member in PointSpritesTest
H
A
D
SimpleOperationTest.cpp
931
testDrawElementsLineLoopUsingClientSideMemory(GLenum indexType, int windowWidth, int
windowHeight
)
testDrawElementsLineLoopUsingClientSideMemory()
argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
DxgiFns.cpp
91
int
windowHeight
= rect.bottom - rect.top;
in _Present()
local
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
FrameBufferGDI.cpp
56
int
windowHeight
= height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect.top);
in ~FrameBufferGDI()
local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H
A
D
Surface.cpp
337
int
windowHeight
= client.bottom - client.top;
in checkForResize()
local
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglCreateSurfaceTests.cpp
195
EGLint
windowHeight
= 0;
in executeForConfig()
local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
ANGLEPerfTest.h
143
EGLint
windowHeight
= 64;
member
H
A
D
DrawCallPerf.cpp
427
ChangeScissorThenDraw(unsigned int iterations, GLsizei numElements, unsigned int windowWidth, unsigned int
windowHeight
)
ChangeScissorThenDraw()
argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcInternalformatTests.cpp
1124
int
windowHeight
= m_context.getRenderTarget().getHeight();
in iterate()
local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
ANGLETest.cpp
258
CreatePixelCenterWindowCoords(const std::vector<Vector2> &pixelPoints, int windowWidth, int
windowHeight
, std::vector<Vector3> *outVertices)
CreatePixelCenterWindowCoords()
argument
Completed in 16 milliseconds