HomeSort by relevance Sort by last modified time
    Searched refs:alpha_size (Results 1 - 24 of 24) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 41 EGLint alpha_size,
69 EGLint alpha_size);
EglConfig.cpp 21 EGLint alpha_size,
42 m_buffer_size(red_size + green_size + blue_size + alpha_size),
46 m_alpha_size(alpha_size),
71 m_conformant(((red_size + green_size + blue_size + alpha_size > 0) &&
115 EGLint alpha_size):
117 m_buffer_size(red_size + green_size + blue_size + alpha_size),
121 m_alpha_size(alpha_size),
EglImp.cpp 297 EGLint alpha_size = 0; local
348 alpha_size = attrib_list[i+1];
454 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size,
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 339 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/
alpha.c 339 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/
display.cc 150 EGLint alpha_size = 0; local
153 GetConfigAttrib(config, EGL_ALPHA_SIZE, &alpha_size);
159 attribs.push_back(alpha_size);
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 27 attribs.alpha_size = 8;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 813 : alpha_size(-1),
827 if (alpha_size != -1) {
829 attribs->push_back(alpha_size);
886 alpha_size = value;
gles2_cmd_utils.h 206 int32_t alpha_size; member in struct:gpu::gles2::ContextCreationAttribHelper
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 72 *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/wincommon/
SDL_wingl.c 208 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/maccommon/
SDL_macgl.c 59 attributes[i++] = this->gl_config.alpha_size;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 141 if( this->gl_config.alpha_size ) {
143 attribs[i++] = this->gl_config.alpha_size;
  /external/chromium_org/third_party/libwebp/dec/
frame.c 551 // 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;
webp.c 151 // 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;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 298 int alpha_size; member in struct:SDL_VideoDevice::__anon13125
SDL_video.c 229 video->gl_config.alpha_size = 0;
    [all...]
  /external/webp/src/dec/
frame.c 551 // 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;
webp.c 151 // 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;
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 165 attrib_helper.alpha_size = 8;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 512 if (_this->gl_config.alpha_size > 0 || bpp == 32)
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 223 size_t alpha_size = palette_alpha->size(); local
224 png_set_tRNS(png_ptr, info_ptr, alpha_data, alpha_size, NULL);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 678 milliseconds