Searched refs:pPlane (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/amd/addrlib/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/state_trackers/nine/ |
D | device9.h | 507 const float *pPlane ); 512 float *pPlane );
|
D | device9.c | 2178 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()
|
D | nine_state.h | 477 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 | 1881 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/ |
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);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 300 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float* pPlane) PURE; in DECLARE_INTERFACE_() 301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE; in DECLARE_INTERFACE_()
|