HomeSort by relevance Sort by last modified time
    Searched refs:sur (Results 1 - 25 of 60) sorted by null

1 2 3

  /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 250 Surface sur = null; local
253 sur = surfaceView.getHolder().getSurface();
256 sur = holder.getSurface();
258 sur = (Surface) win;
262 if (sur != null) {
263 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/rs/java/android/renderscript/
RenderScriptGL.java 203 * @param sur
205 public void setSurface(SurfaceHolder sur, int w, int h) {
208 if (sur != null) {
209 s = sur.getSurface();
222 * @param sur
224 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) {
226 //android.util.Log.v("rs", "set surface " + sur + " w=" + w + ", h=" + h);
229 if (sur != null) {
230 s = new Surface(sur);
RenderScript.java 232 native void rsnContextSetSurface(long con, int w, int h, Surface sur);
233 synchronized void nContextSetSurface(int w, int h, Surface sur) {
235 rsnContextSetSurface(mContext, w, h, sur);
237 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur);
238 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) {
240 rsnContextSetSurfaceTexture(mContext, w, h, sur);
410 native void rsnAllocationSetSurface(long con, long alloc, Surface sur);
411 synchronized void nAllocationSetSurface(long alloc, Surface sur) {
413 rsnAllocationSetSurface(mContext, alloc, sur);
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 90 sp<Surface> sur; local
94 sur = reinterpret_cast<Surface *>(
99 return sur;
129 static inline bool isSurfaceValid(const sp<Surface>& sur) {
130 return Surface::isValid(sur);
155 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
156 sur->decStrong(&sRefBaseOwner);
160 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
161 return isSurfaceValid(sur) ? JNI_TRUE : JNI_FALSE;
165 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject))
327 sp<Surface> sur; local
    [all...]
com_google_android_gles_jni_EGLImpl.cpp 172 EGLContext sur = getSurface(_env, surface); local
178 success = eglQuerySurface(dpy, sur, attribute, base);
255 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local
257 return reinterpret_cast<jlong>(sur);
304 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); local
307 if (sur != EGL_NO_SURFACE) {
308 _env->SetLongField(out_sur, gSurface_EGLSurfaceFieldID, reinterpret_cast<jlong>(sur));
338 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
340 return reinterpret_cast<jlong>(sur);
366 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base) local
453 EGLSurface sur = getSurface(_env, surface); local
498 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);
  /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/rs/driver/
rsdGL.h 78 RsNativeWindow sur);
82 uint32_t w, uint32_t h, RsNativeWindow sur);
rsdGL.cpp 419 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) {
440 dc->gl.currentWndSurface = (ANativeWindow *)sur;
461 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) {
471 dc->gl.wndSurface = (ANativeWindow *)sur;
477 return rsdGLSetInternalSurface(rsc, sur);
  /external/chromium_org/third_party/hwcplus/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::__anon15619::__anon15620
  /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
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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
  /hardware/libhardware/include/hardware/
hwcomposer.h 103 * the OpenGL ES target surface is communicated by the (dpy, sur) fields
361 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES
367 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon40476::__anon40477
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 501 EGLSurface sur; member in class:android::MyThread
506 eglMakeCurrent(dpy, sur, sur, ctx);
518 sur = eglGetCurrentSurface(EGL_DRAW);
523 eglMakeCurrent(dpy, sur, sur, ctx);

Completed in 570 milliseconds

1 2 3