Searched refs:iformat (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_picture.c282 GLenum iformat; local in function:glamor_upload_picture_to_texture
337 iformat = f->internalformat;
339 iformat = format;
354 glTexImage2D(GL_TEXTURE_2D, 0, iformat,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.c1324 GLenum iformat = internalFormat; local in function:st_ChooseTextureFormat
1327 if (iformat == GL_BGRA)
1328 iformat = GL_RGBA;
1333 if (iformat == baseFormat && iformat == basePackFormat) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c354 enum pipe_format iformat, format = ptrans->resource->format; local in function:flush_region
387 iformat = helper->vtbl->get_internal_format(ptrans->resource);
394 (box->x * util_format_get_blocksize(iformat));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c356 enum pipe_format iformat, format = ptrans->resource->format; local in function:flush_region
389 iformat = helper->vtbl->get_internal_format(ptrans->resource);
396 (box->x * util_format_get_blocksize(iformat));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.c2390 GLenum iformat = internalFormat; local in function:st_ChooseTextureFormat
2393 if (iformat == GL_BGRA)
2394 iformat = GL_RGBA;
2399 if (iformat == baseFormat && iformat == basePackFormat) {

Completed in 9 milliseconds