Home
last modified time | relevance | path

Searched refs:alphaSize (Results 1 – 25 of 27) sorted by relevance

12

/external/bzip2/
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 …]
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 …]
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()
618 s->save_alphaSize = alphaSize; in BZ2_decompress()
/external/deqp/framework/egl/
DegluConfigFilter.hpp55 int alphaSize (void) const;
63 …BA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSize()); } in colorBits()
DegluConfigInfo.hpp45 deInt32 alphaSize; member in eglu::ConfigInfo
78 , alphaSize (0) in ConfigInfo()
DegluConfigInfo.cpp43 case EGL_ALPHA_SIZE: return alphaSize; in getAttribute()
80 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize); in queryConfigInfo()
DegluConfigFilter.cpp65 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize() function in eglu::CandidateConfig
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp124 c.alphaSize() == Alpha; in colorBits()
133 c.alphaSize() != Alpha; in notColorBits()
DteglChooseConfigReference.cpp135 …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()
DteglQueryConfigTests.cpp446 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()
DteglRenderCase.cpp377 c.alphaSize() == Alpha; in colorBits()
386 c.alphaSize() != Alpha; in notColorBits()
DteglConfigList.cpp97 info.alphaSize = val; in iterate()
DteglCreateContextExtTests.cpp1015 c.alphaSize() == Alpha; in colorBits()
/external/valgrind/VEX/switchback/
Dtest_bzip2.c1465 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/
DGLSurfaceView.java372 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/memcheck/tests/
Dvarinfo6.c1520 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 …]
Dorigin5-bz2.c1482 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 …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c1491 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/perf/
Dbz2.c1480 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 …]
Dtest_input_for_tinycc.c1439 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/
DxeTestCaseResult.hpp357 int alphaSize; member in xe::ri::EglConfig
391 , alphaSize (0) in EglConfig()
DxeTestLogWriter.cpp387 << Writer::Attribute("AlphaSize", de::toString(config.alphaSize)) in writeResultItem()
DxeTestResultParser.cpp618 config->alphaSize = toInt(getAttribute("AlphaSize")); in handleElementStart()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp489 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/
DqpTestLog.h163 int alphaSize; member

12