Searched refs:pPlane (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.h | 396 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const; 405 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 521 const float *pPlane ); 526 float *pPlane );
|
D | device9.c | 2309 const float *pPlane ) in NineDevice9_SetClipPlane() argument 2313 user_assert(pPlane, D3DERR_INVALIDCALL); in NineDevice9_SetClipPlane() 2316 pPlane[0], pPlane[1], in NineDevice9_SetClipPlane() 2317 pPlane[2], pPlane[3]); in NineDevice9_SetClipPlane() 2321 memcpy(&state->clip.ucp[Index][0], pPlane, sizeof(state->clip.ucp[0])); in NineDevice9_SetClipPlane() 2325 nine_context_set_clip_plane(This, Index, (struct nine_clipplane *)pPlane); in NineDevice9_SetClipPlane() 2333 float *pPlane ) in NineDevice9_GetClipPlane() argument 2338 user_assert(pPlane != NULL, D3DERR_INVALIDCALL); in NineDevice9_GetClipPlane() 2341 memcpy(pPlane, &state->clip.ucp[Index][0], sizeof(state->clip.ucp[0])); in NineDevice9_GetClipPlane()
|
D | nine_state.h | 484 const struct nine_clipplane *pPlane);
|
D | nine_lock.c | 1179 const float *pPlane ) in LockDevice9_SetClipPlane() argument 1183 r = NineDevice9_SetClipPlane(This, Index, pPlane); in LockDevice9_SetClipPlane() 1191 float *pPlane ) in LockDevice9_GetClipPlane() argument 1195 r = NineDevice9_GetClipPlane(This, Index, pPlane); in LockDevice9_GetClipPlane()
|
D | nine_state.c | 1957 ARG_COPY_REF(struct nine_clipplane, pPlane)) in CSMT_ITEM_NO_WAIT() argument 1961 memcpy(&context->clip.ucp[Index][0], pPlane, sizeof(context->clip.ucp[0])); in CSMT_ITEM_NO_WAIT()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0; 214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0; 801 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9 *This, DWORD Index, const float *pPlane); 802 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9 *This, DWORD Index, float *pPlane); 1052 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, const float *pPlane); 1053 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, float *pPlane);
|