Home
last modified time | relevance | path

Searched refs:getCurrentTextureCoords (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.h188 const TextureCoordF &getCurrentTextureCoords(unsigned int unit) const;
DGLES1State.cpp253 const TextureCoordF &GLES1State::getCurrentTextureCoords(unsigned int unit) const in getCurrentTextureCoords() function in gl::GLES1State
DGLES1Renderer.cpp351 const TextureCoordF texcoord = gles1State->getCurrentTextureCoords(i); in prepareForDraw()