Searched refs:nComp (Results 1 – 1 of 1) sorted by relevance
60 int nComp = (texInternalFormat == GL_RGB ? 3 : 4); in create() local61 char *zBuff = new char[nComp*p_width*p_height]; in create()63 memset(zBuff, 0, nComp*p_width*p_height); in create()