HomeSort by relevance Sort by last modified time
    Searched full:surfacesize (Results 1 - 2 of 2) 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);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 604 void TextureMapperGL::paintToTarget(const BitmapTexture& aSurface, const IntSize& surfaceSize, const TransformationMatrix& transform, float opacity, const IntRect& visibleRect)
609 TransformationMatrix matrix = createProjectionMatrix(surfaceSize, true).multiply(transform).multiply(
632 GL_CMD(glViewport(0, 0, surfaceSize.width(), surfaceSize.height()))

Completed in 143 milliseconds