Home | History | Annotate | Download | only in opengl

Lines Matching refs:GL_RGBA_INTEGER

79 		case TextureFormat::RGBA:	format = isInt ? GL_RGBA_INTEGER	: GL_RGBA;	break;
448 case GL_RGBA_INTEGER: return TextureFormat(TextureFormat::RGBA, mapGLChannelType(dataType, false));