HomeSort by relevance Sort by last modified time
    Searched refs:alphaSize (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/bzip2/
huffman.c 65 Int32 alphaSize,
79 for (i = 0; i < alphaSize; i++)
84 nNodes = alphaSize;
91 for (i = 1; i <= alphaSize; i++) {
115 for (i = 1; i <= alphaSize; i++) {
126 to be 'i < alphaSize', which missed the last element,
142 for (i = 1; i <= alphaSize; i++) {
156 Int32 alphaSize )
162 for (i = 0; i < alphaSize; i++)
176 Int32 alphaSize )
    [all...]
compress.c 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
266 alphaSize = s->nInUse+2;
268 for (v = 0; v < alphaSize; v++)
290 while (aFreq < tFreq && ge < alphaSize-1) {
308 for (v = 0; v < alphaSize; v++)
327 for (v = 0; v < alphaSize; v++)
335 for (v = 0; v < alphaSize; v++) {
451 alphaSize, 17 /*20*/ );
484 for (i = 0; i < alphaSize; i++) {
491 minLen, maxLen, alphaSize );
    [all...]
decompress.c 117 Int32 alphaSize;
171 alphaSize = s->save_alphaSize;
284 alphaSize = s->nInUse+2;
319 for (i = 0; i < alphaSize; i++) {
335 for (i = 0; i < alphaSize; i++) {
344 minLen, maxLen, alphaSize
618 s->save_alphaSize = alphaSize;
  /external/deqp/framework/egl/
egluConfigFilter.hpp 55 int alphaSize (void) const;
63 tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSize()); }
egluConfigInfo.hpp 47 deInt32 alphaSize;
90 , alphaSize (0)
egluConfigFilter.cpp 65 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); }
egluConfigInfo.cpp 45 case EGL_ALPHA_SIZE: return alphaSize;
91 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp 475 EGLint redSize, blueSize, greenSize, alphaSize;
480 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
487 if ((redSize==8)&&(greenSize==8)&&(blueSize==8)&&(alphaSize==8)) *format = PIXEL_FORMAT_RGBA_8888; //XXX: BGR?
488 else if ((redSize==8)&&(greenSize==8)&&(blueSize==8)&&(alphaSize==0)) *format = PIXEL_FORMAT_RGBX_8888; //XXX or PIXEL_FORMAT_RGB_888
489 else if ((redSize==5)&&(greenSize==6)&&(blueSize==5)&&(alphaSize==0)) *format = PIXEL_FORMAT_RGB_565;
490 else if ((redSize==5)&&(greenSize==5)&&(blueSize==5)&&(alphaSize==1)) *format = PIXEL_FORMAT_RGBA_5551;
491 else if ((redSize==4)&&(greenSize==4)&&(blueSize==4)&&(alphaSize==4)) *format = PIXEL_FORMAT_RGBA_4444;
499 EGLint redSize, blueSize, greenSize, alphaSize;
504 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
514 if (alphaSize == 0) *format = GL_RGB
    [all...]
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 124 c.alphaSize() == Alpha;
133 c.alphaSize() != Alpha;
teglChooseConfigReference.cpp 171 return (a.m_info.redSize * mask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + a.m_info.alphaSize * mask[3])
172 > (b.m_info.redSize * mask[0] + b.m_info.greenSize * mask[1] + b.m_info.blueSize * mask[2] + b.m_info.alphaSize * mask[3]);
179 return (a.m_info.luminanceSize * mask[0] + a.m_info.alphaSize * mask[1]) > (b.m_info.luminanceSize * mask[0] + b.m_info.alphaSize * mask[1]);
teglQueryConfigTests.cpp 446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE);
448 if (alphaSize < 0)
468 if (bufferSize != (redSize + greenSize + blueSize + alphaSize))
488 if (bufferSize != (luminanceSize + alphaSize))
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 270 * @param alphaSize The size of the alpha channel in bits.
277 int alphaSize,
283 alphaSize,
  /external/deqp/framework/qphelper/
qpTestLog.h 163 int alphaSize;
  /external/deqp/executor/
xeTestCaseResult.hpp 357 int alphaSize;
391 , alphaSize (0)
  /external/valgrind/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 433 * and exactly the specified redSize, greenSize, blueSize and alphaSize.
444 int alphaSize, int depthSize, int stencilSize) {
446 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java 442 * and exactly the specified redSize, greenSize, blueSize and alphaSize.
453 int alphaSize, int depthSize, int stencilSize) {
455 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 372 int alphaSize, int depthSize, int stencilSize) {
374 blueSize, alphaSize, depthSize, stencilSize));
823 int alphaSize, int depthSize, int stencilSize) {
828 EGL10.EGL_ALPHA_SIZE, alphaSize,
836 mAlphaSize = alphaSize;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 430 * and exactly the specified redSize, greenSize, blueSize and alphaSize.
441 int alphaSize, int depthSize, int stencilSize) {
443 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 489 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE);
507 rank.add(1, alphaSize > 0);
519 rank.add(4, de::min(minRGB, alphaSize));
  /frameworks/rs/driver/
rsdGL.cpp 285 EGLint alphaSize;
287 configs[i], EGL_ALPHA_SIZE, &alphaSize);
288 if (alphaSize > 0) {

Completed in 1255 milliseconds

1 2 3 4