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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
AsyncListUtilTest.java 230 public static final int VIEWPORT_SIZE = 25;
235 int mLastVisibleItem = VIEWPORT_SIZE - 1;
304 mFirstVisibleItem = Math.max(0, mLastVisibleItem - VIEWPORT_SIZE + 1);
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 67 static const int VIEWPORT_SIZE = 64;
189 gl.viewport (0, 0, VIEWPORT_SIZE, VIEWPORT_SIZE);
244 m_log << TestLog::Message << "Viewport size = " << VIEWPORT_SIZE << "x" << VIEWPORT_SIZE << "." << TestLog::EndMessage;
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 66 enum { VIEWPORT_SIZE = 128 };
131 VIEWPORT_SIZE, VIEWPORT_SIZE, rnd);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h 469 static const unsigned int VIEWPORT_SIZE;
PVRTPFXParser.cpp 44 const unsigned int CPVRTPFXParser::VIEWPORT_SIZE = 0xAAAA;
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 76 enum { VIEWPORT_SIZE = 128, FRAMEBUFFER_SIZE = 128 };
676 VIEWPORT_SIZE, VIEWPORT_SIZE, rnd);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 107 VIEWPORT_SIZE = 128
    [all...]

Completed in 698 milliseconds