/external/mesa3d/src/mesa/drivers/x11/ |
xm_line.c | 220 GLushort pixel = PACK_5R6G5B( color[0], color[1], color[2] ); 221 #define PIXEL_TYPE GLushort 238 #define PIXEL_TYPE GLushort 369 GLushort pixel = PACK_5R6G5B( color[0], color[1], color[2] ); 372 #define PIXEL_TYPE GLushort 395 #define PIXEL_TYPE GLushort
|
xm_tri.c | 262 #define PIXEL_TYPE GLushort 292 #define PIXEL_TYPE GLushort 488 #define PIXEL_TYPE GLushort 492 GLushort p = PACK_5R6G5B( v2->color[0], v2->color[1], v2->color[2] ); 514 #define PIXEL_TYPE GLushort 691 #define PIXEL_TYPE GLushort 714 #define PIXEL_TYPE GLushort 861 #define PIXEL_TYPE GLushort 881 #define PIXEL_TYPE GLushort [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
wglext.h | 553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id); 554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length); 555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id); 556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id); 558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length); 560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id); 561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tcl.c | 106 #define ELT_TYPE GLushort 142 static GLushort *r200AllocElts( r200ContextPtr rmesa, GLuint nr ) 147 GLushort *dest = (GLushort *)(rmesa->radeon.tcl.elt_dma_bo->ptr + 222 GLushort *des = (GLushort *)( (uintptr_t)dest & ~0x2 ); \ 223 (des)[ off + 1 - 2 * ( off & 1 ) ] = (GLushort)(x); \ 227 (dest)[offset] = (GLushort) (x); \
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_clear.c | 141 SIMPLE_TYPE_CLEAR(GLushort); 150 MULTI_WORD_CLEAR(GLushort, 3);
|
s_zoom.c | 222 const GLushort (*rgba)[4] = (const GLushort (*)[4]) src; 257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src; 306 ((zoomed.array->ChanType == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort)
|
/external/mesa3d/include/GL/ |
wglext.h | 553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id); 554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length); 555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id); 556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id); 558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length); 560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id); 561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id); [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tcl.c | 106 #define ELT_TYPE GLushort 142 static GLushort *r200AllocElts( r200ContextPtr rmesa, GLuint nr ) 147 GLushort *dest = (GLushort *)(rmesa->radeon.tcl.elt_dma_bo->ptr + 222 GLushort *des = (GLushort *)( (uintptr_t)dest & ~0x2 ); \ 223 (des)[ off + 1 - 2 * ( off & 1 ) ] = (GLushort)(x); \ 227 (dest)[offset] = (GLushort) (x); \
|
/external/mesa3d/src/mesa/swrast/ |
s_clear.c | 141 SIMPLE_TYPE_CLEAR(GLushort); 150 MULTI_WORD_CLEAR(GLushort, 3);
|
s_zoom.c | 222 const GLushort (*rgba)[4] = (const GLushort (*)[4]) src; 257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src; 306 ((zoomed.array->ChanType == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort)
|
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id); 554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length); 555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id); 556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id); 558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length); 560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id); 561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | 66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */ 67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */ 82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */ 83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */ 210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort pattern); /* 167 * [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | [all...] |
image.h | 36 _mesa_swap2( GLushort *p, GLuint n );
|
lines.c | 95 _mesa_LineStipple( GLint factor, GLushort pattern )
|
/external/mesa3d/src/mesa/main/ |
texstore.c | [all...] |
image.h | 36 _mesa_swap2( GLushort *p, GLuint n );
|
lines.c | 95 _mesa_LineStipple( GLint factor, GLushort pattern )
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 328 GLushort *pc, 329 GLushort *pc_persp, 330 GLushort *pc_linear) 432 GLushort pc, pc_persp, pc_linear; 516 GLushort pc, pc_persp, pc_linear; 579 GLushort pc, pc_persp, pc_linear, pc_coord_replace; 675 GLushort pc, pc_persp, pc_linear;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 328 GLushort *pc, 329 GLushort *pc_persp, 330 GLushort *pc_linear) 432 GLushort pc, pc_persp, pc_linear; 516 GLushort pc, pc_persp, pc_linear; 579 GLushort pc, pc_persp, pc_linear, pc_coord_replace; 675 GLushort pc, pc_persp, pc_linear;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_tri.c | 262 #define PIXEL_TYPE GLushort 292 #define PIXEL_TYPE GLushort 488 #define PIXEL_TYPE GLushort 492 GLushort p = PACK_5R6G5B( v2->color[0], v2->color[1], v2->color[2] ); 514 #define PIXEL_TYPE GLushort 691 #define PIXEL_TYPE GLushort 714 #define PIXEL_TYPE GLushort 861 #define PIXEL_TYPE GLushort 881 #define PIXEL_TYPE GLushort [all...] |
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/ |
Simple_Texture2D.c | 132 GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
|
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/ |
Simple_VertexShader.c | 32 GLushort *indices;
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_translate.c | 63 typedef void (*trans_4us_func)(GLushort (*to)[4], 279 #define SRC GLushort 699 * Translate vector of values to GLushort [4]. 701 void _math_trans_4us(GLushort (*to)[4],
|
/external/mesa3d/src/mesa/math/ |
m_translate.c | 63 typedef void (*trans_4us_func)(GLushort (*to)[4], 279 #define SRC GLushort 699 * Translate vector of values to GLushort [4]. 701 void _math_trans_4us(GLushort (*to)[4],
|