/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);
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSurfaceInterface.cpp | 73 sp<android::Surface> sur = android_view_Surface_getSurface(env, surface); local 78 return sur;
|
/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 | 93 sp<Surface> sur; local 97 sur = reinterpret_cast<Surface *>( 101 return sur; 130 static inline bool isSurfaceValid(const sp<Surface>& sur) { 131 return Surface::isValid(sur); 157 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); 158 sur->decStrong(&sRefBaseOwner); 162 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); 163 return isSurfaceValid(sur) ? JNI_TRUE : JNI_FALSE; 167 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)) 336 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; 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/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 | 499 EGLSurface sur; member in class:android::MyThread 504 eglMakeCurrent(dpy, sur, sur, ctx); 516 sur = eglGetCurrentSurface(EGL_DRAW); 521 eglMakeCurrent(dpy, sur, sur, ctx);
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 252 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); local 253 if (sur != hw->mSurface) {
|
SurfaceFlinger.cpp | 2924 sp<Surface> sur = new Surface(producer); local [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 474 sp<SurfaceControl> sur; local 482 sur = new SurfaceControl(this, handle, gbp); 485 return sur;
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 96 * the OpenGL ES target surface is communicated by the (dpy, sur) fields 293 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES 299 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon20701::__anon20702
|
/frameworks/base/services/java/com/android/server/wm/ |
ScreenRotationAnimation.java | 228 Surface sur = new Surface(); local 229 sur.copyFrom(mSurfaceControl); 232 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN), sur); local 237 sur.destroy(); [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | 1466 mRS.nAllocationSetSurface(getID(mRS), sur); local [all...] |
/frameworks/base/opengl/java/android/opengl/ |
EGL14.java | 244 Surface sur = null; local 247 sur = surfaceView.getHolder().getSurface(); 250 sur = holder.getSurface(); 252 sur = (Surface) win; 256 if (sur != null) { 257 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
|
/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/current/ |
android.jar | |