Home | History | Annotate | Download | only in main

Lines Matching refs:numPixels

1054    const GLint numPixels = width * height * depth;
1055 GLubyte *data = (GLubyte *) MALLOC(numPixels * components * sizeof(GLubyte));