OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quadH
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Grid.java
54
int
quadH
= mH - 1;
55
int quadCount = quadW *
quadH
;
75
for (int y = 0; y <
quadH
; y++) {
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java
129
int
quadH
= mH - 1;
130
int quadCount = quadW *
quadH
;
150
for (int y = 0; y <
quadH
; y++) {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java
277
int
quadH
= mH - 1;
278
int quadCount = quadW *
quadH
;
298
for (int y = 0; y <
quadH
; y++) {
MatrixPaletteRenderer.java
109
int
quadH
= mH - 1;
110
int quadCount = quadW *
quadH
;
130
for (int y = 0; y <
quadH
; y++) {
Completed in 231 milliseconds