Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:sizedInternalFormat

4623 		GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type);
4634 texture->setImage(level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data);
4645 texture->setImage(target, level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data);
5798 GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type);
5799 texture->setImage(level, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data);