Searched refs:kBindingTexCoords (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DMeshState.cpp136 glVertexAttribPointer(Program::kBindingTexCoords, 2, GL_FLOAT, GL_FALSE, stride, vertices);
149 glEnableVertexAttribArray(Program::kBindingTexCoords);
157 glDisableVertexAttribArray(Program::kBindingTexCoords);
/frameworks/base/libs/hwui/
H A DProgram.cpp48 texCoords = bindAttrib("texCoords", kBindingTexCoords);
H A DProgram.h338 kBindingTexCoords enumerator in enum:android::Program::ShaderBindings
397 * Name of the texCoords attribute if it exists (kBindingTexCoords), -1 otherwise.

Completed in 675 milliseconds