HomeSort by relevance Sort by last modified time
    Searched defs:sur (Results 1 - 25 of 46) 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::__anon48243::__anon48244
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 92 sp<Surface> sur; local
96 sur = reinterpret_cast<Surface *>(
101 return sur;
240 static inline bool isSurfaceValid(const sp<Surface>& sur) {
241 return Surface::isValid(sur);
266 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
267 sur->decStrong(&sRefBaseOwner);
271 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject));
272 return isSurfaceValid(sur) ? JNI_TRUE : JNI_FALSE;
276 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject))
452 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);
249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local
251 return reinterpret_cast<jlong>(sur);
283 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
285 return reinterpret_cast<jlong>(sur);
311 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); local
313 return reinterpret_cast<jlong>(sur);
398 EGLSurface sur = getSurface(_env, surface); local
399 return EglBoolToJBool(eglDestroySurface(dpy, sur));
434 EGLSurface sur = getSurface(_env, surface); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 322 String sur = "Even\ud800\udc00 works.\n\n"; local
323 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 319 String sur = "Even\ud800\udc00 works.\n\n"; local
320 it = new com.ibm.icu.util.StringTokenizer(sur, delims, true); // no coalesce
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 642 sp<SurfaceControl> sur; local
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 279 Surface sur = new Surface(); local
280 sur.copyFrom(mSurfaceControl);
281 SurfaceControl.screenshot(displayHandle, sur);
285 sur.destroy();
    [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/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/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
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/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 

Completed in 366 milliseconds

1 2