HomeSort by relevance Sort by last modified time
    Searched refs:GLubyte (Results 51 - 75 of 510) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gl_base_types.h 38 typedef khronos_uint8_t GLubyte;
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 35 DE_STATIC_ASSERT(sizeof(GLubyte) == 1);
  /external/mesa3d/src/glx/apple/
glxreply.c 103 GLubyte *
115 return (GLubyte *) (req) + sz_xGLXSingleReq;
119 GLubyte *
133 return (GLubyte *) (req) + sz_xGLXVendorPrivateReq;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS];
50 GLubyte active )
73 static GLubyte get_active_component( struct tracker *t,
77 GLubyte swz )
97 static GLubyte get_active( struct tracker *t,
101 GLubyte active = src.Negate; /* NOTE! */
116 static GLubyte get_output_size( struct tracker *t,
119 GLubyte active;
163 static GLubyte szflag[4+1] = {
  /external/mesa3d/src/mesa/main/
pbo.c 144 const GLubyte *buf;
148 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
245 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
337 GLubyte *buf;
349 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
375 GLubyte *buf;
381 if ((const GLubyte *) pixels + imageSize >
382 ((const GLubyte *) 0) + packing->BufferObj->Size) {
388 buf = (GLubyte*) ctx->Driver.MapBufferRange(ctx, 0,
texstore.c 144 GLubyte format_idx;
145 GLubyte to_rgba[6];
146 GLubyte from_rgba[6];
267 GLubyte *map)
271 const GLubyte *in2rgba = mappings[inFmt].to_rgba;
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
364 const GLubyte *src
365 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
384 GLubyte map[6];
473 const GLubyte *sr
    [all...]
debug.c 240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height,
246 const GLubyte *ptr = buffer;
283 GLubyte *buffer;
286 buffer = (GLubyte *) malloc(img->Width * img->Height
314 GLubyte *buffer;
335 buffer = (GLubyte *) malloc(rb->Width * rb->Height * 4);
467 GLubyte *buf;
469 buf = (GLubyte *) malloc(w * h * 4);
498 GLubyte *buf2;
502 buf2 = (GLubyte *) malloc(w * h * 3); /* 3 bpp *
    [all...]
get.h 68 extern const GLubyte * GLAPIENTRY
71 extern const GLubyte * GLAPIENTRY
texcompress_fxt1.c 55 GLint i, GLint j, GLubyte *rgba);
64 const GLubyte *pixels;
66 GLubyte *dst;
67 const GLubyte *tempImage = NULL;
76 /* convert image to RGB/GLubyte */
94 srcType) / sizeof(GLubyte);
115 const GLubyte *pixels;
117 GLubyte *dst;
118 const GLubyte *tempImage = NULL;
126 /* convert image to RGBA/GLubyte */
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 61 const GLubyte mask[],
143 GLubyte *Map; /**< Pointer to mapped image memory */
146 GLubyte *Buffer;
175 GLubyte *Buffer; /**< The malloc'd memory for buffer */
178 GLubyte *Map;
314 GLubyte *buf1, *buf2, *buf3, *buf4;
396 ((TYPE == GL_UNSIGNED_BYTE) ? 4 * sizeof(GLubyte) : \
460 static inline GLubyte *
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
s_renderbuffer.h 45 GLubyte **out_map,
s_blend.c 73 blend_noop(struct gl_context *ctx, GLuint n, const GLubyte mask[],
86 bytes = 4 * n * sizeof(GLubyte);
101 blend_replace(struct gl_context *ctx, GLuint n, const GLubyte mask[],
121 blend_transparency_ubyte(struct gl_context *ctx, GLuint n, const GLubyte mask[],
124 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src;
125 const GLubyte (*dest)[4] = (const GLubyte (*)[4]) dst;
155 rgba[i][RCOMP] = (GLubyte) r;
156 rgba[i][GCOMP] = (GLubyte) g
    [all...]
s_drawpix.c 58 const GLubyte *src = (const GLubyte *)
64 GLubyte *dst;
105 const GLubyte *src = (const GLubyte *)
111 GLubyte *dst;
154 const GLubyte *src = (const GLubyte *)
161 GLubyte *dst;
268 GLubyte *values
    [all...]
s_span.h 78 GLubyte mask[SWRAST_MAX_WIDTH];
84 GLubyte rgba8[SWRAST_MAX_WIDTH][4];
211 const void *values, const GLubyte *mask);
  /external/mesa3d/src/mesa/tnl/
t_context.h 211 GLubyte ClipOrMask; /* _TNL_BIT_POS */
212 GLubyte ClipAndMask; /* _TNL_BIT_POS */
213 GLubyte *ClipMask; /* _TNL_BIT_POS */
284 const GLubyte *v );
287 GLubyte *v,
292 GLubyte *dest );
305 GLubyte *inputptr;
362 GLubyte *vertex_buf;
531 GLubyte *block[VERT_ATTRIB_MAX];
t_draw.c 42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes)
45 GLubyte *space = malloc(bytes);
90 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4]
96 const GLubyte *ptr, GLfloat *fptr,
103 const GLubyte *in = (GLubyte *) ptr; /* in is in BGRA order */
114 const GLubyte *ptr, GLfloat *fptr,
141 const GLubyte *ptr, GLfloat *fptr,
173 const GLubyte *ptr )
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat))
    [all...]
