OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RENDER_WIDTH
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp
49
static const int
MAX_RENDER_WIDTH
= 128;
436
int width = deMin32(m_context.getRenderTarget().getWidth(),
MAX_RENDER_WIDTH
);
es3fPrimitiveRestartTests.cpp
46
static const int
MAX_RENDER_WIDTH
= 256;
459
int width = deMin32(m_context.getRenderTarget().getWidth(),
MAX_RENDER_WIDTH
);
es3fUniformApiTests.cpp
70
static const int
MAX_RENDER_WIDTH
= 32;
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
63
static const int
MAX_RENDER_WIDTH
= 128;
432
return tcu::IVec2(de::min(m_renderCtx.getRenderTarget().getWidth(),
MAX_RENDER_WIDTH
),
/external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp
73
MAX_RENDER_WIDTH
= 32,
[
all
...]
/external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp
70
static const int
MAX_RENDER_WIDTH
= 32;
[
all
...]
Completed in 1294 milliseconds