Searched refs:iformat (Results 1 – 4 of 4) sorted by relevance
391 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)
28 iformat = cl.GRAYSCALE30 iformat = cl.YUV36 cl.INTERNAL_FORMAT, iformat, \
28 iformat = cl.GRAYSCALE30 iformat = cl.YUV36 cl.INTERNAL_FORMAT, iformat,
2250 GLenum iformat = internalFormat; in st_ChooseTextureFormat() local2253 if (iformat == GL_BGRA) in st_ChooseTextureFormat()2254 iformat = GL_RGBA; in st_ChooseTextureFormat()2259 if (iformat == baseFormat && iformat == basePackFormat) { in st_ChooseTextureFormat()