Home
last modified time | relevance | path

Searched refs:iformat (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Scripts/
Dcoff-dump.py391 iformat = entry[1]
394 value = read_value(iformat)
401 iformat = entry[1]
405 value = read_value(iformat)
423 iformat = entry[1]
427 value = read_value(iformat)
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat,
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat, \
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c332 enum pipe_format iformat, format = ptrans->resource->format; in flush_region() local
365 iformat = helper->vtbl->get_internal_format(ptrans->resource); in flush_region()
372 (box->x * util_format_get_blocksize(iformat)); in flush_region()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2269 GLenum iformat = internalFormat; in st_ChooseTextureFormat() local
2272 if (iformat == GL_BGRA) in st_ChooseTextureFormat()
2273 iformat = GL_RGBA; in st_ChooseTextureFormat()
2278 if (iformat == baseFormat && iformat == basePackFormat) { in st_ChooseTextureFormat()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp4919 glw::GLenum iformat; member
5026 if (internalformat == compressed_images[i].iformat in PrepareReferenceData()
5033 m_reference_internalformat = compressed_images[i].iformat; in PrepareReferenceData()