t_vb_render.c 88 GLubyte c1 = mask[v1], c2 = mask[v2]; \
89 GLubyte ormask = c1|c2; \
98 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \
99 GLubyte ormask = c1|c2|c3; \
108 GLubyte c1 = mask[v1], c2 = mask[v2]; \
109 GLubyte c3 = mask[v3], c4 = mask[v4]; \
110 GLubyte ormask = c1|c2|c3|c4; \
122 const GLubyte *mask = VB->ClipMask; \
158 GLubyte *mask = VB->ClipMask;
166 GLubyte c1 = mask[elt[j]]
    [all...]
  /external/mesa3d/src/mesa/x86/
3dnow.c 70 const GLubyte *clipmask );
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 209 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
224 static const GLubyte*
225 nextExtension(const GLubyte* pExtensions) {
237 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
250 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
252 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"))
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 145 const GLubyte *start; /* start of program string */
146 const GLubyte *pos; /* current position */
147 const GLubyte *curLine;
168 const GLubyte *lineStr;
215 MatchInstruction(const GLubyte *token)
266 static GLboolean IsLetter(GLubyte b)
275 static GLboolean IsDigit(GLubyte b)
281 static GLboolean IsWhitespace(GLubyte b)
293 GetToken(struct parse_state *parseState, GLubyte *token)
295 const GLubyte *str = parseState->pos
    [all...]
  /external/mesa3d/src/glx/
packsingle.h 53 GLubyte *pc, *pixelHeaderPC; \
74 pc = ((GLubyte *)(req) + sz_xGLXSingleReq)
98 { GLubyte *cp = (pc+offset); \
103 { GLubyte *cp = (pc+offset); \
148 *p = gl_ntoh_float((GLubyte *)&reply + PAD3OFFSET);
151 *p = gl_ntoh_double((GLubyte *)&reply + PAD3OFFSET);
153 extern float gl_ntoh_float(GLubyte *);
154 extern float gl_ntoh_double(GLubyte *);
pixel.c 33 static const GLubyte MsbToLsbTable[256] = {
68 static const GLubyte LowBitsMask[9] = {
72 static const GLubyte HighBitsMask[9] = {
84 GLenum format, const GLvoid * userdata, GLubyte * destImage)
95 const GLubyte *start, *iter;
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
166 const GLvoid * userdata, GLubyte * newimage, GLubyte * modes)
178 const GLubyte *start, *iter, *itera, *iterb, *iterc;
179 GLubyte *iter2
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_PerfMeasurement.cpp 43 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
58 static const GLubyte*
59 nextExtension(const GLubyte* pExtensions) {
71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
218 const GLubyte* extensions = glGetString(GL_EXTENSIONS);
220 reinterpret_cast<const GLubyte*>("GL_EXT_disjoint_timer_query"));
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 156 coord = (GLuint (*)[4])((GLubyte *)coord + start * coord_stride);
158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride);
160 tc1 = (GLuint (*)[4])((GLubyte *)tc1 + start * tc1_stride);
162 tc2 = (GLuint (*)[4])((GLubyte *)tc2 + start * tc2_stride);
164 norm = (GLuint (*)[4])((GLubyte *)norm + start * norm_stride);
186 coord = (GLuint (*)[4])((GLubyte *)coord + coord_stride);
193 norm = (GLuint (*)[4])((GLubyte *)norm + norm_stride);
233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride);
251 tc1 = (GLuint (*)[4])((GLubyte *)tc1 + tc1_stride);
269 tc2 = (GLuint (*)[4])((GLubyte *)tc2 + tc2_stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 67 GLubyte *map; /**< only non-NULL when region is actually mapped */
126 void _mesa_copy_rect(GLubyte * dst,
133 const GLubyte * src,

Completed in 391 milliseconds

1 23 4 5 6 7 8 91011>>