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

  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 37 int32 alpha_size; member in struct:gpu::GLInProcessContextAttribs
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 148 EGLint alpha_size = 0; local
151 GetConfigAttrib(config, EGL_ALPHA_SIZE, &alpha_size);
157 attribs.push_back(alpha_size);
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 333 size_t alpha_size = 0; local
340 filter, effort_level, &alpha_data, &alpha_size)) {
343 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
347 enc->alpha_data_size_ = (uint32_t)alpha_size;
  /external/webp/src/enc/
alpha.c 333 size_t alpha_size = 0; local
340 filter, effort_level, &alpha_data, &alpha_size)) {
343 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
347 enc->alpha_data_size_ = (uint32_t)alpha_size;
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 222 size_t alpha_size = palette_alpha->size(); local
223 png_set_tRNS(png_ptr, info_ptr, alpha_data, alpha_size, NULL);
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 426 // alpha_size is the only one that scales as width x height.
427 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
432 + cache_size + alpha_size + ALIGN_MASK;
497 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
498 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/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::__anon26781
  /external/webp/src/dec/
frame.c 426 // alpha_size is the only one that scales as width x height.
427 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
432 + cache_size + alpha_size + ALIGN_MASK;
497 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
498 mem += alpha_size;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 294 EGLint alpha_size = 0; local
345 alpha_size = attrib_list[i+1];
451 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size,
    [all...]

Completed in 401 milliseconds