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

  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.cc 175 const VertexAttribs& vertex_attribs() const { function in class:gpu::gles2::VertexArrayObject
499 const VertexArrayObject::VertexAttribs& vertex_attribs = local
500 bound_vertex_array_object_->vertex_attribs();
501 for (GLuint ii = 0; ii < vertex_attribs.size(); ++ii) {
502 const VertexArrayObject::VertexAttrib& attrib = vertex_attribs[ii];
518 for (GLuint ii = 0; ii < vertex_attribs.size(); ++ii) {
519 const VertexArrayObject::VertexAttrib& attrib = vertex_attribs[ii];
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 256 ShaderTranslator::VariableMap vertex_attribs; local
260 RetrieveShaderInfo(proto->vertex_shader().attribs(i), &vertex_attribs);
289 vertex_attribs,

Completed in 584 milliseconds