OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defCellHeight
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp
903
const int
defCellHeight
= viewportHeight / 2 / 2;
908
const int cellOffsetY =
defCellHeight
* (i / 3);
913
const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY :
defCellHeight
;
914
const int topCellHeight = isTopCell ? topHeight - cellOffsetY :
defCellHeight
;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp
[
all
...]
Completed in 913 milliseconds