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

1 2

  /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/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 525 EGLSurface sur; member in class:android::MyThread
530 eglMakeCurrent(dpy, sur, sur, ctx);
542 sur = eglGetCurrentSurface(EGL_DRAW);
547 eglMakeCurrent(dpy, sur, sur, ctx);
  /hardware/libhardware/include/hardware/
hwcomposer.h 67 * the OpenGL ES target surface is communicated by the (dpy, sur) fields
346 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES
352 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon41299::__anon41300
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 92 sp<Surface> sur; local
96 sur = reinterpret_cast<Surface *>(
101 return sur;
234 static inline bool isSurfaceValid(const sp<Surface>& sur) {
235 return Surface::isValid(sur);
260 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
261 sur->decStrong(&sRefBaseOwner);
265 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
266 return isSurfaceValid(sur) ? JNI_TRUE : JNI_FALSE;
270 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject))
446 sp<Surface> sur; local
    [all...]
com_google_android_gles_jni_EGLImpl.cpp 169 EGLContext sur = getSurface(_env, surface); local
175 success = eglQuerySurface(dpy, sur, attribute, base);
251 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local
253 return reinterpret_cast<jlong>(sur);
285 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
287 return reinterpret_cast<jlong>(sur);
313 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
315 return reinterpret_cast<jlong>(sur);
400 EGLSurface sur = getSurface(_env, surface); local
402 if (sur) {
445 EGLSurface sur = getSurface(_env, surface); local
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 368 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); local
369 if (sur != mSurface) {
SurfaceFlinger.cpp 4298 sp<Surface> sur = new Surface(producer, false); local
    [all...]
SurfaceFlinger_hwc1.cpp 3901 sp<Surface> sur = new Surface(producer, false); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 281 Surface sur = new Surface(); local
282 sur.copyFrom(mSurfaceControl);
285 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN), sur); local
290 sur.destroy();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 317 String sur = "Even\ud800\udc00 works.\n\n"; local
318 it = new android.icu.util.StringTokenizer(sur, delims, true); // no coalesce
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 316 String sur = "Even\ud800\udc00 works.\n\n"; local
317 it = new com.ibm.icu.util.StringTokenizer(sur, delims, true); // no coalesce
    [all...]
  /frameworks/base/opengl/java/android/opengl/
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/native/libs/gui/
SurfaceComposerClient.cpp 676 sp<SurfaceControl> sur; local
689 sur = new SurfaceControl(this, handle, gbp);
692 return sur;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 3044 mRS.nAllocationSetSurface(getID(mRS), sur); local
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Allocation.java 2733 mRS.nAllocationSetSurface(getID(mRS), sur); local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 639 milliseconds

1 2