Home
last modified time | relevance | path

Searched defs:mesh (Results 1 – 6 of 6) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMeshNode.cpp16 MeshNode::MeshNode(const Mesh* mesh) : in MeshNode()
DTexturedMeshNode.cpp17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) : in TexturedMeshNode()
DPerspectiveMeshNode.cpp19 PerspectiveMeshNode::PerspectiveMeshNode(const Mesh* mesh, const GLuint textureId) : in PerspectiveMeshNode()
/cts/tests/openglperf2/jni/reference/scene/flocking/
DWaterMeshNode.cpp19 WaterMeshNode::WaterMeshNode(const Mesh* mesh, int time, GLuint textureId1, GLuint textureId2) : in WaterMeshNode()
/cts/tests/openglperf2/jni/reference/scene/glowing/
DBlurMeshNode.cpp17 BlurMeshNode::BlurMeshNode(const Mesh* mesh, GLuint fboTexId, GLuint tmpTexId1, GLuint tmpTexId2, in BlurMeshNode()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1420 const float* mesh, float scale, int texture_unit) { in SetUpProgram()