Home | History | Annotate | Download | only in src

Lines Matching refs:GL_RGBA

486     if (CGLCreatePBuffer(1, 1, GL_TEXTURE_2D, GL_RGBA, 0, &pbuffer) != kCGLNoError) {
683 glTexImage2D(target, 0, GL_RGBA8, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0);
1812 if (!((format == GL_RGBA) && (type == GL_UNSIGNED_BYTE)))
1915 ASSERT(format == GL_RGBA || format == GL_BGRA);
2047 flipY, premultiplyAlpha, GL_RGBA, skipAlpha, imageData);