Searched refs:GLubyte (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c62 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef
70 const GLubyte** Characters; /* The characters mapping */
75 static const GLubyte Fixed8x13_Character_000[] = { 8, 0, 0, 0,170, 0,130, 0,130, 0,130, 0,170, 0, 0};
76 static const GLubyte Fixed8x13_Character_001[] = { 8, 0, 0, 0, 0, 16, 56,124,254,124, 56, 16, 0, 0, 0};
77 static const GLubyte Fixed8x13_Character_002[] = { 8, 0,170, 85,170, 85,170, 85,170, 85,170, 85,170, 85,170};
78 static const GLubyte Fixed8x13_Character_003[] = { 8, 0, 0, 0, 4, 4, 4, 4,174,160,224,160,160, 0, 0};
79 static const GLubyte Fixed8x13_Character_004[] = { 8, 0, 0, 0, 8, 8, 12, 8,142,128,192,128,224, 0, 0};
80 static const GLubyte Fixed8x13_Character_005[] = { 8, 0, 0, 0, 10, 10, 12, 10,108,128,128,128, 96, 0, 0};
81 static const GLubyte Fixed8x13_Character_006[] = { 8, 0, 0, 0, 8, 8, 12, 8,238,128,128,128,128, 0, 0};
82 static const GLubyte Fixed8x13_Character_00
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportvbo.c20 (const GLubyte *)"glGenBuffersARB");
22 (const GLubyte *)"glBindBufferARB");
24 (const GLubyte *)"glBufferDataARB");
26 (const GLubyte *)"glBufferSubDataARB");
28 (const GLubyte *)"glDeleteBuffersARB");
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTextureGroup.cpp60 TestConfiguration<glw::GLfloat, glw::GLubyte> configurationTexture2DRGBA32F(
64 addChild(new TextureBorderClampSamplingTexture<glw::GLfloat, glw::GLubyte>(
84 TestConfiguration<glw::GLubyte, glw::GLubyte> configurationTexture2DRGBA8(
88 addChild(new TextureBorderClampSamplingTexture<glw::GLubyte, glw::GLubyte>(m_context, m_extParams, "Texture2DRGBA8",
92 TestConfiguration<glw::GLfloat, glw::GLubyte> configurationTexture2DDC32F(
96 addChild(new TextureBorderClampSamplingTexture<glw::GLfloat, glw::GLubyte>(m_context, m_extParams, "Texture2DDC32F",
100 TestConfiguration<glw::GLushort, glw::GLubyte> configurationTexture2DDC16(
104 addChild(new TextureBorderClampSamplingTexture<glw::GLushort, glw::GLubyte>(m_contex
[all...]
H A DesextcTextureBorderClampTests.cpp85 TestConfiguration<glw::GLfloat, glw::GLubyte> configurationTexture2DRGBA32F(
89 addChild(new TextureBorderClampSamplingTexture<glw::GLfloat, glw::GLubyte>(
109 TestConfiguration<glw::GLubyte, glw::GLubyte> configurationTexture2DRGBA8(
113 addChild(new TextureBorderClampSamplingTexture<glw::GLubyte, glw::GLubyte>(m_context, m_extParams, "Texture2DRGBA8",
117 TestConfiguration<glw::GLfloat, glw::GLubyte> configurationTexture2DDC32F(
121 addChild(new TextureBorderClampSamplingTexture<glw::GLfloat, glw::GLubyte>(m_context, m_extParams, "Texture2DDC32F",
125 TestConfiguration<glw::GLushort, glw::GLubyte> configurationTexture2DDC16(
129 addChild(new TextureBorderClampSamplingTexture<glw::GLushort, glw::GLubyte>(m_contex
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTgles3Ext.cpp43 const GLubyte *pszGLExtensions;
75 const GLubyte *extensions = NULL;
76 const GLubyte *start;
77 GLubyte *where, *terminator;
80 where = (GLubyte *) strchr(extension, ' ');
90 where = (GLubyte *) strstr((const char *) start, extension);
/external/mesa3d/src/mesa/x86/
H A Dx86_xform.c60 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,
H A Dmmx.h35 _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[],
/external/mesa3d/src/mesa/main/
H A Dgetstring.c39 static const GLubyte *
47 return (const GLubyte *) "1.20";
49 return (const GLubyte *) "1.30";
51 return (const GLubyte *) "1.40";
53 return (const GLubyte *) "1.50";
55 return (const GLubyte *) "3.30";
57 return (const GLubyte *) "4.00";
59 return (const GLubyte *) "4.10";
61 return (const GLubyte *) "4.20";
63 return (const GLubyte *) "4.3
[all...]
H A Dtexcompress_s3tc.c55 typedef void (*dxtFetchTexelFuncExt)( GLint srcRowstride, const GLubyte *pixdata, GLint col, GLint row, GLvoid *texelOut );
63 GLint height, const GLubyte *srcPixData,
64 GLenum destformat, GLubyte *dest,
125 const GLubyte *pixels;
126 GLubyte *dst;
127 const GLubyte *tempImage = NULL;
137 /* convert image to RGB/GLubyte */
138 GLubyte *tempImageSlices[1];
139 int rgbRowStride = 3 * srcWidth * sizeof(GLubyte);
140 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte));
[all...]
H A Dtexcompress.h45 extern GLubyte *
48 GLsizei width, const GLubyte *image);
52 typedef void (*compressed_fetch_func)(const GLubyte *map,
63 const GLubyte *src, GLint srcRowStride,
H A Dformat_pack.h33 /** Pack a GLubyte rgba[4] color to dest address */
34 typedef void (*gl_pack_ubyte_rgba_func)(const GLubyte src[4], void *dst);
45 /** Pack a GLubyte stencil value to dest address */
46 typedef void (*gl_pack_ubyte_stencil_func)(const GLubyte *src, void *dst);
77 const GLubyte src[][4], void *dst);
85 const GLubyte *src, GLint srcRowStride,
98 const GLubyte *src, void *dst);
106 _mesa_pack_colormask(mesa_format format, const GLubyte colorMask[4], void *dst);
H A Dtexcompress_rgtc.c46 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr,
49 GLubyte i, j;
50 const GLubyte *curaddr;
63 GLubyte i, j;
78 GLubyte *dst;
79 const GLubyte *tempImage = NULL;
82 const GLubyte *srcaddr;
83 GLubyte srcpixels[4][4];
84 GLubyte *blkadd
[all...]
H A Dpolygon.h40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
61 _mesa_PolygonStipple( const GLubyte *mask );
64 _mesa_GetPolygonStipple( GLubyte *mask );
H A Dtexcompress_cpal.c67 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette,
68 GLuint index, GLubyte *pixel)
79 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette,
80 const void *indices, GLuint num_pixels, GLubyte *image)
82 GLubyte *pix = image;
87 const GLubyte *ind = (const GLubyte *) indices;
101 const GLubyte *ind = (const GLubyte *) indices;
145 * compressed palette format into a regular GLubyte/RGB
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_trans_tmp.h36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
37 const GLubyte *first = f;
60 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
61 const GLubyte *first = f;
83 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
84 const GLubyte *first = f;
103 const GLubyte *
[all...]
H A Dm_clip_tmp.h45 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 *andMas
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_strings.c44 static const GLubyte *
54 return (GLubyte *) st->vendor;
62 return (GLubyte *) st->renderer;
/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.h41 GLint n, GLint x, GLint y, GLubyte stencil[]);
46 const GLubyte stencil[] );
H A Ds_stencil.c66 const GLubyte one = 1;
67 GLubyte pixel[MAX_PIXEL_BYTES];
86 static inline GLubyte
102 GLubyte s = stencil[j]; \
104 stencil[j] = (GLubyte) (NEW_VAL); \
111 GLubyte s = stencil[j]; \
112 stencil[j] = (GLubyte) ((invmask & s) | (wrtmask & (NEW_VAL))); \
130 GLuint n, GLubyte stencil[], const GLubyte mask[],
133 const GLubyte re
[all...]
H A Ds_bitmap.c52 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 mas
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h36 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/
H A DxmesaP.h42 GLubyte b;
43 GLubyte g;
44 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_
[all...]
/external/mesa3d/src/glx/
H A Dglxglvnd.c15 static void *__glXGLVNDGetProcAddress(const GLubyte *procName)
27 static unsigned FindGLXFunction(const GLubyte *name)
40 static void *__glXGLVNDGetDispatchAddress(const GLubyte *procName)
47 static void __glXGLVNDSetDispatchIndex(const GLubyte *procName, int index)
/external/skia/src/gpu/gl/glx/
H A DGrGLMakeNativeInterface_glx.cpp26 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name));

Completed in 7793 milliseconds

1234567891011>>