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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciSched.h 24 #define GRID_SIZE 16
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciSched.h 24 #define GRID_SIZE 16
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureBarrierTests.cpp 191 gl.bufferData(GL_ARRAY_BUFFER, GRID_SIZE * GRID_SIZE * sizeof(float) * 12, NULL, GL_STATIC_DRAW);
261 static Vertex grid[GRID_SIZE + 1][GRID_SIZE + 1];
264 for (int x = 0; x < GRID_SIZE + 1; ++x)
265 for (int y = 0; y < GRID_SIZE + 1; ++y)
268 float normx = (((float)x) / GRID_SIZE);
269 float normy = (((float)y) / GRID_SIZE);
272 grid[x][y].x = normx * 2.f - 1.f + deFloatSin(normx * DE_PI * 13.f) * 0.3f / GRID_SIZE;
273 grid[x][y].y = normy * 2.f - 1.f + deFloatSin(normy * DE_PI * 13.f) * 0.3f / GRID_SIZE;
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 241 GRID_SIZE = 20
279 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n"
344 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
357 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
441 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
447 for (int y = 0; y < GRID_SIZE; ++y
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 58 static const int GRID_SIZE = 64;
484 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.0f, 0.0f, 0.0f, 1.0f),
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 247 GRID_SIZE = 20
285 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n"
350 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
363 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
447 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
453 for (int y = 0; y < GRID_SIZE; ++y
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 62 static const int GRID_SIZE = 64;
436 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 140 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
741 mGridNeighbors = new int[GRID_SIZE][];
776 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;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 72 GRID_SIZE = RENDER_SIZE / 8, //!< number of grid tiles in a row
    [all...]

Completed in 314 milliseconds