Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h167 const TextureCoordF &getCurrentTextureCoords(unsigned int unit) const;
DGLES1State.cpp235 const TextureCoordF &GLES1State::getCurrentTextureCoords(unsigned int unit) const in getCurrentTextureCoords() function in gl::GLES1State
DGLES1Renderer.cpp272 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw()