HomeSort by relevance Sort by last modified time
    Searched refs:drv (Results 226 - 250 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/qemu/audio/
fmodaudio.c 535 const char *drv = conf.drvname; local
551 if (drv) {
554 if (!strcmp (drv, drvtab[i].name)) {
561 dolog ("Unknown FMOD driver `%s'\n", drv);
629 .name = "DRV",
audio_int.h 191 struct audio_driver *drv; member in struct:AudioState
  /frameworks/rs/
rsElement.h 40 mutable void *drv; member in struct:android::renderscript::Element::Hal
rsType.h 37 mutable void *drv; member in struct:android::renderscript::Type::Hal
rsMesh.cpp 25 mHal.drv = NULL;
41 mHal.drv = NULL;
rsAllocation.h 53 void * drv; member in struct:android::renderscript::Allocation::Hal
rsContext.h 80 void * drv; member in struct:android::renderscript::Context::Hal
rsProgram.cpp 126 mHal.drv = NULL;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 414 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c,
417 (void) drv;
eglconfig.c 776 _eglChooseConfig(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attrib_list,
795 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf,
831 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs,
  /external/mesa3d/src/egl/main/
eglcontext.c 414 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c,
417 (void) drv;
eglconfig.c 776 _eglChooseConfig(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attrib_list,
795 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf,
831 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs,
  /external/qemu/
block.h 65 int bdrv_create(BlockDriver *drv, const char* filename,
72 BlockDriver *drv);
qemu-io.c 1372 if (bs->drv && bs->drv->format_name)
1373 printf("format name: %s\n", bs->drv->format_name);
1374 if (bs->drv && bs->drv->protocol_name)
1375 printf("format name: %s\n", bs->drv->protocol_name);
    [all...]
block_int.h 156 BlockDriver *drv; /* NULL means no media */ member in struct:BlockDriverState
vl-android.c 1039 BlockDriver *drv = NULL; local
1229 drv = bdrv_find_format(buf);
1230 if (!drv) {
    [all...]
vl.c 842 BlockDriver *drv = NULL; local
1032 drv = bdrv_find_format(buf);
1033 if (!drv) {
1178 if (bdrv_open2(bdrv, file, bdrv_flags, drv) < 0) {
    [all...]
  /external/kernel-headers/original/linux/
pci.h 358 #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver)
553 const struct pci_device_id *pci_match_device(struct pci_driver *drv, struct pci_dev *dev);
665 static inline int __pci_register_driver(struct pci_driver *drv, struct module *owner) { return 0;}
666 static inline int pci_register_driver(struct pci_driver *drv) { return 0;}
667 static inline void pci_unregister_driver(struct pci_driver *drv) { }
usb.h 424 extern struct usb_interface *usb_find_interface(struct usb_driver *drv,
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 385 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
406 DrvAllocation *drvTex = (DrvAllocation *)tex->mHal.drv;
466 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
487 DrvAllocation *drvTex = (DrvAllocation *)mRSProgram->mHal.state.textures[ct]->mHal.drv;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 459 const struct nouveau_driver *drv = context_drv(ctx); local
464 drv->emit[i](ctx, i);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 459 const struct nouveau_driver *drv = context_drv(ctx); local
464 drv->emit[i](ctx, i);
  /external/qemu/block/
vvfat.c     [all...]
qcow2.c 1033 BlockDriver *drv = bdrv_find_format("qcow2"); local
1035 bdrv_open(bs, filename, BDRV_O_CACHE_WB | BDRV_O_RDWR, drv);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011