Lines Matching defs:pPlane
2370 const float *pPlane )
2374 user_assert(pPlane, D3DERR_INVALIDCALL);
2376 DBG("This=%p Index=%u pPlane=%f %f %f %f\n", This, Index,
2377 pPlane[0], pPlane[1],
2378 pPlane[2], pPlane[3]);
2382 memcpy(&state->clip.ucp[Index][0], pPlane, sizeof(state->clip.ucp[0]));
2386 nine_context_set_clip_plane(This, Index, (struct nine_clipplane *)pPlane);
2394 float *pPlane )
2399 user_assert(pPlane != NULL, D3DERR_INVALIDCALL);
2402 memcpy(pPlane, &state->clip.ucp[Index][0], sizeof(state->clip.ucp[0]));