Home
last modified time | relevance | path

Searched refs:pPlane (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.h396 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/state_trackers/nine/
Ddevice9.h507 const float *pPlane );
512 float *pPlane );
Ddevice9.c2178 const float *pPlane ) in NineDevice9_SetClipPlane() argument
2182 user_assert(pPlane, D3DERR_INVALIDCALL); in NineDevice9_SetClipPlane()
2185 pPlane[0], pPlane[1], in NineDevice9_SetClipPlane()
2186 pPlane[2], pPlane[3]); in NineDevice9_SetClipPlane()
2190 memcpy(&state->clip.ucp[Index][0], pPlane, sizeof(state->clip.ucp[0])); in NineDevice9_SetClipPlane()
2194 nine_context_set_clip_plane(This, Index, (struct nine_clipplane *)pPlane); in NineDevice9_SetClipPlane()
2202 float *pPlane ) in NineDevice9_GetClipPlane() argument
2208 memcpy(pPlane, &state->clip.ucp[Index][0], sizeof(state->clip.ucp[0])); in NineDevice9_GetClipPlane()
Dnine_state.h477 const struct nine_clipplane *pPlane);
Dnine_lock.c1179 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()
Dnine_state.c1881 ARG_COPY_REF(struct nine_clipplane, pPlane)) in CSMT_ITEM_NO_WAIT() argument
1885 memcpy(&context->clip.ucp[Index][0], pPlane, sizeof(context->clip.ucp[0])); in CSMT_ITEM_NO_WAIT()
/external/mesa3d/include/D3D9/
Dd3d9.h213 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);
/external/swiftshader/include/Direct3D/
Dd3d8.h300 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float* pPlane) PURE; in DECLARE_INTERFACE_()
301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE; in DECLARE_INTERFACE_()