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

  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 109 TEST_F(VertexAttribManagerTest, SetAttribInfo) {
117 manager_->SetAttribInfo(1, buffer, 3, GL_SHORT, GL_TRUE, 32, 32, 4);
134 manager_->SetAttribInfo(1, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
136 manager_->SetAttribInfo(3, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
138 manager_->SetAttribInfo(1, NULL, 4, GL_FLOAT, GL_FALSE, 0, 16, 0);
140 manager_->SetAttribInfo(3, NULL, 4, GL_FLOAT, GL_FALSE, 0, 16, 0);
157 manager_->SetAttribInfo(1, buffer, 4, GL_FLOAT, GL_FALSE, 0, 16, 0);
172 manager_->SetAttribInfo(1, buffer, 4, GL_FLOAT, GL_FALSE, 0, 16, 1);
180 manager_->SetAttribInfo(1, buffer, 4, GL_FLOAT, GL_FALSE, 0, 16, 0);
182 manager_->SetAttribInfo(1, buffer, 4, GL_FLOAT, GL_FALSE, 0, 20, 0)
    [all...]
vertex_attrib_manager.h 193 void SetAttribInfo(
gles2_cmd_decoder.cc     [all...]

Completed in 251 milliseconds