Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:createSurface

735 void Texture::createSurface(GLsizei width, GLsizei height, GLenum format, GLenum type, Image *img)
785 createSurface(width, height, format, type, img);
811 createSurface(width, height, format, GL_UNSIGNED_BYTE, img);
842 createSurface(img->width, img->height, format, type, img);
883 createSurface(img->width, img->height, format, GL_UNSIGNED_BYTE, img);
955 createSurface(width, height, internalFormat, mType, image);
1698 createSurface(mImageArray[i].width, mImageArray[i].height, mImageArray[i].format, mType, &mImageArray[i]);
2369 createSurface(mImageArray[f][i].width, mImageArray[f][i].height, mImageArray[f][i].format, mType, &mImageArray[f][i]);