Home
last modified time | relevance | path

Searched refs:diffbit (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt136 we call 'diffbit'. If diffbit = 0, the 'individual' mode is
137 chosen, and if diffbit = 1, then the 'differential' mode is
154 In the 'individual' mode (diffbit = 0), the base color for
170 In the 'differential' mode (diffbit = 1), the base color for
218 the same bit position, irrespectively of bits 'diffbit' and
240 a) bit layout in bits 63 through 32 if diffbit = 0
255 b) bit layout in bits 63 through 32 if diffbit = 1
/third_party/openGLES/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt146 we call 'diffbit'. If diffbit = 0, the 'individual' mode is
147 chosen, and if diffbit = 1, then the 'differential' mode is
164 In the 'individual' mode (diffbit = 0), the base color for
180 In the 'differential' mode (diffbit = 1), the base color for
228 the same bit position, irrespectively of bits 'diffbit' and
250 a) bit layout in bits 63 through 32 if diffbit = 0
265 b) bit layout in bits 63 through 32 if diffbit = 1
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp145 bool opaqueBit = diffbit; in decodeBlock()
149 if(diffbit || punchThroughAlpha) in decodeBlock()
214 bool diffbit : 1; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp146 bool opaqueBit = diffbit; in decodeBlock()
150 if(diffbit || punchThroughAlpha) in decodeBlock()
215 bool diffbit : 1; member
/third_party/mesa3d/src/mesa/main/
Dtexcompress_etc.c342 GLboolean diffbit = false; in etc2_rgb8_parse_block() local
359 diffbit = src[3] & 0x2; in etc2_rgb8_parse_block()
361 if (!diffbit && !punchthrough_alpha) { in etc2_rgb8_parse_block()
442 else if (diffbit || punchthrough_alpha) { in etc2_rgb8_parse_block()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp131 bool opaqueBit = u.idht.mode.idm.diffbit; in decodeAsRGB()
134 if (u.idht.mode.idm.diffbit || punchThroughAlpha) in decodeAsRGB()
176 bool opaqueBit = u.idht.mode.idm.diffbit; in transcodeAsBC1()
179 if (u.idht.mode.idm.diffbit || punchThroughAlpha) in transcodeAsBC1()
243 bool diffbit : 1; member
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp131 bool opaqueBit = u.idht.mode.idm.diffbit; in decodeAsRGB()
134 if (u.idht.mode.idm.diffbit || punchThroughAlpha) in decodeAsRGB()
176 bool opaqueBit = u.idht.mode.idm.diffbit; in transcodeAsBC1()
179 if (u.idht.mode.idm.diffbit || punchThroughAlpha) in transcodeAsBC1()
243 bool diffbit : 1; member