HomeSort by relevance Sort by last modified time
    Searched full:cb_frame_data (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 176 cb_frame_t* cb_frame_data = (cb_frame_t*)map.pData; local
177 D3DXMatrixIdentity(&cb_frame_data->model);
187 cb_frame_data->view_proj = view * proj;
189 cb_frame_data->tess_factor = (1.0f - (float)cos(time)) * ((64.0f - min_tess_factor) / 2.0f) + min_tess_factor;
190 cb_frame_data->disp_scale = 0.9f;
191 //cb_frame_data->disp_scale = (sin(time) + 1.0) / 2.0;
192 cb_frame_data->disp_freq = 5.0f * (float)M_PI;
193 //cb_frame_data->disp_freq = (4.0 + 4.0 * cos(time / 5.0)) * PI;

Completed in 47 milliseconds