Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/src/utils/win/
DSkWGL_win.cpp273 int tempFormat = ChoosePixelFormat(tempDC, &tempPFD); in SkWGLExtensions() local
274 SetPixelFormat(tempDC, tempFormat, &tempPFD); in SkWGLExtensions()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1133 GLenum tempFormat = 0; in TEST_P() local
1136 &tempFormat, tempArray); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1182 GLenum tempFormat = 0; in TEST_P() local
1185 &tempFormat, tempArray); in TEST_P()