Home
last modified time | relevance | path

Searched refs:ffh (Results 1 – 3 of 3) sorted by relevance

/third_party/openGLES/extensions/3DFX/
D3DFX_texture_compression_FXT1.txt227 alpha=ffh (opaque), while the eighth color is defined to be
249 Color[0] = color0[r,g,b], alpha[0] = ffh
250 Color[1] = (5*color0[r,g,b] + color1[r,g,b] +3 )/6 alpha[1] = ffh
251 Color[2] = (4*color0[r,g,b] + 2*color1[r,g,b] +3 )/6 alpha[2] = ffh
252 Color[3] = (3*color0[r,g,b] + 3*color1[r,g,b] +3 )/6 alpha[3] = ffh
253 Color[4] = (2*color0[r,g,b] + 4*color1[r,g,b] +3 )/6 alpha[4] = ffh
254 Color[5] = (color0[r,g,b] + 5*color1[r,g,b] +3 )/6 alpha[5] = ffh
255 Color[6] = color1[r,g,b], alpha[6] = ffh
306 always opaque(ffh), regardless of the 2-bit index value. The 32-bit
315 0 color0, alpha = ffh
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_texture_compression_FXT1.txt227 alpha=ffh (opaque), while the eighth color is defined to be
249 Color[0] = color0[r,g,b], alpha[0] = ffh
250 Color[1] = (5*color0[r,g,b] + color1[r,g,b] +3 )/6 alpha[1] = ffh
251 Color[2] = (4*color0[r,g,b] + 2*color1[r,g,b] +3 )/6 alpha[2] = ffh
252 Color[3] = (3*color0[r,g,b] + 3*color1[r,g,b] +3 )/6 alpha[3] = ffh
253 Color[4] = (2*color0[r,g,b] + 4*color1[r,g,b] +3 )/6 alpha[4] = ffh
254 Color[5] = (color0[r,g,b] + 5*color1[r,g,b] +3 )/6 alpha[5] = ffh
255 Color[6] = color1[r,g,b], alpha[6] = ffh
306 always opaque(ffh), regardless of the 2-bit index value. The 32-bit
315 0 color0, alpha = ffh
[all …]
/third_party/node/test/fuzzers/
Dfuzz_env.cc101 FuzzerFixtureHelper ffh; in LLVMFuzzerTestOneInput() local
103 EnvTest(ffh.isolate_, (char*)s.c_str()); in LLVMFuzzerTestOneInput()
104 ffh.Teardown(); in LLVMFuzzerTestOneInput()