/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglGetDisplay.cpp | 4 (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()
|
D | eglGetDisplay.java | 4 int display_id in eglGetDisplay() argument 11 long display_id in eglGetDisplay() argument
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.h | 48 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;
|
D | Replayer.cpp | 556 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/ |
D | vr_composer_test.cpp | 126 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/ |
D | parcelable_composer_frame.cpp | 19 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/ |
D | EGL14.java | 160 int display_id in eglGetDisplay() argument 167 long display_id in eglGetDisplay() argument
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 150 (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/ |
D | nullegl.cpp | 59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() argument
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
|
D | eglext.h | 1079 …n (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id); 1083 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id);
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_hardware_composer_client.cpp | 118 return frame->frame.display_id; in dvrHwcFrameGetDisplayId()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 79 Display display_id; member
|
D | vr_hwc.cpp | 273 frame.display_id = display; in destroyVirtualDisplay() 538 frame.display_id = display; in presentDisplay()
|