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

  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 148 GGLSurface sur; local
149 sur.version = sizeof(GGLSurface);
150 sur.width = native_buffer->width;
151 sur.height= native_buffer->height;
152 sur.stride= native_buffer->stride;
153 sur.format= native_buffer->format;
154 sur.data = 0;
155 setSurface(&sur);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 70 EGLSurfaceImpl sur = new EGLSurfaceImpl(); local
71 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list);
72 if (sur.mEGLSurface == 0) {
75 return sur;
79 Surface sur = null; local
82 sur = surfaceView.getHolder().getSurface();
85 sur = holder.getSurface();
89 if (sur != null) {
90 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list);
149 private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list)
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 187 sp<ISurface> sur; local
190 sur = control->mSurface;
193 parcel->writeStrongBinder(sur!=0 ? sur->asBinder() : NULL);
254 sp<ISurface> sur; local
258 sur = surface->mSurface;
270 parcel->writeStrongBinder(sur != NULL ? sur->asBinder() : NULL);
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 469 EGLSurface sur; member in class:android::MyThread
474 eglMakeCurrent(dpy, sur, sur, ctx);
486 sur = eglGetCurrentSurface(EGL_DRAW);
491 eglMakeCurrent(dpy, sur, sur, ctx);
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 167 EGLContext sur = getSurface(_env, surface); local
173 success = eglQuerySurface(dpy, sur, attribute, base);
250 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local
252 return (jint)sur;
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); local
303 if (sur != EGL_NO_SURFACE) {
304 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur);
334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
336 return (jint)sur;
363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base) local
450 EGLSurface sur = getSurface(_env, surface); local
495 EGLSurface sur = getSurface(_env, surface); local
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 1188 mRS.nAllocationSetSurface(getID(mRS), sur); local
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 114 milliseconds