Searched defs:display_id (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglGetDisplay.cpp1 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
4 (JNIEnv *_env, jobject _this, jlong display_id) {
7 reinterpret_cast<EGLNativeDisplayType>(display_id)
12 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
15 (JNIEnv *_env, jobject _this, jint display_id) {
17 if (static_cast<uintptr_t>(display_id) !=
22 return android_eglGetDisplay(_env, _this, display_id);
3 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
14 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h48 typedef int32_t display_id; typedef in namespace:android
98 void setDisplaySurface(display_id id, const DispSurfaceChange& dsc);
99 void setDisplayLayerStack(display_id id, const LayerStackChange& lsc);
100 void setDisplaySize(display_id id, const SizeChange& sc);
101 void setDisplayProjection(display_id id, const ProjectionChange& pc);
138 std::unordered_map<display_id, sp<IBinder>> mDisplays;
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { argument
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h79 Display display_id; member in struct:android::dvr::ComposerView::Frame
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp147 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
150 (JNIEnv *_env, jobject _this, jlong display_id) {
153 reinterpret_cast<EGLNativeDisplayType>(display_id)
158 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
161 (JNIEnv *_env, jobject _this, jint display_id) {
163 if (static_cast<uintptr_t>(display_id) !=
168 return android_eglGetDisplay(_env, _this, display_id);
149 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
160 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument

Completed in 192 milliseconds