Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h240 GLuint mTextCropAreaLocation; variable
H A DBootAnimation.cpp753 mTextCropAreaLocation = glGetUniformLocation(mTextShader, U_CROP_AREA); in initShaders()
1027 glUniform4f(mTextCropAreaLocation, u0, v0, u1, v1); in drawText()