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.cpp475 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl()
476 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl()
501 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent()
502 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
Degl_platform_entries.cpp898 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl()
914 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl()
1070 d = get_surface(draw); in eglMakeCurrentImpl()
1077 r = get_surface(read); in eglMakeCurrentImpl()
1398 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl()
1470 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffersImpl()
1533 egl_surface_t * const s = get_surface(surface); in eglSurfaceAttribImpl()
1572 egl_surface_t const * const s = get_surface(surface); in eglBindTexImageImpl()
1590 egl_surface_t const * const s = get_surface(surface); in eglReleaseTexImageImpl()
1696 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
448 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()