Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h239 GLuint mImageTextureLocation; variable
H A DBootAnimation.cpp741 mImageTextureLocation = glGetUniformLocation(mImageShader, U_TEXTURE); in initShaders()
1534 glUniform1i(mImageTextureLocation, 0); in playAnimation()