HomeSort by: relevance | last modified time | path
    Searched refs:iformat (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_picture.c 282 GLenum iformat; local
337 iformat = f->internalformat;
339 iformat = format;
354 glTexImage2D(GL_TEXTURE_2D, 0, iformat,
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_format.c 1324 GLenum iformat = internalFormat; local
1327 if (iformat == GL_BGRA)
1328 iformat = GL_RGBA;
1333 if (iformat == baseFormat && iformat == basePackFormat) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer_helper.c 356 enum pipe_format iformat, format = ptrans->resource->format; local
389 iformat = helper->vtbl->get_internal_format(ptrans->resource);
396 (box->x * util_format_get_blocksize(iformat));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_transfer_helper.c 354 enum pipe_format iformat, format = ptrans->resource->format; local
387 iformat = helper->vtbl->get_internal_format(ptrans->resource);
394 (box->x * util_format_get_blocksize(iformat));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_format.c 2390 GLenum iformat = internalFormat; local
2393 if (iformat == GL_BGRA)
2394 iformat = GL_RGBA;
2399 if (iformat == baseFormat && iformat == basePackFormat) {

Completed in 12 milliseconds