HomeSort by relevance Sort by last modified time
    Searched refs:gl_array_attributes (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
arrayobj.c 238 struct gl_array_attributes *array = &vao->VertexAttrib[index];
355 const struct gl_array_attributes *attrib_array =
377 const struct gl_array_attributes *attrib_array =
408 const struct gl_array_attributes *attrib_array =
varray.h 43 _mesa_vertex_attrib_address(const struct gl_array_attributes *array,
59 const struct gl_array_attributes *src,
381 struct gl_array_attributes *dst,
382 const struct gl_array_attributes *src);
varray.c 138 struct gl_array_attributes *array = &vao->VertexAttrib[attribIndex];
285 struct gl_array_attributes *const array = &vao->VertexAttrib[attrib];
476 struct gl_array_attributes *array;
915 const struct gl_array_attributes *array;
    [all...]
api_arrayelt.c 51 const struct gl_array_attributes *array;
59 const struct gl_array_attributes *array;
    [all...]
mtypes.h 1369 struct gl_array_attributes struct
    [all...]
get.c 620 struct gl_array_attributes *array;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 172 { GL_TEXTURE_COORD_ARRAY, LOC_CUSTOM, TYPE_BOOLEAN, offsetof(struct gl_array_attributes, Enabled), NO_EXTRA },
173 { GL_TEXTURE_COORD_ARRAY_SIZE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_array_attributes, Size), NO_EXTRA },
174 { GL_TEXTURE_COORD_ARRAY_TYPE, LOC_CUSTOM, TYPE_ENUM, offsetof(struct gl_array_attributes, Type), NO_EXTRA },
175 { GL_TEXTURE_COORD_ARRAY_STRIDE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_array_attributes, Stride), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 54 const struct gl_array_attributes *array = &vao->VertexAttrib[attrib];
104 const struct gl_array_attributes *array = &vao->VertexAttrib[attrib];
196 const struct gl_array_attributes *array = &vao->VertexAttrib[i];
245 const struct gl_array_attributes *array = ctx->Array.VAO->VertexAttrib;
    [all...]

Completed in 109 milliseconds