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

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 323 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
324 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
349 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
350 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp 597 egl_surface_t * const s = get_surface(surface);
626 egl_surface_t const * const s = get_surface(surface);
775 d = get_surface(draw);
782 r = get_surface(read);
    [all...]
egl_object.h 179 egl_surface_t* get_surface(EGLSurface surface) { function in namespace:android
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 115 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) function
117 ALOGV("get_surface");
337 const sp<Surface> native_surface = get_surface(env, surface);

Completed in 582 milliseconds