Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp118 static const char A_POSITION[] = "aPosition"; variable
794 GLint positionLocation = glGetAttribLocation(mImageShader, A_POSITION); in initShaders()
805 positionLocation = glGetAttribLocation(mTextShader, A_POSITION); in initShaders()