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

  /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/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...]
  /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/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 70 GRID_SIZE = RENDER_SIZE / 8, //!< number of grid tiles in a row
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 25 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
131 x1 = ((x1 - MARGIN_SIZE - bounds.x) / GRID_SIZE) * GRID_SIZE
133 y1 = ((y1 - MARGIN_SIZE - bounds.y) / GRID_SIZE) * GRID_SIZE
    [all...]
GridLayoutPainter.java 18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
76 * Paints a regular grid according to the {@link GridLayoutRule#GRID_SIZE} and
92 for (int y = y1; y < y2; y += GRID_SIZE) {
95 for (int x = x1; x < x2; x += GRID_SIZE) {
  /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) {
  /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...]
  /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);
  /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/shaderrender/
vktShaderRender.cpp 61 static const int GRID_SIZE = 64;
740 m_quadGrid = de::MovePtr<QuadGrid>(new QuadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, getDefaultConstCoords(), m_userAttribTransforms, m_textures));
    [all...]

Completed in 816 milliseconds