Searched refs:D3DQUERYTYPE (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | query9.h | 40 D3DQUERYTYPE type; 52 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE); 57 D3DQUERYTYPE); 62 D3DQUERYTYPE Type ); 67 D3DQUERYTYPE NINE_WINAPI
|
D | query9.c | 35 d3dquerytype_to_pipe_query(struct pipe_screen *screen, D3DQUERYTYPE type) in d3dquerytype_to_pipe_query() 62 nine_query_result_size(D3DQUERYTYPE type) in nine_query_result_size() 78 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE type) in nine_is_query_supported() 95 D3DQUERYTYPE Type ) in NineQuery9_ctor() 149 D3DQUERYTYPE NINE_WINAPI 311 D3DQUERYTYPE Type ) in NineQuery9_new()
|
D | nine_dump.h | 9 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE);
|
D | device9.h | 834 D3DQUERYTYPE Type,
|
D | nine_lock.c | 1946 D3DQUERYTYPE Type, in LockDevice9_CreateQuery() 2570 static D3DQUERYTYPE NINE_WINAPI 2573 D3DQUERYTYPE r;
|
D | nine_dump.c | 145 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE type) in nine_D3DQUERYTYPE_to_str()
|
D | device9.c | 3842 D3DQUERYTYPE Type, in NineDevice9_CreateQuery()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DQuery9.hpp | 31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type); 42 D3DQUERYTYPE __stdcall GetType() override; 50 const D3DQUERYTYPE type;
|
D | Direct3DQuery9.cpp | 26 …Direct3DQuery9::Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type) : device(device), type(… in Direct3DQuery9() 99 D3DQUERYTYPE Direct3DQuery9::GetType() in GetType()
|
D | Direct3DDevice9Ex.hpp | 175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
|
D | Direct3DDevice9.hpp | 75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
|
D | Direct3DDevice9Ex.cpp | 166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
|
D | Direct3DDevice9.cpp | 716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0; 321 virtual D3DQUERYTYPE WINAPI GetType() = 0; 864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery… 1115 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQue… 1375 D3DQUERYTYPE (WINAPI *GetType)(IDirect3DQuery9 *This);
|
D | d3d9types.h | 741 } D3DQUERYTYPE; typedef
|