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

  /cts/tests/openglperf2/jni/graphics/
TexturedMeshNode.h 23 class TexturedMeshNode: public MeshNode {
25 TexturedMeshNode(const Mesh* mesh, const GLuint textureId);
26 virtual ~TexturedMeshNode() {};
TexturedMeshNode.cpp 15 #include "TexturedMeshNode.h"
17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) :
21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
PerspectiveMeshNode.h 21 #include "TexturedMeshNode.h"
23 class PerspectiveMeshNode: public TexturedMeshNode {
PerspectiveMeshNode.cpp 20 TexturedMeshNode(mesh, textureId) {

Completed in 67 milliseconds