HomeSort by relevance Sort by last modified time
    Searched refs:TextureGenerator (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.cc 16 TextureGenerator::TextureGenerator(RenderNode* root)
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::WriteOutNewIDs(RenderNode* root)
    [all...]
render_model_utils.h 22 class TextureGenerator : public RenderNodeVisitor {
27 explicit TextureGenerator(RenderNode* root);
28 virtual ~TextureGenerator() OVERRIDE;
forward_render_model.h 28 scoped_ptr<TextureGenerator> textures_;
forward_render_model.cc 46 textures_.reset(new TextureGenerator(root));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorNoise.java 49 public class TextureGeneratorNoise extends TextureGenerator {
TextureGeneratorClouds.java 49 public class TextureGeneratorClouds extends TextureGenerator {
TextureGeneratorDistnoise.java 50 public class TextureGeneratorDistnoise extends TextureGenerator {
TextureGeneratorMusgrave.java 49 public class TextureGeneratorMusgrave extends TextureGenerator {
TextureGeneratorStucci.java 48 public class TextureGeneratorStucci extends TextureGenerator {
TextureGenerator.java 50 /* package */abstract class TextureGenerator {
51 private static final Logger LOGGER = Logger.getLogger(TextureGenerator.class.getName());
55 public TextureGenerator(NoiseGenerator noiseGenerator) {
TextureHelper.java 117 private Map<Integer, TextureGenerator> textureGenerators = new HashMap<Integer, TextureGenerator>();
183 TextureGenerator textureGenerator = textureGenerators.get(Integer.valueOf(type));
184 result = textureGenerator.generate(tex, width, height, depth, blenderContext);
TextureGeneratorBlend.java 49 public final class TextureGeneratorBlend extends TextureGenerator {
TextureGeneratorMagic.java 49 public class TextureGeneratorMagic extends TextureGenerator {
TextureGeneratorVoronoi.java 50 public class TextureGeneratorVoronoi extends TextureGenerator {
TextureGeneratorWood.java 48 public class TextureGeneratorWood extends TextureGenerator {

Completed in 452 milliseconds