Home
last modified time | relevance | path

Searched refs:alphaSize (Results 1 – 25 of 1047) sorted by last modified time

12345678910>>...42

/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_dri.c63 int alphaSize; member
171 pConfigs[i].alphaSize = SAVAGEVisuals[visNum].alphaSize; in SAVAGEInitVisualConfigs()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/bz/
H A Dhuffman.c104 int32_t alphaSize, in BZ2_hbMakeCodeLengths() argument
123 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
127 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
134 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
158 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
190 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
210 int32_t alphaSize) in BZ2_hbAssignCodes() argument
216 for (i = 0; i < alphaSize; i++) { in BZ2_hbAssignCodes()
H A Dcompress.c253 int32_t nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
274 alphaSize = s->nInUse + 2; in sendMTFValues()
276 for (v = 0; v < alphaSize; v++) in sendMTFValues()
298 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues()
311 for (v = 0; v < alphaSize; v++) in sendMTFValues()
331 for (v = 0; v < alphaSize; v++) in sendMTFValues()
340 for (v = 0; v < alphaSize; v++) { in sendMTFValues()
454 BZ2_hbMakeCodeLengths(s, &(s->len[t][0]), &(s->rfreq[t][0]), alphaSize, 17 /*20*/); in sendMTFValues()
485 for (i = 0; i < alphaSize; i++) { in sendMTFValues()
491 BZ2_hbAssignCodes(&(s->code[t][0]), &(s->len[t][0]), minLen, maxLen, alphaSize); in sendMTFValues()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/
H A Ddmx_glxvisuals.c131 config->alphaSize = props[6]; in GetGLXVisualConfigs()
576 cfg->alphaSize = fbcfg->alphaBits; in GetGLXVisualConfigsFromFBConfigs()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/glxProxy/
H A Dglxcmdsswap.c322 buf[p++] = pGlxVisual->alphaSize; in __glXSwapGetVisualConfigs()
H A Dglxvisuals.c46 (v1->alphaSize == v2->alphaSize) && in glxVisualsMatch()
H A Dglxcmds.c1732 buf[p++] = pGlxVisual->alphaSize; in __glXGetVisualConfigs()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengles/
H A DPixelFormat.java164 public PixelFormat(int alphaSize, int depthSize, int stencilSize) { in PixelFormat() argument
165 this(alphaSize, depthSize, stencilSize, 0); in PixelFormat()
179 public PixelFormat(int alphaSize, int depthSize, int stencilSize, int samples) { in PixelFormat() argument
180 this(8, alphaSize, 0, depthSize, stencilSize, samples); in PixelFormat()
203 if ( alphaSize < 0 ) in PixelFormat()
204 throw new IllegalArgumentException("Invalid EGL_ALPHA_SIZE specified: " + alphaSize); in PixelFormat()
223 setAttrib(ALPHA_SIZE, alphaSize); in PixelFormat()
497 public PixelFormat withAlphaSize(final int alphaSize) { in withAlphaSize() argument
498 if ( alphaSize < 0 ) in withAlphaSize()
499 throw new IllegalArgumentException("Invalid EGL_ALPHA_SIZE specified: " + alphaSize); in withAlphaSize()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/bzip2/lib/
H A Dhuffman.c107 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument
121 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
126 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
133 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
157 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
167 for (i = 1; i < alphaSize; i++) { in BZ2_hbMakeCodeLengths()
181 Int32 alphaSize ) in BZ2_hbAssignCodes() argument
187 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes()
201 Int32 alphaSize ) in BZ2_hbCreateDecodeTables() argument
207 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
[all …]
H A Dcompress.c288 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
312 alphaSize = s->nInUse+2; in sendMTFValues()
314 for (v = 0; v < alphaSize; v++) in sendMTFValues()
336 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues()
354 for (v = 0; v < alphaSize; v++) in sendMTFValues()
375 for (v = 0; v < alphaSize; v++) in sendMTFValues()
383 for (v = 0; v < alphaSize; v++) { in sendMTFValues()
497 alphaSize, 20 ); in sendMTFValues()
530 for (i = 0; i < alphaSize; i++) { in sendMTFValues()
537 minLen, maxLen, alphaSize ); in sendMTFValues()
[all …]
H A Ddecompress.c159 Int32 alphaSize; in BZ2_decompress() local
213 alphaSize = s->save_alphaSize; in BZ2_decompress()
326 alphaSize = s->nInUse+2; in BZ2_decompress()
361 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
377 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
386 minLen, maxLen, alphaSize in BZ2_decompress()
634 s->save_alphaSize = alphaSize; in BZ2_decompress()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/bzip2-1.0.5/
H A Dhuffman.c65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument
79 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
84 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
91 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
115 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
142 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
156 Int32 alphaSize ) in BZ2_hbAssignCodes() argument
162 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes()
176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables() argument
182 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
[all …]
H A Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
266 alphaSize = s->nInUse+2; in sendMTFValues()
268 for (v = 0; v < alphaSize; v++) in sendMTFValues()
290 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues()
308 for (v = 0; v < alphaSize; v++) in sendMTFValues()
327 for (v = 0; v < alphaSize; v++) in sendMTFValues()
335 for (v = 0; v < alphaSize; v++) { in sendMTFValues()
451 alphaSize, 17 /*20*/ ); in sendMTFValues()
484 for (i = 0; i < alphaSize; i++) { in sendMTFValues()
491 minLen, maxLen, alphaSize ); in sendMTFValues()
[all …]
H A Ddecompress.c117 Int32 alphaSize; in BZ2_decompress() local
171 alphaSize = s->save_alphaSize; in BZ2_decompress()
284 alphaSize = s->nInUse+2; in BZ2_decompress()
319 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
335 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
344 minLen, maxLen, alphaSize in BZ2_decompress()
598 s->save_alphaSize = alphaSize; in BZ2_decompress()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/bzip2/
H A Dhuffman.c65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument
79 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
84 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
91 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
115 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
142 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
156 Int32 alphaSize ) in BZ2_hbAssignCodes() argument
162 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes()
176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables() argument
182 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
[all …]
H A Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
266 alphaSize = s->nInUse+2; in sendMTFValues()
268 for (v = 0; v < alphaSize; v++) in sendMTFValues()
290 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues()
308 for (v = 0; v < alphaSize; v++) in sendMTFValues()
327 for (v = 0; v < alphaSize; v++) in sendMTFValues()
335 for (v = 0; v < alphaSize; v++) { in sendMTFValues()
451 alphaSize, 17 /*20*/ ); in sendMTFValues()
484 for (i = 0; i < alphaSize; i++) { in sendMTFValues()
491 minLen, maxLen, alphaSize ); in sendMTFValues()
[all …]
H A Ddecompress.c117 Int32 alphaSize; in BZ2_decompress() local
171 alphaSize = s->save_alphaSize; in BZ2_decompress()
284 alphaSize = s->nInUse+2; in BZ2_decompress()
325 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
341 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
350 minLen, maxLen, alphaSize in BZ2_decompress()
624 s->save_alphaSize = alphaSize; in BZ2_decompress()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContextProviderGLX.cpp279 int alphaSize = FloorLog2(direct.alphaMask + 1); in CreatePixmap() local
280 NS_ASSERTION((1 << alphaSize) - 1 == direct.alphaMask, in CreatePixmap()
288 alphaSize, in CreatePixmap()
289 (alphaSize ? LOCAL_GLX_BIND_TO_TEXTURE_RGBA_EXT in CreatePixmap()
351 (mIsNVIDIA || depth != format->depth - alphaSize)) { in CreatePixmap()
374 if (size != alphaSize) { in CreatePixmap()
393 (alphaSize ? LOCAL_GLX_TEXTURE_FORMAT_RGBA_EXT in CreatePixmap()
940 const int alphaSize = useAlpha ? 8 : 0; in FindVisual() local
963 fnConfigMatches(LOCAL_GLX_ALPHA_SIZE, alphaSize) && in FindVisual()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DConfig.h42 EGLint alphaSize; // Bits of Alpha in the color buffer member
H A DConfig.cpp33 alphaSize(0), in Config()
215 total += config.alphaSize; in wantedComponentsSize()
255 match = config.alphaSize >= attributeValue; in filter()
H A DvalidationEGL.cpp1168 surfaceConfig->alphaSize == contextConfig->alphaSize && in ValidateCompatibleSurface()
5445 int alphaSize = attribMap.getAsInt(EGL_ALPHA_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
5462 if (redSize < 0 || greenSize < 0 || blueSize < 0 || alphaSize < 0) in ValidateCreateNativeClientBufferANDROID()
H A Dformatutils.cpp1137 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
1145 if (internalFormat.isChannelSizeCompatible(redSize, greenSize, blueSize, alphaSize)) in GetAndroidHardwareBufferFormatFromChannelSizes()
H A Dformatutils.h188 GLuint alphaSize) const in isChannelSizeCompatible()
192 (alphaSize == alphaBits)); in isChannelSizeCompatible()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1209 config.alphaSize = colorBufferFormatInfo.alphaBits; in generateConfigs()
1420 return new NativeWindow11WinRT(window, config->alphaSize > 0); in createNativeWindow()
1426 window, config->alphaSize > 0, in createNativeWindow()
1434 return new CompositorNativeWindow11(window, config->alphaSize > 0); in createNativeWindow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ycbcr/
H A DYCbCrUtils.cpp324 size_t alphaSize = in ConvertYCbCrAToARGB() local
327 alphaChannel = MakeUnique<uint8_t[]>(alphaSize); in ConvertYCbCrAToARGB()

12345678910>>...42