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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.h 77 GLint mTextureMatrixLoc;
Program.cpp 63 mTextureMatrixLoc = glGetUniformLocation(programId, "texture");
133 glUniformMatrix4fv(mTextureMatrixLoc, 1, GL_FALSE, desc.mTexture.getMatrix().asArray());

Completed in 25 milliseconds