HomeSort by relevance Sort by last modified time
    Searched refs:ubyte_types_scale (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 164 static GLuint ubyte_types_scale[4] = { variable
297 case GL_UNSIGNED_BYTE: return ubyte_types_scale[size-1];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 180 static GLuint ubyte_types_scale[5] = { variable
269 case GL_UNSIGNED_BYTE: return ubyte_types_scale[size];

Completed in 262 milliseconds