Searched refs:get_surface (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp315 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
316 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
341 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
342 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
H A DeglApi.cpp623 egl_surface_t * const s = get_surface(surface);
643 egl_surface_t const * const s = get_surface(surface);
788 d = get_surface(draw);
795 r = get_surface(read);
1092 egl_surface_t const * const s = get_surface(draw);
1157 egl_surface_t const * const s = get_surface(surface);
1217 egl_surface_t * const s = get_surface(surface);
1252 egl_surface_t const * const s = get_surface(surface);
1272 egl_surface_t const * const s = get_surface(surface);
1399 egl_surface_t const * const s = get_surface(surfac
[all...]
H A Degl_object.h184 egl_surface_t* get_surface(EGLSurface surface) { function in namespace:android
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp114 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) function
116 ALOGV("get_surface");
336 const sp<Surface> native_surface = get_surface(env, surface);

Completed in 99 milliseconds