Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp520 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl()
521 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl()
546 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent()
547 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
Degl_platform_entries.cpp902 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl()
918 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl()
1075 d = get_surface(draw); in eglMakeCurrentImpl()
1082 r = get_surface(read); in eglMakeCurrentImpl()
1382 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl()
1454 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffersImpl()
1517 egl_surface_t * const s = get_surface(surface); in eglSurfaceAttribImpl()
1556 egl_surface_t const * const s = get_surface(surface); in eglBindTexImageImpl()
1574 egl_surface_t const * const s = get_surface(surface); in eglReleaseTexImageImpl()
1680 egl_surface_t const * const s = get_surface(surface); in eglLockSurfaceKHRImpl()
[all …]
Degl_object.h225 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp126 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function
418 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()