HomeSort by relevance Sort by last modified time
    Searched defs:GRID_SIZE (Results 1 - 6 of 6) sorted by null

  /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/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/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);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 139 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
728 mGridNeighbors = new int[GRID_SIZE][];
763 if (index < GRID_SIZE) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 155 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
704 mGridNeighbors = new int[GRID_SIZE][];
740 if (index < GRID_SIZE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 86 public static final int GRID_SIZE = 16;

Completed in 201 milliseconds