HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 110 EGLSurface mEglSurface;
160 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
162 EXPECT_NE(EGL_NO_SURFACE, eglSurface);
165 if (eglSurface != EGL_NO_SURFACE) {
166 eglDestroySurface(dpy, eglSurface);
469 EGLSurface sur;
717 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES];
SurfaceTexture_test.cpp 282 EGLSurface mEglSurface;
    [all...]
  /frameworks/native/opengl/tests/filter/
filter.cpp 37 EGLSurface surface;
  /frameworks/native/opengl/tests/finish/
finish.cpp 45 EGLSurface surface;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 21 EGLSurface eglSurface;
146 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
175 eglDestroySurface( eglDisplay, eglSurface );
260 eglSwapBuffers(eglDisplay, eglSurface);
263 eglSwapBuffers(eglDisplay, eglSurface);
272 eglSwapBuffers(eglDisplay, eglSurface);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 288 static EGLSurface createPbufferSurface(EGLDisplay display, const EGLConfig& config,
296 EGLSurface surface = eglCreatePbufferSurface(display, config, attribList);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 42 import javax.microedition.khronos.egl.EGLSurface;
118 private EGLSurface mEglSurface;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 273 EGLSurface surface;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 19 EGLSurface eglSurface;
242 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
263 eglQuerySurface(eglDisplay, eglSurface, EGL_WIDTH, &w);
265 eglQuerySurface(eglDisplay, eglSurface, EGL_HEIGHT, &h);
286 eglDestroySurface( eglDisplay, eglSurface );
363 eglSwapBuffers(eglDisplay, eglSurface);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 236 EGLSurface surface;
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 129 static EGLSurface surface;
hwcRects.cpp 170 static EGLSurface surface;
hwcStress.cpp 197 static EGLSurface surface;
hwcTestLib.cpp 49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
    [all...]
hwcCommit.cpp 235 static EGLSurface surface;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 145 void HWComposer::setFrameBuffer(EGLDisplay dpy, EGLSurface sur) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 39 import javax.microedition.khronos.egl.EGLSurface;
604 EGLSurface mEglSurface;
    [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 381 EGLSurface surface;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 346 EGLSurface surface;
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 189 EGLSurface egl_surface;
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 331 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 245 EGLSurface surface;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 109 ALOGV("No actual display. Choosing EGLSurface based on SurfaceMediaSource");
340 EGLSurface mEglSurface;
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]
  /prebuilts/sdk/11/
android.jar 

Completed in 354 milliseconds

1 2 3 45 6