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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/swrast/
s_texture.c 189 GLubyte **mapOut,
193 GLubyte *map;
  /frameworks/native/opengl/tests/angeles/
demo.c 82 GLubyte *colorArray;
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
367 GLubyte color;
369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
  /prebuilts/misc/windows/sdl2/test/
testgles.c 54 static GLubyte color[8][4] = { {255, 0, 0, 0},
72 static GLubyte indices[36] = { 0, 3, 4,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
glx.h 321 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
328 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
331 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_proc.h 74 typedef void (* glColor4ub_t) (GLubyte, GLubyte, GLubyte, GLubyte);
111 typedef const GLubyte* (* glGetString_t) (GLenum);
  /external/mesa3d/src/glx/
single2.c 644 const GLubyte *
649 GLubyte *s = NULL;
684 s = (GLubyte *) __glXGetString(dpy, gc->majorOpcode, gc->currentContextTag,
905 GLubyte const *pc =
957 GLubyte const *pc =
glxcurrent.c 55 static GLubyte dummyBuffer[__GLX_BUFFER_LIMIT_SIZE];
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 384 GLubyte **out_map,
388 GLubyte *map = xrb->Base.Buffer;
596 static const GLubyte *
602 return (const GLubyte *) "Mesa Project";
604 return (const GLubyte *) "Software Rasterizer";
  /external/mesa3d/src/mesa/main/
glformats.c 79 return sizeof(GLubyte);
115 return sizeof(GLubyte);
133 return sizeof(GLubyte);
235 return comps * sizeof(GLubyte);
250 return sizeof(GLubyte);
    [all...]
bufferobj.c 424 bufObj->Data = (GLubyte *) new_data;
468 memcpy( (GLubyte *) bufObj->Data + offset, data, size );
498 memcpy( data, (GLubyte *) bufObj->Data + offset, size );
571 GLubyte *srcPtr, *dstPtr;
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 343 const GLubyte* glGetString(GLenum string)
346 case GL_VENDOR: return (const GLubyte*)gVendorString;
347 case GL_RENDERER: return (const GLubyte*)gRendererString;
348 case GL_VERSION: return (const GLubyte*)gVersionString;
349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 89 GLubyte *colorArray;
148 result->colorArraySize = vertices * 4 * sizeof(GLubyte);
440 result->colorArray[i] = (GLubyte)color[0];
441 result->colorArray[i + 1] = (GLubyte)color[1];
442 result->colorArray[i + 2] = (GLubyte)color[2];
505 GLubyte color;
507 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 274 case GL_UNSIGNED_BYTE: typeSize = sizeof(GLubyte); break;
303 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
336 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * (int)sizeof(GLubyte); break;
403 GLubyte v = (GLubyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
850 case GL_UNSIGNED_BYTE: typeSize = sizeof(GLubyte); break;
879 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
912 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * (int)sizeof(GLubyte); break
    [all...]
  /external/mesa3d/include/GL/
glx.h 331 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
338 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
341 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 72 static const GLubyte *r200GetString( struct gl_context *ctx, GLenum name )
82 return (GLubyte *)"Tungsten Graphics, Inc.";
91 return (GLubyte *)buffer;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 317 const GLubyte *firstPtr = NULL;
366 const GLubyte *low_addr = NULL;
388 const GLubyte *start = arrays[vp->index_to_input[attr]]->Ptr;
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask )
187 TAG(clip_tri)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask )
267 GLubyte mask )
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 52 GLubyte *verts = GET_VERTEX_STORE();
63 GLubyte *verts = GET_VERTEX_STORE();
73 GLubyte *verts = GET_VERTEX_STORE();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 331 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
338 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
341 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 58 GLubyte *dstMap;
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 300 xrb->origin3 = (GLubyte *) xrb->ximage->data + xrb->width3 * (height - 1);
425 GLubyte **mapOut, GLint *rowStrideOut)
443 *mapOut = (GLubyte *) ximage->data
495 *mapOut = (GLubyte *) ximage->data
  /external/mesa3d/src/mesa/vbo/
vbo.h 135 return sizeof(GLubyte);
vbo_rebase.c 74 REBASE(GLubyte)
vbo_save_loopback.c 161 const GLubyte *attrsz,

Completed in 608 milliseconds

1 2 3 4 5 6 78 91011>>