Home
last modified time | relevance | path

Searched refs:mTexMatrixHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/tests/
DTextureRenderer.cpp65 mTexMatrixHandle = glGetUniformLocation(mPgm, "texMatrix"); in SetUp()
67 ASSERT_NE(-1, mTexMatrixHandle); in SetUp()
110 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix); in drawTexture()
DTextureRenderer.h41 GLint mTexMatrixHandle; variable