Home
last modified time | relevance | path

Searched refs:D3DQUERYTYPE (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dquery9.h40 D3DQUERYTYPE type;
52 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE);
57 D3DQUERYTYPE);
62 D3DQUERYTYPE Type );
67 D3DQUERYTYPE NINE_WINAPI
Dquery9.c35 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()
Dnine_dump.h9 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE);
Ddevice9.h834 D3DQUERYTYPE Type,
Dnine_lock.c1946 D3DQUERYTYPE Type, in LockDevice9_CreateQuery()
2570 static D3DQUERYTYPE NINE_WINAPI
2573 D3DQUERYTYPE r;
Dnine_dump.c145 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE type) in nine_D3DQUERYTYPE_to_str()
Ddevice9.c3842 D3DQUERYTYPE Type, in NineDevice9_CreateQuery()
/external/swiftshader/src/D3D9/
DDirect3DQuery9.hpp31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
42 D3DQUERYTYPE __stdcall GetType() override;
50 const D3DQUERYTYPE type;
DDirect3DQuery9.cpp26 …Direct3DQuery9::Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type) : device(device), type(… in Direct3DQuery9()
99 D3DQUERYTYPE Direct3DQuery9::GetType() in GetType()
DDirect3DDevice9Ex.hpp175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
DDirect3DDevice9.hpp75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
DDirect3DDevice9Ex.cpp166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
DDirect3DDevice9.cpp716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
/external/mesa3d/include/D3D9/
Dd3d9.h276 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);
Dd3d9types.h741 } D3DQUERYTYPE; typedef