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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 66 static const GLubyte *
75 return (GLubyte *) "Intel Open Source Technology Center";
237 return (GLubyte *) buffer;
intel_tex.c 172 GLubyte **map,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 291 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev )
363 GLubyte *vimap_rev;
367 GLubyte map_rev_fixed[15] = {255, 255, 255, 255, 255, 255, 255, 255,
r200_tex.c 290 GLubyte c[4];
314 GLubyte c[4];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 76 static const GLubyte *radeonGetString(struct gl_context * ctx, GLenum name)
83 return (GLubyte *) "Tungsten Graphics, Inc.";
109 return (GLubyte *) buffer;
radeon_texture.c 219 GLubyte **map,
293 const GLubyte littleEndian = *((const GLubyte *)&ui);
radeon_context.h 365 GLubyte *verts;
radeon_fbo.c 158 GLubyte **out_map,
196 GLubyte **out_map,
235 GLubyte **out_map,
240 GLubyte *map;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 705 GLubyte **mapOut, GLint *rowStrideOut)
720 *mapOut = (GLubyte *) strb->data + y * stride + x * bpp;
753 GLubyte *map = pipe_transfer_map(pipe, strb->transfer);
st_cb_bitmap.c 270 const GLubyte *bitmap,
286 const GLubyte *bitmap)
694 const GLubyte *bitmap )
759 const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap )
  /external/mesa3d/include/GL/
glext.h     [all...]
gl.h 156 typedef unsigned char GLubyte; /* 1-byte unsigned */
806 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
808 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
859 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1010 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1016 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 162 std::vector<GLubyte> ubyteData(4);
189 std::vector<GLubyte> ubyteData(4);
  /external/mesa3d/src/mesa/main/
imports.h 73 #define ADD_POINTERS(A, B) ( (GLubyte *) (A) + (uintptr_t) (B) )
530 return *((const GLubyte *) &ui);
drawpix.c 300 const GLubyte *bitmap )
es1_conversion.c 86 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
extensions.c     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 234 arrays[attr].Ptr = (GLubyte *)exec->vtx.bufferobj->Offset + offset;
238 arrays[attr].Ptr = (GLubyte *)exec->vtx.buffer_map + offset;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 31 static GLubyte *gVendorString= (GLubyte *) "Android";
32 static GLubyte *gRendererString= (GLubyte *) "Android HW-GLES 2.0";
33 static GLubyte *gVersionString= (GLubyte *) "OpenGL ES 2.0";
34 static GLubyte *gExtensionsString= (GLubyte *) "GL_OES_EGL_image_external ";
180 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name)
184 GLubyte *retval = (GLubyte *) ""
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 160 typedef unsigned char GLubyte; /* 1-byte unsigned */
810 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
812 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
863 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1014 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1020 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1027 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 156 typedef unsigned char GLubyte; /* 1-byte unsigned */
806 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
808 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
859 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1010 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1016 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.h 118 static const GLubyte * s_glGetString(void *self, GLenum name);
  /external/mesa3d/src/glx/
pixelstore.c 55 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 84 GLubyte bytes[4];
  /external/mesa3d/src/mesa/swrast/
s_lines.c 41 compute_stipple_mask( struct gl_context *ctx, GLuint len, GLubyte mask[] )

Completed in 1214 milliseconds

<<11121314151617181920>>