Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:currentType

4770             GLenum currentFormat, currentType;
4775 if (!context->getCurrentReadFormatType(&currentFormat, &currentType))
4778 if (!(currentFormat == format && currentType == type) && !validReadFormatType(format, type))
4810 GLenum currentFormat, currentType;
4815 if (!context->getCurrentReadFormatType(&currentFormat, &currentType))
4818 if (!(currentFormat == format && currentType == type) && !validReadFormatType(format, type))