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

  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 485 This->vertex_uploader = u_upload_create(This->csmt_active ?
555 if (This->vertex_uploader)
556 u_upload_destroy(This->vertex_uploader);
    [all...]
device9.h 144 struct u_upload_mgr *vertex_uploader; member in struct:NineDevice9

Completed in 67 milliseconds