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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 29 typedef unsigned char GLubyte;
690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
711 WINGDIAPI void APIENTRY glColor3ub(GLubyte red,GLubyte green,GLubyte blue);
712 WINGDIAPI void APIENTRY glColor3ubv(const GLubyte *v);
727 WINGDIAPI void APIENTRY glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha)
    [all...]
glu.h 24 const GLubyte *APIENTRY gluErrorString(GLenum errCode);
26 const GLubyte *APIENTRY gluGetString(GLenum name);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 335 _mesa_copy_rect(GLubyte * dst,
342 const GLubyte * src,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 247 GLubyte c[4];
272 GLubyte c[4];
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 250 GLubyte stencil[])
277 stencil[i] = (GLubyte) ctx->PixelMaps.StoS.Map[ stencil[i] & mask ];
varray.c 211 _mesa_error(ctx, GL_INVALID_VALUE, "%s(GL_BGRA/GLubyte)", func);
264 array->Ptr = (const GLubyte *) ptr;
864 c = f * ((4 * sizeof(GLubyte) + (f - 1)) / f);
994 (GLubyte *) pointer + toffset );
1004 (GLubyte *) pointer + coffset );
1014 _mesa_NormalPointer( GL_FLOAT, stride, (GLubyte *) pointer + noffset );
1023 (GLubyte *) pointer + voffset );
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 213 GLubyte *
302 const GLubyte *srcUB = src;
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 222 GLubyte ef1 = VB->EdgeFlag[v1];
223 GLubyte ef3 = VB->EdgeFlag[v3];
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 143 GLubyte node_attrsz[VBO_ATTRIB_MAX]; /* copy of node->attrsz[] */
202 arrays[attr].Ptr = (const GLubyte *) NULL + buffer_offset;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 55 using glw::GLubyte;
67 typedef tcu::Vector<GLubyte, 3> Color;
183 const GLubyte r = rnd.getUint8();
184 const GLubyte g = rnd.getUint8();
185 const GLubyte b = rnd.getUint8();
281 const glw::GLubyte colors[] =
teglPartialUpdateTests.cpp 55 using glw::GLubyte;
67 typedef tcu::Vector<GLubyte, 3> Color;
170 const GLubyte r = rnd.getUint8();
171 const GLubyte g = rnd.getUint8();
172 const GLubyte b = rnd.getUint8();
270 const glw::GLubyte colors[] =
teglSwapBuffersWithDamageTests.cpp 54 using glw::GLubyte;
66 typedef tcu::Vector<GLubyte, 3> Color;
212 const glw::GLubyte colors[] =
645 const GLubyte r = rnd.getUint8();
646 const GLubyte g = rnd.getUint8();
647 const GLubyte b = rnd.getUint8();
  /external/mesa3d/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 182 GLubyte refByte;
239 GLubyte r, g, b, a;
450 i915PolygonStipple(struct gl_context * ctx, const GLubyte * mask)
453 const GLubyte *m;
454 GLubyte p[4];
468 mask = (const GLubyte *)ctx->PolygonStipple;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 748 const GLubyte *bitmap )
857 const GLubyte *src = (const GLubyte *)
863 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
880 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
941 rmesa->radeon.swtcl.verts = (GLubyte *)tnl->clipspace.vertex_buf;
  /frameworks/native/opengl/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]

Completed in 440 milliseconds

1 2 3 4 5 6 7 891011>>