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

  /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/gpu/command_buffer/common/
gles2_cmd_utils.h 206 int32_t alpha_size; member in struct:gpu::gles2::ContextCreationAttribHelper
  /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/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/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;
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 238 double alpha_size = (double)(sizeof(alpha_upper_list) - 1); local
247 *(--pointer) = alpha_list[((int)fmod(number, alpha_size))];
248 number /= alpha_size;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 298 int alpha_size; member in struct:SDL_VideoDevice::__anon13125
  /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;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
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...]

Completed in 346 milliseconds