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

  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 65 int[] surfaceSize = { EGL10.EGL_WIDTH, 1, EGL10.EGL_HEIGHT, 1, EGL10.EGL_NONE };
66 mEGLSurface = egl.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, surfaceSize);
  /frameworks/base/docs/html/training/gestures/
scroll.jd 185 Point surfaceSize = computeScrollSurfaceSize();
187 int startX = (int) (surfaceSize.x * (mScrollerStartViewport.left -
190 int startY = (int) (surfaceSize.y * (AXIS_Y_MAX -
209 0, surfaceSize.x - mContentRect.width(),
210 0, surfaceSize.y - mContentRect.height(),
256 Point surfaceSize = computeScrollSurfaceSize();
280 && currX > (surfaceSize.x - mContentRect.width())
298 && currY > (surfaceSize.y - mContentRect.height())
  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 170 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
171 if (!highSpeedSizes.contains(surfaceSize)) {
172 throw new IllegalArgumentException("Surface size " + surfaceSize.toString() + " is"
  /external/deqp/modules/egl/
teglColorClearCase.cpp 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
173 const int width = surfaceSize.x();
174 const int height = surfaceSize.y();
333 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
334 const int width = surfaceSize.x();
335 const int height = surfaceSize.y();
teglNativeCoordMappingTests.cpp 374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface);
386 clear(gl, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, surfaceSize.x(), surfaceSize.y());
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 625 Size surfaceSize = p.second;
630 holder.width = surfaceSize.getWidth();
631 holder.height = surfaceSize.getHeight();
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 404 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
423 if (config.getSize().equals(surfaceSize)) {
    [all...]

Completed in 272 milliseconds