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

/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp78 mOutGlop->mesh.vertices = {vbo, VertexAttribFlags::TextureCoord,
91 VertexAttribFlags::None,
111 VertexAttribFlags::TextureCoord,
132 VertexAttribFlags::TextureCoord,
147 0, VertexAttribFlags::None, vertexData, nullptr, nullptr, kVertexStride};
158 VertexAttribFlags::TextureCoord,
174 VertexAttribFlags::TextureCoord | VertexAttribFlags::Color,
194 alphaVertex ? VertexAttribFlags::Alpha : VertexAttribFlags
[all...]
H A DGlop.h43 namespace VertexAttribFlags { namespace in namespace:android::uirenderer
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp333 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
340 if (vertices.attribFlags & VertexAttribFlags::Color) {
347 if (vertices.attribFlags & VertexAttribFlags::Alpha) {
420 if (vertices.attribFlags & VertexAttribFlags::TextureCoord) {
453 if (vertices.attribFlags & VertexAttribFlags::Alpha) {
456 if (vertices.attribFlags & VertexAttribFlags::Color) {
/frameworks/base/libs/hwui/tests/unit/
H A DGlopBuilderTests.cpp105 VertexAttribFlags::None,

Completed in 64 milliseconds