Home
last modified time | relevance | path

Searched defs:alphaSize (Results 1 – 15 of 15) sorted by relevance

/external/bzip2/
Dhuffman.c65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
156 Int32 alphaSize ) in BZ2_hbAssignCodes()
176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
Ddecompress.c117 Int32 alphaSize; in BZ2_decompress() local
Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java142 final Data dat, final int alphaSize, in hbMakeCodeLengths()
671 final int alphaSize) { in hbAssignCodes()
721 final int alphaSize = this.nInUse + 2; in sendMTFValues() local
762 private void sendMTFValues0(final int nGroups, final int alphaSize) { in sendMTFValues0()
797 private int sendMTFValues1(final int nGroups, final int alphaSize) { in sendMTFValues1()
942 private void sendMTFValues3(final int nGroups, final int alphaSize) { in sendMTFValues3()
1048 private void sendMTFValues6(final int nGroups, final int alphaSize) in sendMTFValues6()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp110 deInt32 alphaSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_ALPHA_SIZE); in getDefaultEglConfigList() local
/external/deqp/framework/egl/
DegluConfigInfo.hpp47 deInt32 alphaSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize() function in eglu::CandidateConfig
/external/angle/src/libANGLE/
DConfig.h42 EGLint alphaSize; // Bits of Alpha in the color buffer member
Dformatutils.cpp1337 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
DvalidationEGL.cpp5578 int alphaSize = attribMap.getAsInt(EGL_ALPHA_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
/external/deqp/framework/qphelper/
DqpTestLog.h170 int alphaSize; member
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser()
823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser()
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp574 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local
/external/deqp/executor/
DxeTestCaseResult.hpp363 int alphaSize; member in xe::ri::EglConfig