OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xOffsetMax
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp
439
int
xOffsetMax
= m_context.getRenderTarget().getWidth() - width;
444
int xOffset = rnd.getInt(0,
xOffsetMax
);
es3fPrimitiveRestartTests.cpp
462
int
xOffsetMax
= m_context.getRenderTarget().getWidth() - width;
467
int xOffset = rnd.getInt(0,
xOffsetMax
);
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
600
int
xOffsetMax
= m_renderCtx.getRenderTarget().getWidth() - width;
606
int xOffset = rnd.getInt(0,
xOffsetMax
);
Completed in 74 milliseconds