Home
last modified time | relevance | path

Searched refs:xmask (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt195 if (xmask) destination.x = v.x;
235 if (xmask) destination.x = u.x;
274 if (xmask) destination.x = t.x - u.x;
288 if (xmask) destination.x = (t.x >= 0) ? t.x : -t.x;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2248 if (xmask) destination.x = t.x;
2278 if (xmask) destination.x = t.x * u.x;
2308 if (xmask) destination.x = t.x + u.x;
2349 if (xmask) destination.x = t.x * u.x + v.x;
2374 if (xmask) destination.x = u.x;
2399 if (xmask) destination.x = u.x;
2433 if (xmask) destination.x = v.x;
2464 if (xmask) destination.x = v.x;
2489 if (xmask) destination.x = 1.0;
[all …]
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt195 if (xmask) destination.x = v.x;
235 if (xmask) destination.x = u.x;
274 if (xmask) destination.x = t.x - u.x;
288 if (xmask) destination.x = (t.x >= 0) ? t.x : -t.x;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2248 if (xmask) destination.x = t.x;
2278 if (xmask) destination.x = t.x * u.x;
2308 if (xmask) destination.x = t.x + u.x;
2349 if (xmask) destination.x = t.x * u.x + v.x;
2374 if (xmask) destination.x = u.x;
2399 if (xmask) destination.x = u.x;
2433 if (xmask) destination.x = v.x;
2464 if (xmask) destination.x = v.x;
2489 if (xmask) destination.x = 1.0;
[all …]
/third_party/libxml2/
Dxmlschemastypes.c4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4256 xmask = 0xf; in xmlSchemaCompareDates()
4259 xmask = 0x7; in xmlSchemaCompareDates()
4262 xmask = 0x1; in xmlSchemaCompareDates()
4265 xmask = 0x2; in xmlSchemaCompareDates()
4268 xmask = 0x3; in xmlSchemaCompareDates()
4271 xmask = 0x3; in xmlSchemaCompareDates()
4274 xmask = 0x6; in xmlSchemaCompareDates()
4277 xmask = 0x8; in xmlSchemaCompareDates()
4280 xmask = 0; in xmlSchemaCompareDates()
[all …]