Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt196 if (ymask) destination.y = v.x;
236 if (ymask) destination.y = u.x;
275 if (ymask) destination.y = t.y - u.y;
289 if (ymask) destination.y = (t.y >= 0) ? t.y : -t.y;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2249 if (ymask) destination.y = t.y;
2279 if (ymask) destination.y = t.y * u.y;
2309 if (ymask) destination.y = t.y + u.y;
2350 if (ymask) destination.y = t.y * u.y + v.y;
2375 if (ymask) destination.y = u.x;
2400 if (ymask) destination.y = u.x;
2434 if (ymask) destination.y = v.x;
2465 if (ymask) destination.y = v.x;
2490 if (ymask) destination.y = t.y*u.y;
[all …]
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt196 if (ymask) destination.y = v.x;
236 if (ymask) destination.y = u.x;
275 if (ymask) destination.y = t.y - u.y;
289 if (ymask) destination.y = (t.y >= 0) ? t.y : -t.y;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2249 if (ymask) destination.y = t.y;
2279 if (ymask) destination.y = t.y * u.y;
2309 if (ymask) destination.y = t.y + u.y;
2350 if (ymask) destination.y = t.y * u.y + v.y;
2375 if (ymask) destination.y = u.x;
2400 if (ymask) destination.y = u.x;
2434 if (ymask) destination.y = v.x;
2465 if (ymask) destination.y = v.x;
2490 if (ymask) destination.y = t.y*u.y;
[all …]
/third_party/libxml2/
Dxmlschemastypes.c4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4286 ymask = 0xf; in xmlSchemaCompareDates()
4289 ymask = 0x7; in xmlSchemaCompareDates()
4292 ymask = 0x1; in xmlSchemaCompareDates()
4295 ymask = 0x2; in xmlSchemaCompareDates()
4298 ymask = 0x3; in xmlSchemaCompareDates()
4301 ymask = 0x3; in xmlSchemaCompareDates()
4304 ymask = 0x6; in xmlSchemaCompareDates()
4307 ymask = 0x8; in xmlSchemaCompareDates()
4310 ymask = 0; in xmlSchemaCompareDates()
[all …]
/third_party/flutter/skia/third_party/etc1/
Detc1.cpp541 int ymask = kYMask[yEnd]; in etc1_encode_image() local
547 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()
/third_party/skia/third_party/etc1/
Detc1.cpp536 int ymask = kYMask[yEnd]; in etc1_encode_image() local
542 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()