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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importvbo.c 20 (const GLubyte *)"glGenBuffersARB");
22 (const GLubyte *)"glBindBufferARB");
24 (const GLubyte *)"glBufferDataARB");
26 (const GLubyte *)"glBufferSubDataARB");
28 (const GLubyte *)"glDeleteBuffersARB");
  /external/mesa3d/src/mesa/main/
polygon.h 40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
43 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
62 _mesa_PolygonStipple( const GLubyte *mask );
65 _mesa_GetPolygonStipple( GLubyte *mask );
getstring.c 39 static const GLubyte *
47 return (const GLubyte *) 0;
52 return (const GLubyte *) "1.10";
54 return (const GLubyte *) "1.20";
56 return (const GLubyte *) "1.30";
58 return (const GLubyte *) "1.40";
60 return (const GLubyte *) "1.50";
62 return (const GLubyte *) "3.30";
64 return (const GLubyte *) "4.00";
66 return (const GLubyte *) "4.10"
    [all...]
texcompress_etc.c 47 #define UINT8_TYPE GLubyte
58 GLubyte dst[3];
59 const GLubyte *src;
61 src = (const GLubyte *) texImage->Map +
format_pack.h 32 /** Pack a GLubyte rgba[4] color to dest address */
33 typedef void (*gl_pack_ubyte_rgba_func)(const GLubyte src[4], void *dst);
44 /** Pack a GLubyte stencil value to dest address */
45 typedef void (*gl_pack_ubyte_stencil_func)(const GLubyte *src, void *dst);
77 const GLubyte src[][4], void *dst);
82 const GLubyte *src, GLint srcRowStride,
95 const GLubyte *src, void *dst);
103 _mesa_pack_colormask(gl_format format, const GLubyte colorMask[4], void *dst);
texcompress.h 48 extern GLubyte *
51 GLsizei width, const GLubyte *image);
55 const GLubyte *src, GLint srcRowStride,
nvprogram.h 56 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program);
74 _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program);
89 _mesa_ProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte *name,
93 _mesa_ProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte *name,
97 _mesa_ProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte *name,
101 _mesa_ProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte *name,
105 _mesa_GetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte *name,
109 _mesa_GetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte *name,
format_pack.c 54 const GLubyte src[][4], void *dst);
75 static inline GLubyte
78 GLubyte res = FLOAT_TO_UBYTE(linear_to_srgb(cl));
83 static inline GLubyte
84 linear_ubyte_to_srgb_ubyte(GLubyte cl)
86 GLubyte res = FLOAT_TO_UBYTE(linear_to_srgb(cl / 255.0f));
98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst)
107 GLubyte v[4];
113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst)
129 GLubyte v[4]
    [all...]
  /external/mesa3d/src/mesa/x86/
x86_xform.c 60 GLubyte clipMask[],
61 GLubyte *orMask,
62 GLubyte *andMask,
68 GLubyte clipMask[],
69 GLubyte *orMask,
70 GLubyte *andMask,
76 GLubyte *or_mask,
77 GLubyte *and_mask,
78 GLubyte *clip_mask,
mmx.h 35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
  /frameworks/native/opengl/libs/
egl_impl.h 32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
33 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_strings.c 44 static const GLubyte *
54 return (GLubyte *) st->vendor;
62 return (GLubyte *) st->renderer;
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
37 const GLubyte *first = f;
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
63 const GLubyte *first = f;
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
88 const GLubyte *first = f;
109 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride
    [all...]
m_clip_tmp.h 45 GLubyte clipMask[],
46 GLubyte *orMask,
47 GLubyte *andMask,
55 GLubyte tmpAndMask = *andMask;
56 GLubyte tmpOrMask = *orMask;
75 GLubyte mask = 0;
105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
125 GLubyte clipMask[],
126 GLubyte *orMask,
127 GLubyte *andMask
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.h 40 const GLubyte *str, GLsizei len,
nvvertparse.h 39 const GLubyte *str, GLsizei len,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetStringi.cpp 1 /* const GLubyte * glGetStringi ( GLenum name, GLuint index ) */
5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.cpp 34 GLubyte const* vendor,
35 GLubyte const* renderer,
36 GLubyte const* version,
37 GLubyte const* extensions)
GLExtensions.h 60 GLubyte const* vendor,
61 GLubyte const* renderer,
62 GLubyte const* version,
63 GLubyte const* extensions);
  /external/mesa3d/src/mesa/swrast/
s_stencil.h 41 GLint n, GLint x, GLint y, GLubyte stencil[]);
46 const GLubyte stencil[] );
s_stencil.c 64 const GLubyte one = 1;
65 GLubyte pixel[MAX_PIXEL_BYTES];
84 static inline GLubyte
100 GLubyte s = stencil[j]; \
102 stencil[j] = (GLubyte) (NEW_VAL); \
109 GLubyte s = stencil[j]; \
110 stencil[j] = (GLubyte) ((invmask & s) | (wrtmask & (NEW_VAL))); \
128 GLuint n, GLubyte stencil[], const GLubyte mask[],
131 const GLubyte ref = ctx->Stencil.Ref[face]
    [all...]
s_bitmap.c 52 const GLubyte *bitmap )
63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap);
78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
151 const GLubyte *bitmap )
176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
181 GLubyte mask = 1U << (unpack->SkipPixels & 0x7)
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 36 GLubyte alpha, blue, green, red;
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue;
46 GLubyte blue, green, red, alpha;
76 GLubyte ub4[24][4];
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 41 GLubyte b;
42 GLubyte g;
43 GLubyte r;
94 GLubyte Kernel[16]; /* Dither kernel */
98 GLubyte PixelToR[256]; /* Pixel to RGB conversion */
99 GLubyte PixelToG[256];
100 GLubyte PixelToB[256];
119 GLubyte clearcolor[4]; /* current clearing color */
164 GLubyte *origin3; /* used for PIXEL_ADDR3 macro */
229 GLubyte pixel_to_r[65536]; /* pixel value -> red *
    [all...]

Completed in 1480 milliseconds

1 2 3 4 5 6 7 8 91011>>