Searched refs:alpha_size (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dalpha.c339 size_t alpha_size = 0; local
346 filter, effort_level, &alpha_data, &alpha_size)) {
349 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
353 enc->alpha_data_size_ = (uint32_t)alpha_size;
/external/webp/src/enc/
H A Dalpha.c339 size_t alpha_size = 0; local
346 filter, effort_level, &alpha_data, &alpha_size)) {
349 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
353 enc->alpha_data_size_ = (uint32_t)alpha_size;
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc150 EGLint alpha_size = 0; local
153 GetConfigAttrib(config, EGL_ALPHA_SIZE, &alpha_size);
159 attribs.push_back(alpha_size);
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc27 attribs.alpha_size = 8;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc813 : alpha_size(-1),
827 if (alpha_size != -1) {
829 attribs->push_back(alpha_size);
886 alpha_size = value;
H A Dgles2_cmd_utils.h206 int32_t alpha_size; member in struct:gpu::gles2::ContextCreationAttribHelper
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c72 *value=this->gl_config.alpha_size;
360 fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size);
363 /* __QNXGL_BUILD_FORMAT(0, __QNXGL_COLOR_MODEL_RGB, this->gl_config.alpha_size,
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c59 attributes[i++] = this->gl_config.alpha_size;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c208 GL_pfd.cAlphaBits = this->gl_config.alpha_size;
243 if ( this->gl_config.alpha_size ) {
245 *iAttr++ = this->gl_config.alpha_size;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c141 if( this->gl_config.alpha_size ) {
143 attribs[i++] = this->gl_config.alpha_size;
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c551 // alpha_size is the only one that scales as width x height.
552 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
557 + cache_size + alpha_size + ALIGN_MASK;
622 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
623 mem += alpha_size;
H A Dwebp.c151 // If an alpha chunk is found, *alpha_data and *alpha_size are set
157 size_t* const alpha_size) {
169 assert(alpha_size != NULL);
171 *alpha_size = 0;
212 *alpha_size = chunk_size;
153 ParseOptionalChunks(const uint8_t** const data, size_t* const data_size, size_t const riff_size, const uint8_t** const alpha_data, size_t* const alpha_size) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h298 int alpha_size; member in struct:SDL_VideoDevice::__anon29434
H A DSDL_video.c229 video->gl_config.alpha_size = 0;
1465 video->gl_config.alpha_size = value;
/external/webp/src/dec/
H A Dframe.c551 // alpha_size is the only one that scales as width x height.
552 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
557 + cache_size + alpha_size + ALIGN_MASK;
622 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
623 mem += alpha_size;
H A Dwebp.c151 // If an alpha chunk is found, *alpha_data and *alpha_size are set
157 size_t* const alpha_size) {
169 assert(alpha_size != NULL);
171 *alpha_size = 0;
212 *alpha_size = chunk_size;
153 ParseOptionalChunks(const uint8_t** const data, size_t* const data_size, size_t const riff_size, const uint8_t** const alpha_data, size_t* const alpha_size) argument
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc165 attrib_helper.alpha_size = 8;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc512 if (_this->gl_config.alpha_size > 0 || bpp == 32)
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec_unittest.cc223 size_t alpha_size = palette_alpha->size(); local
224 png_set_tRNS(png_ptr, info_ptr, alpha_data, alpha_size, NULL);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc987 output_attribs->alpha_size = attributes.alpha ? 8 : 0;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2514 offscreen_target_color_format_ = attrib_parser.alpha_size > 0 ?
2518 offscreen_target_color_format_ = attrib_parser.alpha_size > 0 ?
2541 offscreen_target_color_format_ = attrib_parser.alpha_size > 0 ?
2564 offscreen_saved_color_format_ = attrib_parser.alpha_size > 0 ?
2641 (attrib_parser.alpha_size != 0 && v > 0) ? GL_RGBA : GL_RGB;

Completed in 3872 milliseconds