Lines Matching defs:pParams
53 struct NineUnknownParams *pParams,
67 This, pParams->device, pResource, Level, Layer, pDesc);
70 pParams->container = pContainer;
71 This->base.base.device = pParams->device; /* Early fill this field in case of failure */
89 hr = d3dmultisample_type_check(pParams->device->screen,
101 This->base.info.screen = pParams->device->screen;
155 (pParams->device->workarounds.dynamic_texture_workaround &&
157 This->data_internal = nine_allocate(pParams->device->allocator,
171 This->data = nine_allocate(pParams->device->allocator,
180 hr = NineResource9_ctor(&This->base, pParams, pResource,
205 nine_context_clear_render_target(pParams->device, This, 0, 0, 0, pDesc->Width, pDesc->Height);