OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_surface
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_display.cpp
307
SurfaceRef _cur_r(cur_c ?
get_surface
(cur_c->read) : NULL);
308
SurfaceRef _cur_d(cur_c ?
get_surface
(cur_c->draw) : NULL);
333
SurfaceRef _cur_r(cur_c ?
get_surface
(cur_c->read) : NULL);
334
SurfaceRef _cur_d(cur_c ?
get_surface
(cur_c->draw) : NULL);
eglApi.cpp
463
egl_surface_t * const s =
get_surface
(surface);
483
egl_surface_t const * const s =
get_surface
(surface);
505
egl_surface_t const * const s =
get_surface
(surface);
639
d =
get_surface
(draw);
645
r =
get_surface
(read);
979
egl_surface_t const * const s =
get_surface
(draw);
1013
egl_surface_t const * const s =
get_surface
(surface);
[
all
...]
egl_object.h
177
egl_surface_t*
get_surface
(EGLSurface surface) {
function in namespace:android
/frameworks/base/media/jni/
android_media_MediaRecorder.cpp
108
static sp<Surface>
get_surface
(JNIEnv* env, jobject clazz)
function
110
ALOGV("
get_surface
");
319
const sp<Surface> native_surface =
get_surface
(env, surface);
Completed in 6880 milliseconds