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:m_viewportH
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fBlendTests.cpp
127
int
m_viewportH
;
member in deqp::gles2::Functional::BlendCase
141
,
m_viewportH
(0)
in BlendCase()
171
m_viewportH
= de::min<int>(m_context.getRenderTarget().getHeight(), MAX_VIEWPORT_HEIGHT);
in init()
175
m_firstQuadInt.posB = tcu::IVec2(m_viewportW-1,
m_viewportH
-1);
in init()
176
m_secondQuadInt.posB = tcu::IVec2(m_viewportW-1,
m_viewportH
-1);
in init()
185
m_viewportW,
m_viewportH
);
in init()
212
int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight() -
m_viewportH
);
in iterate()
213
tcu::Surface renderedImg (m_viewportW,
m_viewportH
);
in iterate()
214
tcu::Surface referenceImg (
m_viewportH
,
m_viewportH
);
in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderBuiltinVarTests.cpp
738
int
m_viewportH
;
member in deqp::gles3::Functional::VertexIDCase
749
,
m_viewportH
(0)
in VertexIDCase()
873
m_viewportH
= viewportH;
in init()
989
const int viewportH =
m_viewportH
;
in iterate()
Completed in 3 milliseconds