Searched refs:PLANE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 89 #define CONSTANT_PLANE(VALUE, PLANE) \ argument 91 PLANE[0] = 0.0F; \ 92 PLANE[1] = 0.0F; \ 93 PLANE[2] = -1.0F; \ 94 PLANE[3] = VALUE; \ 110 #define SOLVE_PLANE(X, Y, PLANE) \ argument 111 ((PLANE[3] + PLANE[0] * (X) + PLANE[1] * (Y)) / -PLANE[2])
|
D | s_aaline.c | 150 #define SOLVE_PLANE(X, Y, PLANE) \ argument 151 ((PLANE[3] + PLANE[0] * (X) + PLANE[1] * (Y)) / -PLANE[2])
|
/external/libavc/decoder/ |
D | ih264d_defs.h | 413 #define PLANE 3 macro
|
/external/libavc/common/arm/ |
D | ih264_intra_pred_luma_16x16_a9q.s | 349 @* Perform Intra prediction for luma_16x16 mode:PLANE 352 @* Perform Intra prediction for luma_16x16 mode:PLANE ,described in sec 8.3.3.4
|
D | ih264_intra_pred_chroma_a9q.s | 345 @* Perform Intra prediction for chroma_8x8 mode:PLANE 348 @* Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.4
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 292 {dot}plane { return PLANE; }
|
D | program_parse.y | 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION 1561 stateClipPlaneItem: CLIP '[' stateClipPlaneNum ']' PLANE
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 608 get_properties(res, plane_res, plane, PLANE); in get_resources() 874 find_object(dev->resources, plane_res, plane, PLANE); in set_property()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 16868 101E2;PHAISTOS DISC SIGN CARPENTRY PLANE;So;0;L;;;;;N;;;;; 16884 101F2;PHAISTOS DISC SIGN PLANE TREE;So;0;L;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 16868 101E2;PHAISTOS DISC SIGN CARPENTRY PLANE;So;0;L;;;;;N;;;;; 16884 101F2;PHAISTOS DISC SIGN PLANE TREE;So;0;L;;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 16868 101E2;PHAISTOS DISC SIGN CARPENTRY PLANE;So;0;L;;;;;N;;;;; 16884 101F2;PHAISTOS DISC SIGN PLANE TREE;So;0;L;;;;;N;;;;;
|
D | ppucd.txt | 20608 cp;101E2;na=PHAISTOS DISC SIGN CARPENTRY PLANE 20624 cp;101F2;na=PHAISTOS DISC SIGN PLANE TREE
|