Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h246 GLuint mImageTextureLocation; variable
H A DBootAnimation.cpp796 mImageTextureLocation = glGetUniformLocation(mImageShader, U_TEXTURE); in initShaders()
1630 glUniform1i(mImageTextureLocation, 0); in playAnimation()