HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 198 int GLEnv::AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle) {
204 int GLEnv::AddSurface(const EGLSurface& surface) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 32 import javax.microedition.khronos.egl.EGLSurface;
107 EGLSurface mEglSurface;
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 29 import javax.microedition.khronos.egl.EGLSurface;
71 private EGLSurface mEglSurface;
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 242 void Draw(EGLDisplay display,EGLSurface surface,int width,int height,GLuint program)
410 EGLSurface egl_surface;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 27 import javax.microedition.khronos.egl.EGLSurface;
729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
742 EGLSurface surface) {
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 111 EGLSurface mEglSurface;
162 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
164 EXPECT_NE(EGL_NO_SURFACE, eglSurface);
167 if (eglSurface != EGL_NO_SURFACE) {
168 eglDestroySurface(dpy, eglSurface);
176 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);
177 EXPECT_NE(EGL_NO_SURFACE, eglSurface);
180 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 42 import javax.microedition.khronos.egl.EGLSurface;
124 private EGLSurface mEglSurface;
639 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 40 import javax.microedition.khronos.egl.EGLSurface;
144 private EGLSurface mEglSurface;
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 38 import javax.microedition.khronos.egl.EGLSurface;
162 EGLSurface mEglSurface;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 51 static EGLSurface sEglSurface = EGL_NO_SURFACE;
  /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);
  /frameworks/native/opengl/tools/glgen/
gen 35 echo "package android.opengl; public class EGLSurface extends EGLObjectHandle { }" > out/android/opengl/EGLSurface.java
  /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/services/java/com/android/server/power/
ElectronBeam.java 30 import android.opengl.EGLSurface;
90 private EGLSurface mEglSurface;
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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;
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 40 import javax.microedition.khronos.egl.EGLSurface;
777 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;

Completed in 892 milliseconds

1 2 3 4 56 7