Home
last modified time | relevance | path

Searched refs:iformat (Results 1 – 4 of 4) 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-irix5/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat, \
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat,
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2250 GLenum iformat = internalFormat; in st_ChooseTextureFormat() local
2253 if (iformat == GL_BGRA) in st_ChooseTextureFormat()
2254 iformat = GL_RGBA; in st_ChooseTextureFormat()
2259 if (iformat == baseFormat && iformat == basePackFormat) { in st_ChooseTextureFormat()