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

  /frameworks/base/libs/hwui/renderstate/
MeshState.cpp 117 glVertexAttribPointer(Program::kBindingTexCoords, 2, GL_FLOAT, GL_FALSE, stride, vertices);
134 glEnableVertexAttribArray(Program::kBindingTexCoords);
142 glDisableVertexAttribArray(Program::kBindingTexCoords);
  /frameworks/base/libs/hwui/
Program.cpp 51 texCoords = bindAttrib("texCoords", kBindingTexCoords);
Program.h 311 kBindingTexCoords
370 * Name of the texCoords attribute if it exists (kBindingTexCoords), -1 otherwise.

Completed in 54 milliseconds