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

/cts/tests/openglperf2/jni/graphics/
H A DPerspectiveMeshNode.h23 class PerspectiveMeshNode: public TexturedMeshNode { class in inherits:TexturedMeshNode
25 PerspectiveMeshNode(const Mesh* mesh, const GLuint textureId);
26 virtual ~PerspectiveMeshNode() {};
H A DPerspectiveMeshNode.cpp15 #include "PerspectiveMeshNode.h"
19 PerspectiveMeshNode::PerspectiveMeshNode(const Mesh* mesh, const GLuint textureId) : function in class:PerspectiveMeshNode
23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {

Completed in 78 milliseconds