Home
last modified time | relevance | path

Searched refs:DrawQuadType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DDrawQuadData.h40 enum DrawQuadType { enum
49 DrawQuadData(DrawQuadType type = BaseQuad,
78 DrawQuadType type() const { return m_type; } in type()
100 DrawQuadType m_type;
111 DrawQuadType type = BaseQuad,
141 DrawQuadType type = BaseQuad,
DShaderProgram.cpp789 DrawQuadType type = data->type(); in getTileProjectionMatrix()