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.cpp364 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()
DeglApi.cpp859 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 …]
Degl_object.h225 egl_surface_t* get_surface(EGLSurface surface) { in get_surface() function
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp126 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() function
418 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare()