Searched refs:GL_RGBA (Results 151 - 175 of 330) sorted by relevance

1234567891011>>

/external/chromium_org/cc/resources/
H A Dtexture_uploader_unittest.cc94 case GL_RGBA:
H A Dresource_provider.h695 GL_RGBA, // RGBA_8888
696 GL_RGBA, // RGBA_4444
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac.cc287 glTexImage2D(texture_target_, 0, GL_RGBA, size.width(), size.height(), 0,
H A Dcompositing_iosurface_transformer_mac_unittest.cc139 kGLTextureTarget, 0, GL_RGBA, bitmap.width(), bitmap.height(), 0,
493 static const GLenum kOutputFormats[] = { GL_BGRA, GL_RGBA };
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager_unittest.cc400 const GLenum kFormat1 = GL_RGBA;
621 texture1.get(), GL_TEXTURE_2D, 0, GL_RGBA, 4, 4,
622 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, false);
695 const GLenum kFormat = GL_RGBA;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_gpu_memory_buffer_unittest.cc191 GL_RGBA,
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_pbuffer.c161 (modes->alphaBits > 0) ? GL_RGBA : GL_RGB,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.c110 return GL_RGBA;
467 * Decompress a compressed texture image, returning a GL_RGBA/GL_FLOAT image.
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...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c186 teximg ? teximg->_BaseFormat : GL_RGBA, is_integer);
H A Dst_cb_rasterpos.c200 rs->array[i].Format = GL_RGBA;
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc234 GL_RGBA,
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp584 static const TextureSpec tex2D (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, samplerLinearNoMipmap);
585 static const TextureSpec tex2DMipmap (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, samplerLinearMipmap);
587 static const TextureSpec texCube (TEXTURETYPE_CUBE_MAP, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, samplerLinearNoMipmap);
588 static const TextureSpec texCubeMipmap (TEXTURETYPE_CUBE_MAP, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, samplerLinearMipmap);
H A Des2fTextureMipmapTests.cpp1101 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 },
1102 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
1103 { "rgba8888", GL_RGBA, GL_UNSIGNED_BYTE }
1155 GL_RGBA, GL_UNSIGNED_BYTE,
1173 GL_RGBA, GL_UNSIGNED_BYTE,
1232 GL_RGBA, GL_UNSIGNED_BYTE, cubeMapSize));
/external/mesa3d/src/glx/apple/
H A Dapple_glx_pbuffer.c161 (modes->alphaBits > 0) ? GL_RGBA : GL_RGB,
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c110 return GL_RGBA;
467 * Decompress a compressed texture image, returning a GL_RGBA/GL_FLOAT image.
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...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c186 teximg ? teximg->_BaseFormat : GL_RGBA, is_integer);
H A Dst_cb_rasterpos.c200 rs->array[i].Format = GL_RGBA;
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp286 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, textureSize, textureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, buffer[0].getPtr());
439 case FBO_RGBA4: internalFormat = GL_RGBA4; format = GL_RGBA; type = GL_UNSIGNED_SHORT_4_4_4_4; break;
440 case FBO_RGB5_A1: internalFormat = GL_RGB5_A1; format = GL_RGBA; type = GL_UNSIGNED_SHORT_5_5_5_1; break;
442 case FBO_RGBA8: internalFormat = GL_RGBA8; format = GL_RGBA; type = GL_UNSIGNED_BYTE; break;
443 case FBO_RGB10_A2: internalFormat = GL_RGB10_A2; format = GL_RGBA; type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
444 case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA16F; format = GL_RGBA; type = GL_HALF_FLOAT; break;
445 case FBO_RGBA_FLOAT32: internalFormat = GL_RGBA32F; format = GL_RGBA; type = GL_FLOAT; break;
1419 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, 0, GL_RGBA, GL_UNSIGNED_BYTE, &texData[0]);
1431 gl.texImage2D(GL_TEXTURE_2D, level, GL_RGBA8, TEST_TEXTURE_SIZE >> level, TEST_TEXTURE_SIZE >> level, 0, GL_RGBA, GL_UNSIGNED_BYTE, &texData[0]);
1456 gl.texImage2D(faces[faceNdx], 0, GL_RGBA8, TEST_TEXTURE_CUBE_SIZE, TEST_TEXTURE_CUBE_SIZE, 0, GL_RGBA, GL_UNSIGNED_BYT
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp277 const deUint32 format = GL_RGBA;
422 const deUint32 format = GL_RGBA;
548 const deUint32 format = GL_RGBA;
672 const deUint32 format = GL_RGBA;
774 const deUint32 format = GL_RGBA;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.cpp28 case GL_RGBA:
58 case GL_RGBA:
79 case GL_RGBA:
1458 case GL_RGBA:
1610 case GL_RGBA:
1638 case GL_RGBA:
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc148 GL_RGBA,
152 GL_RGBA,
/external/chromium_org/content/renderer/pepper/
H A Dvideo_decoder_shim.cc522 GL_RGBA,
526 GL_RGBA,
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode_dev.cc560 context_->pp_resource(), texture_target, 0, GL_RGBA, width, height, 0,
561 GL_RGBA, GL_UNSIGNED_BYTE, NULL);

Completed in 643 milliseconds

1234567891011>>