/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_image.h | 63 const ubyte *rgba, unsigned stride);
|
u_math.h | 370 * Convert ubyte to float in [0, 1]. 374 ubyte_to_float(ubyte ub) 381 * Convert float in [0,1] to ubyte in [0,255] with clamping. 383 static inline ubyte 390 return (ubyte) 0; 393 return (ubyte) 255; 397 return (ubyte) tmp.i;
|
u_surface.c | 66 util_copy_rect(ubyte * dst, 73 const ubyte * src, 118 util_copy_box(ubyte * dst, 123 const ubyte * src, 147 util_fill_rect(ubyte * dst, 205 ubyte *row = dst; 218 util_fill_box(ubyte * dst, 412 ubyte *dst_map; 497 ubyte *dst_map; 523 ubyte *dst_layer = dst_map [all...] |
u_debug_image.c | 293 const ubyte *rgba, unsigned stride) 332 const ubyte *ptr = rgba + (stride * y * 4);
|
u_sse.h | 49 ubyte ub[16]; 56 union { __m128i m; ubyte ub[16]; } u;
|
/external/mesa3d/src/gallium/include/pipe/ |
p_compiler.h | 81 typedef unsigned char ubyte; typedef
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 253 const ubyte *elem = (const ubyte *) draw->pt.user.elts; 285 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf].map; 324 ubyte *u = (ubyte *) ptr; 331 ubyte *u = (ubyte *) ptr; 397 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts [all...] |
draw_pt_vsplit.c | 129 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, 184 #define ELT_TYPE ubyte
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_fs_exec.c | 139 const ubyte *sem_name = var->info.output_semantic_name; 140 const ubyte *sem_index = var->info.output_semantic_index;
|
sp_context.h | 117 ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
sp_draw_arrays.c | 111 (ubyte *) mapped_indices + sp->index_buffer.offset,
|
sp_quad_depth_test.c | 50 ubyte stencilVals[TGSI_QUAD_SIZE]; 52 ubyte shader_stencil_refs[TGSI_QUAD_SIZE]; 360 ubyte refs[TGSI_QUAD_SIZE]; 438 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask) 441 ubyte newstencil[TGSI_QUAD_SIZE]; 442 ubyte refs[TGSI_QUAD_SIZE]; 627 ubyte ref, wrtMask, valMask;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.h | 103 ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
lp_setup.h | 113 const ubyte refs[2] );
|
lp_texture.h | 218 ubyte *
|
lp_scene.h | 86 ubyte data[DATA_BLOCK_SIZE]; 233 ubyte *data = block->data + block->used; 265 ubyte *data = block->data + block->used;
|
lp_draw_arrays.c | 101 (ubyte *) mapped_indices + lp->index_buffer.offset,
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
genJPEGStrips.cpp | 51 write_JPEG_Buff(ubyte *buffPtr, int quality, int image_width, int image_height,
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 489 info->input_semantic_name[reg] = (ubyte) semName; 490 info->input_semantic_index[reg] = (ubyte) semIndex; 491 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; 492 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; 493 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; 546 info->output_semantic_name[reg] = (ubyte) semName; 547 info->output_semantic_index[reg] = (ubyte) semIndex; 552 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamX; 556 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2; 560 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4 [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 42 ubyte ref_value_front;
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dprimitives.swg | 60 SWIG_D_PRIMITIVE(unsigned char, ubyte)
|
/external/mesa3d/docs/specs/OLD/ |
MESA_packed_depth_stencil.spec | 112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB 113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.c | 85 (ubyte *) mapped_indices + i915->index_buffer.offset,
|
/external/mesa3d/src/gallium/tests/graw/ |
quad-tex.c | 123 ubyte tex2d[SIZE][SIZE][4];
|
tex-srgb.c | 149 ubyte tex2d[SIZE][SIZE][4];
|