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.cpp298 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in loseCurrentImpl()
299 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in loseCurrentImpl()
324 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in makeCurrent()
325 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in makeCurrent()
DeglApi.cpp572 egl_surface_t * const s = get_surface(surface); in eglDestroySurface()
592 egl_surface_t const * const s = get_surface(surface); in eglQuerySurface()
741 d = get_surface(draw); in eglMakeCurrent()
748 r = get_surface(read); in eglMakeCurrent()
1081 egl_surface_t const * const s = get_surface(draw); in eglSwapBuffers()
1115 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffers()
1175 egl_surface_t const * const s = get_surface(surface); in eglSurfaceAttrib()
1195 egl_surface_t const * const s = get_surface(surface); in eglBindTexImage()
1215 egl_surface_t const * const s = get_surface(surface); in eglReleaseTexImage()
1347 egl_surface_t const * const s = get_surface(surface); in eglLockSurfaceKHR()
[all …]
Degl_object.h177 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp108 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function
319 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()