Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp359 TextureRec* newTextures = (TextureRec*)realloc(m_tex.textures, in addTextureRec() local
361 if (!newTextures) { in addTextureRec()
365 m_tex.textures = newTextures; in addTextureRec()