Searched refs:get_surface (Results 1 – 4 of 4) sorted by relevance
520 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()
902 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 …]
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() function418 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()