HomeSort by relevance Sort by last modified time
    Searched refs:addSurface (Results 1 - 9 of 9) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 49 EGLSurface addSurface(SurfacePtr s );
EglDisplay.cpp 260 EGLSurface EglDisplay::addSurface(SurfacePtr s ) {
EglImp.cpp 499 return dpy->addSurface(wSurface);
543 return dpy->addSurface(pbSurface);
570 return dpy->addSurface(pixSurface);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SolidSurfaceComponent.java 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) {
GameObjectFactory.java     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 472 jobject addSurface(jobject view, int x, int y, int width, int height);
    [all...]
WebViewCore.cpp 494 m_javaGlue->m_addSurface = GetJMethod(env, clazz, "addSurface", "(Landroid/view/View;IIII)Landroid/webkit/ViewManager$ChildView;");
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 304 jobject tempObj = m_core->addSurface(pluginSurface,
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]

Completed in 253 milliseconds