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

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_model_utils.h22 class TextureGenerator : public RenderNodeVisitor { class in inherits:RenderNodeVisitor
27 explicit TextureGenerator(RenderNode* root);
28 virtual ~TextureGenerator() OVERRIDE;
H A Drender_model_utils.cc16 TextureGenerator::TextureGenerator(RenderNode* root) function in class:TextureGenerator
27 TextureGenerator::~TextureGenerator() {
33 void TextureGenerator::BeginVisitRenderNode(RenderNode* node) {
43 void TextureGenerator::BeginVisitCCNode(CCNode* node) {
51 void TextureGenerator::DiscoverInputIDs(RenderNode* root) {
57 void TextureGenerator::GenerateGLTexIDs() {
63 void TextureGenerator::AssignIDMapping() {
87 void TextureGenerator
[all...]

Completed in 75 milliseconds