Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp116 GLint mvpLocationFont; member
127 mvpLocationFont(-1) in SInstanceData()
266 glUniformMatrix4fv(Data.mvpLocationFont, 1, GL_FALSE, mMVP.f); in Flush()
419 Data.mvpLocationFont = glGetUniformLocation(Data.uProgramLogo, "myMVPMatrix"); in APIInit()
421 _ASSERT(bRes && Data.mvpLocationLogo != -1 && Data.mvpLocationFont != -1); in APIInit()