/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | alpha_enc.c | 368 size_t alpha_size = 0; in CompressAlphaJob() local 375 filter, effort_level, &alpha_data, &alpha_size)) { in CompressAlphaJob() 378 if (alpha_size != (uint32_t)alpha_size) { // Soundness check. in CompressAlphaJob() 382 enc->alpha_data_size_ = (uint32_t)alpha_size; in CompressAlphaJob()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | alpha_enc.c | 368 size_t alpha_size = 0; in CompressAlphaJob() local 375 filter, effort_level, &alpha_data, &alpha_size)) { in CompressAlphaJob() 378 if (alpha_size != (uint32_t)alpha_size) { // Sanity check. in CompressAlphaJob() 382 enc->alpha_data_size_ = (uint32_t)alpha_size; in CompressAlphaJob()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclopengles.c | 98 if (_this->gl_config.alpha_size) { in NACL_GLES_CreateContext() 100 attribs[i++] = _this->gl_config.alpha_size; in NACL_GLES_CreateContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspgl.c | 110 if (_this->gl_config.alpha_size) in PSP_GL_CreateContext() 113 attribs[i++] = _this->gl_config.alpha_size; in PSP_GL_CreateContext()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 153 const uint64_t alpha_size = (uint64_t)stride * height; in AllocateAlphaPlane() local 156 (uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->alpha_plane_)); in AllocateAlphaPlane()
|
D | webp_dec.c | 150 size_t* const alpha_size) { in ParseOptionalChunks() argument 162 assert(alpha_size != NULL); in ParseOptionalChunks() 164 *alpha_size = 0; in ParseOptionalChunks() 205 *alpha_size = chunk_size; in ParseOptionalChunks()
|
D | frame_dec.c | 700 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? in AllocateMemory() local 705 + cache_size + alpha_size + WEBP_ALIGN_CST; in AllocateMemory() 770 dec->alpha_plane_ = alpha_size ? mem : NULL; in AllocateMemory() 771 mem += alpha_size; in AllocateMemory()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 153 const uint64_t alpha_size = (uint64_t)stride * height; in AllocateAlphaPlane() local 156 (uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->alpha_plane_)); in AllocateAlphaPlane()
|
D | webp_dec.c | 150 size_t* const alpha_size) { in ParseOptionalChunks() argument 162 assert(alpha_size != NULL); in ParseOptionalChunks() 164 *alpha_size = 0; in ParseOptionalChunks() 205 *alpha_size = chunk_size; in ParseOptionalChunks()
|
D | frame_dec.c | 700 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? in AllocateMemory() local 705 + cache_size + alpha_size + WEBP_ALIGN_CST; in AllocateMemory() 770 dec->alpha_plane_ = alpha_size ? mem : NULL; in AllocateMemory() 771 mem += alpha_size; in AllocateMemory()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 180 pfd->cAlphaBits = _this->gl_config.alpha_size; in WIN_GL_SetupPixelFormat() 183 _this->gl_config.buffer_size - _this->gl_config.alpha_size; in WIN_GL_SetupPixelFormat() 494 if (_this->gl_config.alpha_size) { in WIN_GL_SetupWindowInternal() 496 *iAttr++ = _this->gl_config.alpha_size; in WIN_GL_SetupWindowInternal()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl.c | 315 if (_this->gl_config.alpha_size) { in SDL_EGL_ChooseConfig() 317 attribs[i++] = _this->gl_config.alpha_size; in SDL_EGL_ChooseConfig()
|
D | SDL_sysvideo.h | 307 int alpha_size; member
|
D | SDL_video.c | 2880 _this->gl_config.alpha_size = 0; in SDL_GL_ResetAttributes() 2935 _this->gl_config.alpha_size = value; in SDL_GL_SetAttribute()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 641 EGLint alpha_size = 1; in gst_gl_context_egl_choose_config() local 720 config_attrib[i++] = alpha_size; in gst_gl_context_egl_choose_config() 736 if (alpha_size == 1) { in gst_gl_context_egl_choose_config() 737 alpha_size = 0; in gst_gl_context_egl_choose_config()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | muxread.c | 396 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0; in SynthesizeBitstream() local 398 const size_t size = RIFF_HEADER_SIZE + vp8x_size + alpha_size + in SynthesizeBitstream()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.c | 418 if (_this->gl_config.alpha_size) { in X11_GL_GetAttributes() 420 attribs[i++] = _this->gl_config.alpha_size; in X11_GL_GetAttributes()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 427 if (_this->gl_config.alpha_size) { in PND_gl_createcontext() 428 wdata->gles_attributes[attr_pos++] = _this->gl_config.alpha_size; in PND_gl_createcontext()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | muxread.c | 393 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0; in SynthesizeBitstream() local 395 const size_t size = RIFF_HEADER_SIZE + vp8x_size + alpha_size + in SynthesizeBitstream()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 525 glw::GLint alpha_size = 0; in checkSourceTextureSizeAndType() local 543 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_ALPHA_SIZE, &alpha_size); in checkSourceTextureSizeAndType() 561 is_ok = is_ok && (alpha_size >= descriptor.min_alpha_size); in checkSourceTextureSizeAndType() 584 << ", queried alpha size = " << alpha_size << ", queried depth size = " << depth_size in checkSourceTextureSizeAndType()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitopengles.m | 193 aBits:_this->gl_config.alpha_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/ |
D | egl-master.txt | 330 dEQP-EGL.functional.query_config.get_config_attrib.alpha_size 360 dEQP-EGL.functional.choose_config.simple.selection_only.alpha_size 388 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_size
|
/third_party/vk-gl-cts/android/cts/master/ |
D | egl-master.txt | 372 dEQP-EGL.functional.query_config.get_config_attrib.alpha_size 402 dEQP-EGL.functional.choose_config.simple.selection_only.alpha_size 430 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/ |
D | egl-master.txt | 372 dEQP-EGL.functional.query_config.get_config_attrib.alpha_size 402 dEQP-EGL.functional.choose_config.simple.selection_only.alpha_size 430 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/ |
D | egl-master.txt | 330 dEQP-EGL.functional.query_config.get_config_attrib.alpha_size 360 dEQP-EGL.functional.choose_config.simple.selection_only.alpha_size 388 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_size
|