Searched defs:plane (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
H A Dutf16_le.c107 unsigned int plane, high; local
109 plane = (code >> 16) - 1;
112 *p++ = (UChar)(((plane & 0x03) << 6) + (high >> 2));
113 *p++ = (UChar)((plane >> 2) + 0xd8);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A D_codecs_iso2022.c110 unsigned char plane; member in struct:iso2022_designation
221 switch (dsg->plane) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A D_codecs_iso2022.c110 unsigned char plane; member in struct:iso2022_designation
221 switch (dsg->plane) {
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_enc.cpp99 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) argument
118 memcpy(ptr, &plane, 4); ptr += 4;
5005 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) argument
5024 memcpy(ptr, &plane, 4); ptr += 4;
5033 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) argument
5052 memcpy(ptr, &plane, 4); ptr += 4;
6851 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) argument
6870 memcpy(ptr, &plane, 4); ptr += 4;
6879 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) argument
6898 memcpy(ptr, &plane,
[all...]
H A Dgl_entry.cpp11 void glClipPlanef(GLenum plane, const GLfloat* equation);
186 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
250 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
325 void glClipPlanef(GLenum plane, const GLfloat* equation) argument
328 ctx->glClipPlanef(ctx, plane, equation);
1379 void glClipPlanexOES(GLenum plane, const GLfixed* equation) argument
1382 ctx->glClipPlanexOES(ctx, plane, equation);
1385 void glClipPlanexIMG(GLenum plane, cons argument
1767 glClipPlanefOES(GLenum plane, const GLfloat* equation) argument
1773 glClipPlanefIMG(GLenum plane, const GLfloat* equation) argument
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) argument
73 getDispatch()->glClipPlanef(plane, equation);
306 void glClipPlanex(GLenum plane, const GLfixed *equation) argument
308 getDispatch()->glClipPlanex(plane, equation);
861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) argument
863 getDispatch()->glClipPlanexOES(plane, equation);
1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) argument
1173 getDispatch()->glClipPlanefOES(plane, equation);
/device/asus/fugu/kernel-headers/linux/
H A Dpsb_drm.h797 } plane; member in struct:drm_psb_register_rw_arg
/device/asus/fugu/original-kernel-headers/linux/
H A Dpsb_drm.h697 /*plane index 0-A, 1-B, 2-C,etc*/
846 } plane; member in struct:drm_psb_register_rw_arg
1215 /* plane index 0-A, 1-B, 2-C,etc */
1234 /* plane index 0-A, 1-B, 2-C,etc */
1253 /* 1 sprite plane */

Completed in 537 milliseconds