OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIEWPORT_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
67
static const int
VIEWPORT_SIZE
= 64;
189
gl.viewport (0, 0,
VIEWPORT_SIZE
,
VIEWPORT_SIZE
);
244
m_log << TestLog::Message << "Viewport size = " <<
VIEWPORT_SIZE
<< "x" <<
VIEWPORT_SIZE
<< "." << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
66
enum {
VIEWPORT_SIZE
= 128 };
131
VIEWPORT_SIZE
,
VIEWPORT_SIZE
, rnd);
/external/deqp/modules/glshared/
glsLifetimeTests.cpp
74
enum {
VIEWPORT_SIZE
= 128, FRAMEBUFFER_SIZE = 128 };
511
VIEWPORT_SIZE
,
VIEWPORT_SIZE
, rnd);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp
106
VIEWPORT_SIZE
= 128
[
all
...]
Completed in 184 milliseconds