HomeSort by relevance Sort by last modified time
    Searched refs:DRM (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 18 class DRM : public Resource {
20 DRM();
21 explicit DRM(const InstanceHandle& instance);
flash_drm.cc 32 DRM::DRM() {
35 DRM::DRM(const InstanceHandle& instance) : Resource() {
48 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) {
70 bool DRM::GetHmonitor(int64_t* hmonitor) {
84 int32_t DRM::GetVoucherFile(
101 int32_t DRM::MonitorIsExternal(
  /external/chromium_org/ppapi/tests/
test_flash_drm.cc 24 using pp::flash::DRM;
61 DRM drm(instance_);
64 int32_t rv = drm.GetDeviceID(output_callback.GetCallback());
77 DRM drm(instance_);
81 if (drm.GetHmonitor(&hmonitor)) {
91 ASSERT_FALSE(drm.GetHmonitor(&hmonitor));
98 DRM drm(instance_)
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
37 lets the application get the DRM buffer handles.
75 Use when importing drm buffer:
82 To create a DRM EGLImage, call
96 should be usable as a scanout buffer with the DRM kernel
99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
104 To create a process local handle or a global DRM name for a
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
37 lets the application get the DRM buffer handles.
75 Use when importing drm buffer:
82 To create a DRM EGLImage, call
96 should be usable as a scanout buffer with the DRM kernel
99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
104 To create a process local handle or a global DRM name for a
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/
vdec.mk 59 #DRM include - Interface which loads the DRM library
  /hardware/qcom/media/mm-video-v4l2/vidc/
vdec.mk 94 #DRM include - Interface which loads the DRM library

Completed in 851 milliseconds