Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h248 GLuint mTextTextureLocation; variable
H A DBootAnimation.cpp807 mTextTextureLocation = glGetUniformLocation(mTextShader, U_TEXTURE); in initShaders()
1051 glUniform1i(mTextTextureLocation, 0); in drawText()