/frameworks/native/opengl/tools/glgen/specs/egl/ |
EGLExt.spec | 1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
|
/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/base/opengl/java/android/opengl/ |
EGLExt.java | 37 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) 41 EGLSurface sur,
|
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/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/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...] |
android_opengl_EGLExt.cpp | 134 /* EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) */ 137 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) { 140 EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, sur);
|
android_view_SurfaceControl.cpp | 328 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); 329 if (sur != NULL) { 330 bufferProducer = sur->getIGraphicBufferProducer();
|
/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/graphics/java/android/renderscript/ |
RenderScriptGL.java | 210 * @param sur 212 public void setSurface(SurfaceHolder sur, int w, int h) { 215 if (sur != null) { 216 s = sur.getSurface(); 229 * @param sur 231 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { 233 //android.util.Log.v("rs", "set surface " + sur + " w=" + w + ", h=" + h); 237 nContextSetSurfaceTexture(w, h, sur);
|
RenderScript.java | 210 native void rsnContextSetSurface(int con, int w, int h, Surface sur); 211 synchronized void nContextSetSurface(int w, int h, Surface sur) { 213 rsnContextSetSurface(mContext, w, h, sur); 215 native void rsnContextSetSurfaceTexture(int con, int w, int h, SurfaceTexture sur); 216 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { 218 rsnContextSetSurfaceTexture(mContext, w, h, sur); 388 native void rsnAllocationSetSurface(int con, int alloc, Surface sur); 389 synchronized void nAllocationSetSurface(int alloc, Surface sur) { 391 rsnAllocationSetSurface(mContext, alloc, sur); [all...] |
/frameworks/rs/driver/ |
rsdGL.h | 78 RsNativeWindow sur); 82 uint32_t w, uint32_t h, RsNativeWindow sur);
|
rsdGL.cpp | 420 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) { 441 dc->gl.currentWndSurface = (ANativeWindow *)sur; 462 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { 472 dc->gl.wndSurface = (ANativeWindow *)sur; 478 return rsdGLSetInternalSurface(rsc, sur);
|
/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::__anon31130::__anon31131
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 89 (EGLSurface)displays[0]->sur);
|
/frameworks/rs/ |
rsContext.h | 140 void updateSurface(void *sur); 152 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
|
rsg.spec | 111 param RsNativeWindow sur
|
rsContext.cpp | 627 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { 629 mHal.funcs.setSurface(this, w, h, sur); 631 mHasSurface = sur != NULL; 857 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { 858 rsc->setSurface(w, h, sur);
|
rsAllocation.cpp | 488 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { 489 ANativeWindow *nw = (ANativeWindow *)sur; 704 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { 706 alloc->setSurface(rsc, sur);
|
rsAllocation.h | 162 void setSurface(const Context *rsc, RsNativeWindow sur);
|
/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/services/surfaceflinger/ |
DisplayDevice.cpp | 268 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); local 269 if (sur != mSurface) {
|
/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/native/opengl/include/EGL/ |
eglext.h | 573 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time); 575 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROID) (EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
|