OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixed_plane
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c
169
static GLfloat
fixed_plane
[6][4] = {
variable
228
buf[offset + i * 4 + 0] =
fixed_plane
[i][0];
229
buf[offset + i * 4 + 1] =
fixed_plane
[i][1];
230
buf[offset + i * 4 + 2] =
fixed_plane
[i][2];
231
buf[offset + i * 4 + 3] =
fixed_plane
[i][3];
Completed in 1075 milliseconds