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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.h 57 VertexArray<TYPE> getTexCoordArray() { return VertexArray<TYPE>(getTexCoords(), mStride); }
65 float const* getTexCoords() const;
88 float* getTexCoords();
Mesh.cpp 71 float const* Mesh::getTexCoords() const {
74 float* Mesh::getTexCoords() {
GLES11RenderEngine.cpp 279 mesh.getTexCoords());
GLES20RenderEngine.cpp 253 mesh.getTexCoords());

Completed in 50 milliseconds