Searched refs:temp_handle (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c1077 D3DWindowBuffer *temp_handle; local in function:NineSwapChain9_GetFrontBufferData
1092 create_present_buffer(This, width, height, &temp_resource, &temp_handle);
1094 if (!temp_resource || !temp_handle) {
1115 ID3DPresent_FrontBufferCopy(This->present, temp_handle);
1119 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c1100 D3DWindowBuffer *temp_handle; local in function:NineSwapChain9_GetFrontBufferData
1115 create_present_buffer(This, width, height, &temp_resource, &temp_handle);
1117 if (!temp_resource || !temp_handle) {
1138 ID3DPresent_FrontBufferCopy(This->present, temp_handle);
1142 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle);

Completed in 5 milliseconds