Searched refs:getTexCoords (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.h57 VertexArray<TYPE> getTexCoordArray() { return VertexArray<TYPE>(getTexCoords(), mStride); }
65 float const* getTexCoords() const;
88 float* getTexCoords();
H A DMesh.cpp71 float const* Mesh::getTexCoords() const { function in class:android::Mesh
74 float* Mesh::getTexCoords() { function in class:android::Mesh
H A DGLES20RenderEngine.cpp381 mesh.getTexCoords());

Completed in 55 milliseconds