Searched refs:VertexAttribFlags (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp80 VertexAttribFlags::TextureCoord,
94 VertexAttribFlags::None,
113 VertexAttribFlags::TextureCoord,
133 VertexAttribFlags::TextureCoord,
147 VertexAttribFlags::None,
161 VertexAttribFlags::TextureCoord,
175 VertexAttribFlags::TextureCoord,
189 VertexAttribFlags::TextureCoord | VertexAttribFlags::Color,
208 alphaVertex ? VertexAttribFlags
[all...]
H A DGlop.h45 namespace VertexAttribFlags { namespace in namespace:android::uirenderer
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp322 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
329 if (vertices.attribFlags & VertexAttribFlags::Color) {
335 if (vertices.attribFlags & VertexAttribFlags::Alpha) {
368 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
388 if (vertices.attribFlags & VertexAttribFlags::Alpha) {
391 if (vertices.attribFlags & VertexAttribFlags::Color) {
/frameworks/base/libs/hwui/tests/unit/
H A DGlopBuilderTests.cpp106 VertexAttribFlags::None,

Completed in 194 milliseconds