HomeSort by relevance Sort by last modified time
    Searched full:vertex_attribs (Results 1 - 3 of 3) 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 273 ShaderTranslator::VariableMap vertex_attribs; local
278 RetrieveShaderInfo(proto->vertex_shader().attribs(i), &vertex_attribs);
317 vertex_attribs,
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 85 { "vertex_attribs", "Number of vertex attributes supported", GL_MAX_VERTEX_ATTRIBS },

Completed in 376 milliseconds