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

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 25 Surface sur = null; local
28 sur = surfaceView.getHolder().getSurface();
31 sur = holder.getSurface();
33 sur = (Surface) win;
37 if (sur != null) {
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
  /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/core/jni/
android_view_Surface.cpp 95 sp<Surface> sur; local
99 sur = reinterpret_cast<Surface *>(
103 return sur;
132 static inline bool isSurfaceValid(const sp<Surface>& sur) {
133 return Surface::isValid(sur);
158 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
159 sur->decStrong(&sRefBaseOwner);
163 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
164 return isSurfaceValid(sur) ? JNI_TRUE : JNI_FALSE;
168 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject))
325 sp<Surface> sur; local
    [all...]
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;
299 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); local
302 if (sur != EGL_NO_SURFACE) {
303 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur);
333 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
335 return (jint)sur;
361 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base) local
448 EGLSurface sur = getSurface(_env, surface); local
493 EGLSurface sur = getSurface(_env, surface); local
    [all...]
  /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();
87 sur = (Surface) native_window;
91 if (sur != null) {
92 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list)
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 498 EGLSurface sur; member in class:android::MyThread
503 eglMakeCurrent(dpy, sur, sur, ctx);
515 sur = eglGetCurrentSurface(EGL_DRAW);
520 eglMakeCurrent(dpy, sur, sur, ctx);
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 479 sp<SurfaceControl> sur; local
487 sur = new SurfaceControl(this, handle, gbp);
490 return sur;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 268 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); local
269 if (sur != mSurface) {
SurfaceFlinger.cpp 2989 sp<Surface> sur = new Surface(producer, false); local
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 103 * the OpenGL ES target surface is communicated by the (dpy, sur) fields
309 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES
315 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon33846::__anon33847
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 256 Surface sur = new Surface(); local
257 sur.copyFrom(mSurfaceControl);
260 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN), sur); local
265 sur.destroy();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 243 Surface sur = null; local
246 sur = surfaceView.getHolder().getSurface();
249 sur = holder.getSurface();
251 sur = (Surface) win;
255 if (sur != null) {
256 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 1568 mRS.nAllocationSetSurface(getID(mRS), sur); local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1473 hwc_surface_t sur = NULL; local
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 508 milliseconds