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

/frameworks/base/libs/hwui/
H A DGlop.h48 TextureCoord = 1 << 0, enumerator in enum:android::uirenderer::VertexAttribFlags::__anon1011
H A DGlopBuilder.cpp99 VertexAttribFlags::TextureCoord,
119 VertexAttribFlags::TextureCoord,
147 VertexAttribFlags::TextureCoord,
161 VertexAttribFlags::TextureCoord,
175 VertexAttribFlags::TextureCoord | VertexAttribFlags::Color,
211 VertexAttribFlags::TextureCoord,
562 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) == 0)),
570 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) != 0)),
588 if (mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) {
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp269 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
327 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {

Completed in 86 milliseconds