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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c2076 GLenum temp_datatype; local in function:generate_mipmap_compressed
2097 temp_datatype = GL_FLOAT;
2101 temp_datatype = GL_BYTE;
2104 temp_datatype = GL_UNSIGNED_BYTE;
2138 temp_base_format, temp_datatype,
2194 _mesa_generate_mipmap_level(target, temp_datatype, components, border,
2204 temp_base_format, temp_datatype,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c2081 GLenum temp_datatype; local in function:generate_mipmap_compressed
2102 temp_datatype = GL_FLOAT;
2106 temp_datatype = GL_BYTE;
2109 temp_datatype = GL_UNSIGNED_BYTE;
2143 temp_base_format, temp_datatype,
2199 _mesa_generate_mipmap_level(target, temp_datatype, components, border,
2209 temp_base_format, temp_datatype,

Completed in 11 milliseconds