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

/frameworks/base/libs/hwui/
H A DGlop.h49 TextureCoord = 1 << 0, enumerator in enum:android::uirenderer::VertexAttribFlags::__anon1229
H A DGlopBuilder.cpp83 VertexAttribFlags::TextureCoord,
116 VertexAttribFlags::TextureCoord,
136 VertexAttribFlags::TextureCoord,
164 VertexAttribFlags::TextureCoord,
178 VertexAttribFlags::TextureCoord | VertexAttribFlags::Color,
212 VertexAttribFlags::TextureCoord,
577 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) == 0
586 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) != 0)),
604 if (mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) {
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp344 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
424 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {

Completed in 1106 milliseconds