Searched refs:mTextCropAreaLocation (Results 1 – 2 of 2) sorted by relevance
247 GLuint mTextCropAreaLocation; variable
835 mTextCropAreaLocation = glGetUniformLocation(mTextShader, U_CROP_AREA); in initShaders()1121 glUniform4f(mTextCropAreaLocation, u0, v0, u1, v1); in drawText()