Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp117 static const char A_UV[] = "aUv"; variable
795 GLint uvLocation = glGetAttribLocation(mImageShader, A_UV); in initShaders()
806 uvLocation = glGetAttribLocation(mTextShader, A_UV); in initShaders()