OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_types_scale
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_atom_array.c
101
static GLuint
int_types_scale
[4] = {
variable
292
case GL_INT: return
int_types_scale
[size-1];
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
108
static GLuint
int_types_scale
[5] = {
variable
264
case GL_INT: return
int_types_scale
[size];
273
case GL_FIXED: return
int_types_scale
[size];
Completed in 271 milliseconds