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

  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 139 int attribute_index = glGetAttribLocation(program, "c1"); local
141 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
142 glEnableVertexAttribArray(attribute_index);
145 attribute_index = glGetAttribLocation(program, "c2");
147 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
148 glEnableVertexAttribArray(attribute_index);
189 int attribute_index = glGetAttribLocation(program, "c1"); local
191 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
192 glEnableVertexAttribArray(attribute_index);
195 attribute_index = glGetAttribLocation(program, "c2")
255 int attribute_index = glGetAttribLocation(program, "c1"); local
    [all...]
varyingsandddxytest.cc 128 int attribute_index = glGetAttribLocation(program, "c"); local
130 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
131 glEnableVertexAttribArray(attribute_index);
156 int attribute_index = glGetAttribLocation(program, "c"); local
158 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
159 glEnableVertexAttribArray(attribute_index);
attributefetchtest.cc 82 int attribute_index = glGetAttribLocation(program, attribute); local
84 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
85 glEnableVertexAttribArray(attribute_index);
trianglesetuptest.cc 56 GLint attribute_index = glGetAttribLocation(program, "c"); local
57 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
58 glEnableVertexAttribArray(attribute_index);
windowmanagertest.cc 117 int attribute_index = glGetAttribLocation(program, "vertices"); local
118 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, vertices);
119 glEnableVertexAttribArray(attribute_index);
yuvtest.cc 119 int attribute_index = glGetAttribLocation(program, "c"); local
121 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL);
122 glEnableVertexAttribArray(attribute_index);
  /frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp 208 uint16_t attribute_index = 1; local
214 flat_elem->idIndex = util::HostToDevice16(attribute_index);
217 flat_elem->classIndex = util::HostToDevice16(attribute_index);
219 flat_elem->styleIndex = util::HostToDevice16(attribute_index);
222 attribute_index++;

Completed in 122 milliseconds