HomeSort by relevance Sort by last modified time
    Searched defs:sur (Results 1 - 8 of 8) sorted by null

  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 150 GGLSurface sur; local
151 sur.version = sizeof(GGLSurface);
152 sur.width = native_buffer->width;
153 sur.height= native_buffer->height;
154 sur.stride= native_buffer->stride;
155 sur.format= native_buffer->format;
156 sur.data = 0;
157 setSurface(&sur);
  /frameworks/base/libs/gui/
Surface.cpp 180 sp<ISurface> sur; local
183 sur = control->mSurface;
186 parcel->writeStrongBinder(sur!=0 ? sur->asBinder() : NULL);
247 sp<ISurface> sur; local
251 sur = surface->mSurface;
263 parcel->writeStrongBinder(sur != NULL ? sur->asBinder() : NULL);
  /frameworks/base/libs/gui/tests/
SurfaceTextureClient_test.cpp 432 EGLSurface sur; member in class:android::MyThread
437 eglMakeCurrent(dpy, sur, sur, ctx);
449 sur = eglGetCurrentSurface(EGL_DRAW);
454 eglMakeCurrent(dpy, sur, sur, ctx);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 65 EGLSurfaceImpl sur = new EGLSurfaceImpl(); local
66 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list);
67 if (sur.mEGLSurface == 0) {
70 return sur;
74 Surface sur = null; local
77 sur = surfaceView.getHolder().getSurface();
80 sur = holder.getSurface();
84 if (sur != null) {
85 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list);
144 private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 164 EGLContext sur = getSurface(_env, surface); local
170 success = eglQuerySurface(dpy, sur, attribute, base);
237 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local
239 return (jint)sur;
287 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); local
290 if (sur != EGL_NO_SURFACE) {
291 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur);
321 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
323 return (jint)sur;
350 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base) local
437 EGLSurface sur = getSurface(_env, surface); local
482 EGLSurface sur = getSurface(_env, surface); local
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 174 milliseconds