Searched refs:get_surface (Results 1 – 4 of 4) sorted by relevance
864 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl()880 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl()1031 d = get_surface(draw); in eglMakeCurrentImpl()1038 r = get_surface(read); in eglMakeCurrentImpl()1338 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl()1405 egl_surface_t const* const s = get_surface(surface); in eglCopyBuffersImpl()1464 egl_surface_t* const s = get_surface(surface); in eglSurfaceAttribImpl()1509 egl_surface_t const* const s = get_surface(surface); in eglBindTexImageImpl()1523 egl_surface_t const* const s = get_surface(surface); in eglReleaseTexImageImpl()1617 egl_surface_t const* const s = get_surface(surface); in eglLockSurfaceKHRImpl()[all …]
484 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl()485 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl()508 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent()509 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
219 static inline egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
127 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function449 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()