Home
last modified time | relevance | path

Searched refs:alpha_size (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/enc/
Dalpha_enc.c368 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/
Dalpha_enc.c368 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/
DSDL_naclopengles.c98 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/
DSDL_pspgl.c110 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/
Dalpha_dec.c153 const uint64_t alpha_size = (uint64_t)stride * height; in AllocateAlphaPlane() local
156 (uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->alpha_plane_)); in AllocateAlphaPlane()
Dwebp_dec.c150 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()
Dframe_dec.c700 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/
Dalpha_dec.c153 const uint64_t alpha_size = (uint64_t)stride * height; in AllocateAlphaPlane() local
156 (uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->alpha_plane_)); in AllocateAlphaPlane()
Dwebp_dec.c150 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()
Dframe_dec.c700 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/
DSDL_windowsopengl.c180 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/
DSDL_egl.c315 if (_this->gl_config.alpha_size) { in SDL_EGL_ChooseConfig()
317 attribs[i++] = _this->gl_config.alpha_size; in SDL_EGL_ChooseConfig()
DSDL_sysvideo.h307 int alpha_size; member
DSDL_video.c2880 _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/
Dgstglcontext_egl.c641 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/
Dmuxread.c396 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/
DSDL_x11opengl.c418 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/
DSDL_pandora.c427 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/
Dmuxread.c393 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/
Dgl3cTextureSizePromotion.cpp525 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/
DSDL_uikitopengles.m193 aBits:_this->gl_config.alpha_size
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt330 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/
Degl-master.txt372 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/
Degl-master.txt372 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/
Degl-master.txt330 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

12