Searched refs:GL_RGBA (Results 126 - 150 of 332) sorted by path

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c1722 intFormat = GL_RGBA;
1739 intFormat = GL_RGBA;
H A Dxm_buffer.c337 xrb->Base.Base.InternalFormat = GL_RGBA;
338 xrb->Base.Base._BaseFormat = GL_RGBA;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Darrayobj.c189 array->Format = GL_RGBA; /* only significant for GL_EXT_vertex_array_bgra */
H A Ddebug.c292 ctx->Driver.GetTexImage(ctx, GL_RGBA, GL_UNSIGNED_BYTE, buffer, img);
319 rb->_BaseFormat == GL_RGBA) {
320 format = GL_RGBA;
475 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf);
568 if (format == GL_RGBA && type == GL_UNSIGNED_BYTE) {
580 else if (format == GL_RGBA && type == GL_FLOAT) {
H A Dfbobject.c488 case GL_RGBA:
1052 * corresponding base format (one of GL_RGB, GL_RGBA, GL_STENCIL_INDEX,
1118 return GL_RGBA;
1119 case GL_RGBA:
1123 return _mesa_is_desktop_gl(ctx) ? GL_RGBA : 0;
1126 return _mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx) ? GL_RGBA : 0;
1200 ? GL_RGBA : 0;
1204 ? GL_RGBA : 0;
1250 ? GL_RGBA : 0;
1287 ctx->Extensions.EXT_texture_integer) ? GL_RGBA
[all...]
H A Dformats.c45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
94 GL_RGBA, /* BaseFormat */
103 GL_RGBA, /* BaseFormat */
112 GL_RGBA, /* BaseFormat */
121 GL_RGBA, /* BaseFormat */
202 GL_RGBA, /* BaseFormat */
211 GL_RGBA, /* BaseFormat */
220 GL_RGBA, /* BaseFormat */
229 GL_RGBA, /* BaseFormat */
238 GL_RGBA, /* BaseForma
[all...]
H A Dframebuffer.c747 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
782 case GL_RGBA:
846 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
879 return GL_RGBA;
H A Dglformats.c202 case GL_RGBA:
264 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
273 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
502 case GL_RGBA:
868 case GL_RGBA:
901 base_format == GL_RGBA) {
911 base_format == GL_RGBA) {
920 base_format == GL_RGBA) {
928 if (base_format == GL_RGBA ||
988 return GL_RGBA;
[all...]
H A Dpack.c338 * GL_RGBA, GL_RED, GL_LUMINANCE_ALPHA, etc. Return -1 for indexes
403 case GL_RGBA:
605 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
636 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
667 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
698 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
729 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
760 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
791 if ((dstFormat == GL_RGBA) || (dstFormat == GL_RGBA_INTEGER_EXT)) {
822 if ((dstFormat == GL_RGBA) || (dstForma
[all...]
H A Drenderbuffer.c55 rb->InternalFormat = GL_RGBA;
H A Dtexcompress.c110 return GL_RGBA;
467 * Decompress a compressed texture image, returning a GL_RGBA/GL_FLOAT image.
H A Dtexcompress_cpal.c54 { GL_PALETTE4_RGBA8_OES, GL_RGBA, GL_UNSIGNED_BYTE, 16, 4 },
56 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 },
57 { GL_PALETTE4_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 16, 2 },
59 { GL_PALETTE8_RGBA8_OES, GL_RGBA, GL_UNSIGNED_BYTE, 256, 4 },
61 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
62 { GL_PALETTE8_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 256, 2 }
H A Dtexcompress_fxt1.c122 if (srcFormat != GL_RGBA ||
137 srcFormat = GL_RGBA;
H A Dtexcompress_s3tc.c226 if (srcFormat != GL_RGBA ||
241 srcFormat = GL_RGBA;
279 if (srcFormat != GL_RGBA ||
331 if (srcFormat != GL_RGBA ||
H A Dtexformat.c73 case GL_RGBA:
H A Dtexgetimage.c279 else if ((baseFormat == GL_RGBA ||
358 else if ((texImage->_BaseFormat == GL_RGBA ||
H A Dteximage.c76 * GL_LUMANCE_ALPHA, GL_INTENSITY, GL_RGB, or GL_RGBA), or -1 if invalid enum.
125 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1;
126 case GL_RGBA:
134 return GL_RGBA;
144 return GL_RGBA;
183 return GL_RGBA;
193 return GL_RGBA;
206 return GL_RGBA;
219 return GL_RGBA;
237 return GL_RGBA;
[all...]
H A Dtexobj.c790 GL_RGBA, GL_RGBA,
810 GL_RGBA, texFormat);
813 GL_RGBA, GL_UNSIGNED_BYTE, texel,
H A Dtexstate.c178 case GL_RGBA:
231 case GL_RGBA:
255 case GL_RGBA:
H A Dtexstorage.c258 case GL_RGBA:
H A Dtexstore.c99 case GL_RGBA:
242 case GL_RGBA: return IDX_RGBA;
337 ASSERT(logicalBaseFormat == GL_RGBA ||
347 ASSERT(textureBaseFormat == GL_RGBA ||
387 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
448 ASSERT(logicalBaseFormat == GL_RGBA ||
457 ASSERT(textureBaseFormat == GL_RGBA ||
496 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
575 ASSERT(logicalBaseFormat == GL_RGBA ||
584 ASSERT(textureBaseFormat == GL_RGBA ||
[all...]
H A Dvarray.c134 GLenum format = GL_RGBA;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c220 assert(format == GL_RGBA || format == GL_BGRA);
H A Dst_atom_sampler.c186 teximg ? teximg->_BaseFormat : GL_RGBA, is_integer);
H A Dst_cb_drawpixels.c1516 texFormat = st_choose_format(screen, GL_RGBA,

Completed in 485 milliseconds

1234567891011>>