HomeSort by relevance Sort by last modified time
    Searched refs:VertexAttrib (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 341 VertexAttrib(size, type, original_name, location));
353 const VertexAttrib& info = attrib_infos_[ii];
362 const VertexAttrib& info = attrib_infos_[ii];
675 const VertexAttrib& info = attrib_infos_[ii];
    [all...]
program_manager_unittest.cc 505 const Program::VertexAttrib& info = infos[ii];
519 const Program::VertexAttrib* info =
    [all...]
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 320 for (k = 0; k < Elements(arrayObj->VertexAttrib); k++) {
321 check_array_data(ctx, &arrayObj->VertexAttrib[k], k, j);
329 for (k = 0; k < Elements(arrayObj->VertexAttrib); k++) {
330 unmap_array_buffer(ctx, &arrayObj->VertexAttrib[k]);
370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
407 struct gl_client_array *vertexAttrib = ctx->Array.ArrayObj->VertexAttrib;
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
421 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
450 && vertexAttrib[VERT_ATTRIB_GENERIC(i)].Enabled
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 320 for (k = 0; k < Elements(arrayObj->VertexAttrib); k++) {
321 check_array_data(ctx, &arrayObj->VertexAttrib[k], k, j);
329 for (k = 0; k < Elements(arrayObj->VertexAttrib); k++) {
330 unmap_array_buffer(ctx, &arrayObj->VertexAttrib[k]);
370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
407 struct gl_client_array *vertexAttrib = ctx->Array.ArrayObj->VertexAttrib;
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
421 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
450 && vertexAttrib[VERT_ATTRIB_GENERIC(i)].Enabled
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c     [all...]
bufferobj.c 875 for (j = 0; j < Elements(arrayObj->VertexAttrib); j++) {
876 unbind(ctx, &arrayObj->VertexAttrib[j].BufferObj, bufObj);
    [all...]
ffvertex_prog.c 233 if (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POINT_SIZE].Enabled)
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c     [all...]
bufferobj.c 875 for (j = 0; j < Elements(arrayObj->VertexAttrib); j++) {
876 unbind(ctx, &arrayObj->VertexAttrib[j].BufferObj, bufObj);
    [all...]
ffvertex_prog.c 233 if (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POINT_SIZE].Enabled)
    [all...]
mtypes.h     [all...]

Completed in 505 milliseconds

12