HomeSort by relevance Sort by last modified time
    Searched refs:drv (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/mesa3d/src/egl/main/
eglsurface.c 338 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface,
411 *value = drv->API.QueryBufferAge(drv, dpy, surface);
426 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface,
490 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface,
528 _eglReleaseTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf,
577 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf,
eglcontext.h 77 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 377 VAStatus vlVaHandleVAProcPipelineParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
378 void vlVaGetReferenceFrame(vlVaDriver *drv, VASurfaceID surface_id, struct pipe_video_buffer **ref_frame);
379 void vlVaHandlePictureParameterBufferMPEG12(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
382 void vlVaHandlePictureParameterBufferH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
385 void vlVaHandlePictureParameterBufferVC1(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
387 void vlVaHandlePictureParameterBufferMPEG4(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
391 void vlVaHandlePictureParameterBufferHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf);
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 95 dri2_drm_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type,
106 (void) drv;
164 dri2_drm_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp,
168 return dri2_drm_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
173 dri2_drm_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *disp,
188 dri2_drm_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
412 dri2_drm_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
448 dri2_drm_query_buffer_age(_EGLDriver *drv,
491 dri2_drm_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp,
495 (void) drv;
    [all...]
platform_android.c 281 droid_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type,
348 droid_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp,
352 return droid_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
357 droid_create_pbuffer_surface(_EGLDriver *drv, _EGLDisplay *disp,
360 return droid_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
365 droid_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
568 droid_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
762 droid_query_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf,
784 return _eglQuerySurface(drv, dpy, surf, attribute, value);
820 droid_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp
    [all...]
platform_wayland.c 55 dri2_wl_swap_interval(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf,
128 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
131 dri2_wl_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp,
198 dri2_wl_swap_interval(drv, disp, &dri2_surf->base,
210 dri2_wl_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *disp,
226 * Called via eglDestroySurface(), drv->API.DestroySurface().
229 dri2_wl_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
235 (void) drv;
687 * Called via eglSwapBuffers(), drv->API.SwapBuffers().
690 dri2_wl_swap_buffers_with_damage(_EGLDriver *drv,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
vdec.mk 113 mm-vdec-drv-test-inc := hardware/qcom/media/msm8974/mm-core/inc
114 mm-vdec-drv-test-inc += $(LOCAL_PATH)/vdec/inc
119 LOCAL_C_INCLUDES := $(mm-vdec-drv-test-inc)
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
vdec.mk 205 mm-vdec-drv-test-inc := hardware/qcom/media/msm8974/mm-core/inc
206 mm-vdec-drv-test-inc += $(LOCAL_PATH)/vdec/inc
207 mm-vdec-drv-test-inc += $(vdec-inc)
212 LOCAL_C_INCLUDES := $(mm-vdec-drv-test-inc)
  /development/ndk/platforms/android-9/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver

Completed in 1494 milliseconds

1 2 34 5 6 7 8 91011