OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRID_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp
249
GRID_SIZE
= 20
287
<< "Rendering " << (int)
GRID_SIZE
<< "x" << (int)
GRID_SIZE
<< " grid.\n"
352
gl.glDrawArrays(GL_TRIANGLES, 0,
GRID_SIZE
*
GRID_SIZE
*6);
365
gl.glDrawArrays(GL_TRIANGLES, 0,
GRID_SIZE
*
GRID_SIZE
*6);
449
std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride *
GRID_SIZE
*
GRID_SIZE
* 6);
455
for (int y = 0; y <
GRID_SIZE
; ++y
[
all
...]
/external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp
243
GRID_SIZE
= 20
281
<< "Rendering " << (int)
GRID_SIZE
<< "x" << (int)
GRID_SIZE
<< " grid.\n"
346
gl.glDrawArrays(GL_TRIANGLES, 0,
GRID_SIZE
*
GRID_SIZE
*6);
359
gl.glDrawArrays(GL_TRIANGLES, 0,
GRID_SIZE
*
GRID_SIZE
*6);
443
std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride *
GRID_SIZE
*
GRID_SIZE
* 6);
449
for (int y = 0; y <
GRID_SIZE
; ++y
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
62
static const int
GRID_SIZE
= 64;
452
QuadGrid quadGrid(m_isVertexCase ?
GRID_SIZE
: 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
Completed in 47 milliseconds