Home
last modified time | relevance | path

Searched refs:tempFormat (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c194 mesa_format tempFormat; in _mesa_texstore_rg_rgtc2() local
201 tempFormat = MESA_FORMAT_RG_UNORM8; in _mesa_texstore_rg_rgtc2()
203 tempFormat = MESA_FORMAT_LA_UNORM8; in _mesa_texstore_rg_rgtc2()
212 tempFormat, in _mesa_texstore_rg_rgtc2()
259 mesa_format tempFormat; in _mesa_texstore_signed_rg_rgtc2() local
266 tempFormat = MESA_FORMAT_RG_FLOAT32; in _mesa_texstore_signed_rg_rgtc2()
268 tempFormat = MESA_FORMAT_LA_FLOAT32; in _mesa_texstore_signed_rg_rgtc2()
277 tempFormat, in _mesa_texstore_signed_rg_rgtc2()
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1175 GLenum tempFormat = 0; in TEST_P() local
1178 &tempFormat, tempArray); in TEST_P()