Searched defs:MeshState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DMeshState.cpp16 #include "renderstate/MeshState.h"
23 MeshState::MeshState() function in class:android::uirenderer::MeshState
57 MeshState::~MeshState() {
65 void MeshState::dump() {
66 ALOGD("MeshState VBOs: unitQuad %d, current %d", mUnitQuadBuffer, mCurrentBuffer);
67 ALOGD("MeshState IBOs: quadList %d, current %d", mQuadListIndices, mCurrentIndicesBuffer);
68 ALOGD("MeshState vertices: vertex data %p, stride %d",
70 ALOGD("MeshState texCoor
[all...]
H A DMeshState.h53 class MeshState { class in namespace:android::uirenderer
58 ~MeshState();
115 MeshState();

Completed in 774 milliseconds