Home
last modified time | relevance | path

Searched refs:get_surface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/libs/EGL/
DeglApi.cpp458 egl_surface_t * const s = get_surface(surface); in eglDestroySurface()
479 egl_surface_t const * const s = get_surface(surface); in eglQuerySurface()
560 egl_surface_t * cur_r = get_surface(cur_c->read); in loseCurrent()
561 egl_surface_t * cur_d = get_surface(cur_c->draw); in loseCurrent()
636 d = get_surface(draw); in eglMakeCurrent()
646 r = get_surface(read); in eglMakeCurrent()
944 egl_surface_t const * const s = get_surface(draw); in eglSwapBuffers()
960 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffers()
1002 egl_surface_t const * const s = get_surface(surface); in eglSurfaceAttrib()
1022 egl_surface_t const * const s = get_surface(surface); in eglBindTexImage()
[all …]
Degl_object.h219 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp109 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function
321 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()