Searched refs:display_id (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglGetDisplay.java1 // C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
4 int display_id
11 long display_id
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;
H A DReplayer.cpp556 void Replayer::setDisplaySurface(display_id id, const DispSurfaceChange& /*dsc*/) {
564 void Replayer::setDisplayLayerStack(display_id id, const LayerStackChange& lsc) {
568 void Replayer::setDisplaySize(display_id id, const SizeChange& sc) {
572 void Replayer::setDisplayProjection(display_id id, const ProjectionChange& pc) {
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_composer_frame.cpp19 status_t ret = parcel->writeUint64(frame_.display_id);
61 status_t ret = parcel->readUint64(&frame_.display_id);
/frameworks/native/services/vr/hardware_composer/tests/
H A Dvr_composer_test.cpp105 frame.display_id = 1;
124 ASSERT_EQ(frame.display_id, received_frame.display_id);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java157 // C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
160 int display_id
167 long display_id
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { argument
/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
/frameworks/native/libs/vr/libdvr/
H A Ddvr_hardware_composer_client.cpp88 return frame->frame.display_id;
/frameworks/native/opengl/include/EGL/
H A Degl.h251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
H A Deglext.h507 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id);
511 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h79 Display display_id; member in struct:android::dvr::ComposerView::Frame
H A Dvr_hwc.cpp271 frame.display_id = display;
517 frame.display_id = display;

Completed in 200 milliseconds