Searched refs:get_surface (Results 1 – 4 of 4) sorted by relevance
364 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in loseCurrentImpl()365 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in loseCurrentImpl()390 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in makeCurrent()391 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in makeCurrent()
859 egl_surface_t * const s = get_surface(surface); in eglDestroySurface()879 egl_surface_t const * const s = get_surface(surface); in eglQuerySurface()1029 d = get_surface(draw); in eglMakeCurrent()1036 r = get_surface(read); in eglMakeCurrent()1070 d = get_surface(cur_c->draw); in eglMakeCurrent()1075 r = get_surface(cur_c->read); in eglMakeCurrent()1379 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHR()1448 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffers()1522 egl_surface_t * const s = get_surface(surface); in eglSurfaceAttrib()1563 egl_surface_t const * const s = get_surface(surface); in eglBindTexImage()[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()