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.cpp309 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in loseCurrentImpl()
310 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in loseCurrentImpl()
335 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in makeCurrent()
336 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in makeCurrent()
DeglApi.cpp605 egl_surface_t * const s = get_surface(surface); in eglDestroySurface()
625 egl_surface_t const * const s = get_surface(surface); in eglQuerySurface()
770 d = get_surface(draw); in eglMakeCurrent()
777 r = get_surface(read); in eglMakeCurrent()
1074 egl_surface_t const * const s = get_surface(draw); in eglSwapBuffersWithDamageKHR()
1139 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffers()
1199 egl_surface_t const * const s = get_surface(surface); in eglSurfaceAttrib()
1227 egl_surface_t const * const s = get_surface(surface); in eglBindTexImage()
1247 egl_surface_t const * const s = get_surface(surface); in eglReleaseTexImage()
1374 egl_surface_t const * const s = get_surface(surface); in eglLockSurfaceKHR()
[all …]
Degl_object.h183 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp114 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function
336 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()