/external/bzip2/ |
D | huffman.c | 65 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 …]
|
D | compress.c | 242 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 …]
|
D | decompress.c | 117 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() 618 s->save_alphaSize = alphaSize; in BZ2_decompress()
|
/external/deqp/framework/egl/ |
D | egluConfigFilter.hpp | 55 int alphaSize (void) const; 63 …BA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSize()); } in colorBits()
|
D | egluConfigInfo.hpp | 45 deInt32 alphaSize; member in eglu::ConfigInfo 78 , alphaSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 43 case EGL_ALPHA_SIZE: return alphaSize; in getAttribute() 80 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize); in queryConfigInfo()
|
D | egluConfigFilter.cpp | 65 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize() function in eglu::CandidateConfig
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | TGALoader.java | 177 int alphaSize = cMapDepth - (3*bitsPerColor); in load() local 179 float alphaScalar = 255f / (FastMath.pow(2, alphaSize) - 1); in load() 186 if (alphaSize <= 0) in load() 189 …try.alpha = (byte)(int)(getBitsAsByte(cMapData, offset+(3*bitsPerColor), alphaSize) * alphaScalar); in load()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidConfigChooser.java | 273 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 278 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser() 286 mAlphaSize = alphaSize; in ComponentSizeChooser()
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 124 c.alphaSize() == Alpha; in colorBits() 133 c.alphaSize() != Alpha; in notColorBits()
|
D | teglChooseConfigReference.cpp | 135 …ask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + a.m_info.alphaSize * mask[3]) in compareColorBufferBits() 136 …sk[0] + b.m_info.greenSize * mask[1] + b.m_info.blueSize * mask[2] + b.m_info.alphaSize * mask[3]); in compareColorBufferBits() 143 …fo.luminanceSize * mask[0] + a.m_info.alphaSize * mask[1]) > (b.m_info.luminanceSize * mask[0] + b… in compareColorBufferBits()
|
D | teglQueryConfigTests.cpp | 446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local 448 if (alphaSize < 0) in executeTest() 468 if (bufferSize != (redSize + greenSize + blueSize + alphaSize)) in executeTest() 488 if (bufferSize != (luminanceSize + alphaSize)) in executeTest()
|
D | teglRenderCase.cpp | 377 c.alphaSize() == Alpha; in colorBits() 386 c.alphaSize() != Alpha; in notColorBits()
|
D | teglConfigList.cpp | 97 info.alphaSize = val; in iterate()
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 1465 Int32 alphaSize; in BZ2_decompress() local 1519 alphaSize = s->save_alphaSize; in BZ2_decompress() 1632 alphaSize = s->nInUse+2; in BZ2_decompress() 1667 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1683 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1692 minLen, maxLen, alphaSize in BZ2_decompress() 1946 s->save_alphaSize = alphaSize; in BZ2_decompress() 3218 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 3232 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 3237 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument 374 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 828 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser() 836 mAlphaSize = alphaSize; in ComponentSizeChooser()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1491 Int32 alphaSize; in BZ2_decompress() local 1545 alphaSize = s->save_alphaSize; in BZ2_decompress() 1658 alphaSize = s->nInUse+2; in BZ2_decompress() 1693 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1709 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1718 minLen, maxLen, alphaSize in BZ2_decompress() 1972 s->save_alphaSize = alphaSize; in BZ2_decompress() 3244 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 3258 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 3263 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 1482 Int32 alphaSize; in BZ2_decompress() local 1536 alphaSize = s->save_alphaSize; in BZ2_decompress() 1649 alphaSize = s->nInUse+2; in BZ2_decompress() 1684 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1700 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1709 minLen, maxLen, alphaSize in BZ2_decompress() 1963 s->save_alphaSize = alphaSize; in BZ2_decompress() 3235 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 3249 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 3254 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
D | varinfo6.c | 1520 Int32 alphaSize; in BZ2_decompress() local 1574 alphaSize = s->save_alphaSize; in BZ2_decompress() 1687 alphaSize = s->nInUse+2; in BZ2_decompress() 1723 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1739 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1748 minLen, maxLen, alphaSize in BZ2_decompress() 2002 s->save_alphaSize = alphaSize; in BZ2_decompress() 3273 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 3287 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 3292 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
/external/valgrind/perf/ |
D | bz2.c | 1480 Int32 alphaSize; in BZ2_decompress() local 1534 alphaSize = s->save_alphaSize; in BZ2_decompress() 1647 alphaSize = s->nInUse+2; in BZ2_decompress() 1682 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1698 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1707 minLen, maxLen, alphaSize in BZ2_decompress() 1961 s->save_alphaSize = alphaSize; in BZ2_decompress() 3233 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 3247 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 3252 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
D | test_input_for_tinycc.c | 1439 Int32 alphaSize; in BZ2_decompress() local 1493 alphaSize = s->save_alphaSize; in BZ2_decompress() 1606 alphaSize = s->nInUse+2; in BZ2_decompress() 1641 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1657 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 1666 minLen, maxLen, alphaSize in BZ2_decompress() 1920 s->save_alphaSize = alphaSize; in BZ2_decompress() 2745 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 2759 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 2764 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() [all …]
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 347 int alphaSize; member in xe::ri::EglConfig 381 , alphaSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 383 << Writer::Attribute("AlphaSize", de::toString(config.alphaSize)) in writeResultItem()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 489 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local 507 rank.add(1, alphaSize > 0); in configRank() 519 rank.add(4, de::min(minRGB, alphaSize)); in configRank()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 161 int alphaSize; member
|