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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 34 m_native = EglOS::createWindowSurface(win);
EglOsApi.h 55 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd);
EglMacApi.cpp 205 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){
EglX11Api.cpp 291 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){
EglWindowsApi.cpp 579 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 45 egl::Surface *createWindowSurface(HWND window, EGLConfig config);
Display.cpp 396 Surface *Display::createWindowSurface(HWND window, EGLConfig config)
libEGL.cpp 373 EGLSurface surface = (EGLSurface)display->createWindowSurface(window, config);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 63 HandleType createWindowSurface(int p_config, int p_width, int p_height);
RenderControl.cpp 194 return fb->createWindowSurface(config, width, height);
FrameBuffer.cpp 506 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height)
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 389 Log.e(LOG_TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
392 throw new RuntimeException("createWindowSurface failed "
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 144 throw new RuntimeException("failed to createWindowSurface");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 589 Log.e(GL_LOG_TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
592 throw new RuntimeException("createWindowSurface failed " +
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 319 Log.e(LOG_TAG,"createWindowSurface returned error " + Integer.toString(error));
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 797 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
804 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 819 (egl::Display::createWindowSurface):
    [all...]

Completed in 323 milliseconds