Searched refs:get_surface (Results 1 – 4 of 4) sorted by relevance
475 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()
898 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 …]
225 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
126 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function448 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()