HomeSort by relevance Sort by last modified time
    Searched refs:eglSurfaceId (Results 1 - 4 of 4) sorted by null

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 62 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list);
63 if (eglSurfaceId == 0) {
66 return new EGLSurfaceImpl( eglSurfaceId );
90 long eglSurfaceId;
92 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list);
94 eglSurfaceId = _eglCreateWindowSurfaceTexture(display, config,
102 if (eglSurfaceId == 0) {
105 return new EGLSurfaceImpl( eglSurfaceId );
  /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 40 milliseconds