/external/autotest/client/deps/glbench/src/ |
attributefetchtest.cc | 88 int attribute_index = glGetAttribLocation(program, attribute); local 90 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 91 glEnableVertexAttribArray(attribute_index);
|
drawsizetest.cc | 57 GLint attribute_index = glGetAttribLocation(program, "pos"); local 58 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 59 glEnableVertexAttribArray(attribute_index);
|
trianglesetuptest.cc | 53 GLint attribute_index = glGetAttribLocation(program, "c"); local 54 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 55 glEnableVertexAttribArray(attribute_index);
|
varyingsandddxytest.cc | 126 int attribute_index = glGetAttribLocation(program, "c"); local 128 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 129 glEnableVertexAttribArray(attribute_index); 152 int attribute_index = glGetAttribLocation(program, "c"); local 154 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 155 glEnableVertexAttribArray(attribute_index);
|
windowmanagertest.cc | 115 int attribute_index = glGetAttribLocation(program, "vertices"); local 116 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, vertices); 117 glEnableVertexAttribArray(attribute_index);
|
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") 254 int attribute_index = glGetAttribLocation(program, "c1"); local [all...] |
yuvtest.cc | 113 int attribute_index = glGetAttribLocation(program, "c"); local 115 glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, NULL); 116 glEnableVertexAttribArray(attribute_index);
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cVertexAttrib64BitTest.cpp | 2438 const GLint attribute_index = n_attributes * n_type; local 2465 const GLint attribute_index = n_attributes * n_type; local 2498 const GLint attribute_index = n_attributes * n_type; local 2539 const GLint attribute_index = n_attributes * n_type; local [all...] |