Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetDisplay.cpp4 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
7 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
15 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
17 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
22 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
DeglGetDisplay.java4 int display_id in eglGetDisplay() argument
11 long display_id in eglGetDisplay() argument
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h48 typedef int32_t display_id; typedef
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;
DReplayer.cpp556 void Replayer::setDisplaySurface(display_id id, const DispSurfaceChange& /*dsc*/) { in setDisplaySurface()
564 void Replayer::setDisplayLayerStack(display_id id, const LayerStackChange& lsc) { in setDisplayLayerStack()
568 void Replayer::setDisplaySize(display_id id, const SizeChange& sc) { in setDisplaySize()
572 void Replayer::setDisplayProjection(display_id id, const ProjectionChange& pc) { in setDisplayProjection()
/frameworks/native/services/vr/hardware_composer/tests/
Dvr_composer_test.cpp126 frame.display_id = 1; in TEST_F()
145 ASSERT_EQ(frame.display_id, received_frame.display_id); in TEST_F()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_frame.cpp19 status_t ret = parcel->writeUint64(frame_.display_id); in writeToParcel()
61 status_t ret = parcel->readUint64(&frame_.display_id); in readFromParcel()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java160 int display_id in eglGetDisplay() argument
167 long display_id in eglGetDisplay() argument
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp150 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
153 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
161 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
163 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
168 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() argument
/frameworks/native/opengl/include/EGL/
Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
Deglext.h1079 …n (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id);
1083 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id);
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp118 return frame->frame.display_id; in dvrHwcFrameGetDisplayId()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h79 Display display_id; member
Dvr_hwc.cpp273 frame.display_id = display; in destroyVirtualDisplay()
538 frame.display_id = display; in presentDisplay()