HomeSort by relevance Sort by last modified time
    Searched refs:GetBufferPointer (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dcommon.h 55 virtual void * STDMETHODCALLTYPE GetBufferPointer(
82 void * (STDMETHODCALLTYPE *GetBufferPointer)(
101 #define ID3D10Blob_GetBufferPointer(This) (This)->lpVtbl->GetBufferPointer(This)
116 return This->lpVtbl->GetBufferPointer(This);
d3dcommon.idl 37 void *GetBufferPointer();
d3dx9core.h 74 STDMETHOD_(LPVOID, GetBufferPointer)(THIS) PURE;
85 #define ID3DXBuffer_GetBufferPointer(p) (p)->lpVtbl->GetBufferPointer(p)
93 #define ID3DXBuffer_GetBufferPointer(p) (p)->GetBufferPointer()
d3dx9shader.h 129 STDMETHOD_(LPVOID, GetBufferPointer)(THIS) PURE;
173 #define ID3DXConstantTable_GetBufferPointer(p) (p)->lpVtbl->GetBufferPointer(p)
204 #define ID3DXConstantTable_GetBufferPointer(p) (p)->GetBufferPointer()
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3dcommon.idl 313 LPVOID GetBufferPointer();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 1099 virtual LPVOID STDMETHODCALLTYPE GetBufferPointer()

Completed in 1709 milliseconds