Searched refs:plane (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmPlane.cpp | 22 std::unique_ptr<DrmPlane> plane(new DrmPlane(planeId)); in create() local 26 plane.get())) { in create() 32 plane->mPossibleCrtcsMask = drmPlane->possible_crtcs; in create() 35 return plane; in create()
|
D | DrmClient.cpp | 207 std::find_if(planes.begin(), planes.end(), [&](const std::unique_ptr<DrmPlane>& plane) { in loadDrmDisplays() argument 208 if (!plane->isOverlay() && !plane->isPrimary()) { in loadDrmDisplays() 211 return plane->isCompatibleWith(*crtc); in loadDrmDisplays() 218 std::unique_ptr<DrmPlane> plane = std::move(*planeIt); in loadDrmDisplays() local 222 DrmDisplay::create(i, std::move(connector), std::move(crtc), std::move(plane), mFd); in loadDrmDisplays()
|
D | DrmDisplay.h | 47 std::unique_ptr<DrmPlane> plane, 72 std::unique_ptr<DrmPlane> plane) in DrmDisplay() argument 76 mPlane(std::move(plane)) {} in DrmDisplay()
|
D | DrmDisplay.cpp | 33 std::unique_ptr<DrmPlane> plane, in create() argument 43 if (!plane) { in create() 68 new DrmDisplay(id, std::move(connector), std::move(crtc), std::move(plane))); in create()
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_dmabuf.cpp | 53 uint32_t plane, in linux_buffer_params_add() argument 61 << " plane=" << plane in linux_buffer_params_add()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation) 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation) 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 11 void glClipPlanef(GLenum plane, const GLfloat *equation); 58 void glClipPlanex(GLenum plane, const GLfixed *equation);
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | videodev2.h | 1100 __u32 plane; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/ |
D | videodev2.h | 1100 __u32 plane; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/ |
D | videodev2.h | 1132 __u32 plane; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | videodev2.h | 586 __u32 plane; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/linux/ |
D | videodev2.h | 595 __u32 plane; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/ |
D | videodev2.h | 586 __u32 plane; member
|