Home
last modified time | relevance | path

Searched refs:TexturedMeshNode (Results 1 – 4 of 4) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DTexturedMeshNode.cpp17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) : in TexturedMeshNode() function in TexturedMeshNode
21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()
39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
DTexturedMeshNode.h23 class TexturedMeshNode: public MeshNode {
25 TexturedMeshNode(const Mesh* mesh, const GLuint textureId);
26 virtual ~TexturedMeshNode() {}; in ~TexturedMeshNode()
DPerspectiveMeshNode.h23 class PerspectiveMeshNode: public TexturedMeshNode {
DPerspectiveMeshNode.cpp20 TexturedMeshNode(mesh, textureId) { in PerspectiveMeshNode()