OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subImageHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/tests/perf_tests/
TexSubImage.h
14
int
subImageHeight
;
TexSubImage.cpp
20
<< " - " << subImageWidth << "x" <<
subImageHeight
<< " updates";
127
mPixels = new GLubyte[mParams.subImageWidth * mParams.
subImageHeight
* 4];
130
for (int y = 0; y < mParams.
subImageHeight
; ++y)
189
rand() % (mParams.imageHeight - mParams.
subImageHeight
),
190
mParams.subImageWidth, mParams.
subImageHeight
,
SimpleBenchmarks.cpp
95
params.
subImageHeight
= 64;
Completed in 2359 milliseconds