/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/ |
H A D | BZip2CompressorOutputStream.java | 142 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()
|
/aosp_15_r20/external/bzip2/ |
H A D | huffman.c | 65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() 156 Int32 alphaSize ) in BZ2_hbAssignCodes() 176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
|
H A D | decompress.c | 117 Int32 alphaSize; in BZ2_decompress() local
|
H A D | compress.c | 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 545 EGLint redSize, blueSize, greenSize, alphaSize; in getConfigNativePixelFormat() local 579 EGLint redSize, blueSize, greenSize, alphaSize; in getConfigGLPixelFormat() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 110 … int32_t alphaSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_ALPHA_SIZE); in getDefaultEglConfigList() local
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | Egl10Utils.java | 79 int alphaSize = findValue(configSpec, EGL10.EGL_ALPHA_SIZE); in chooseConfig() local
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluConfigInfo.hpp | 47 int32_t alphaSize; member in eglu::ConfigInfo
|
H A D | egluConfigFilter.cpp | 88 int CandidateConfig::alphaSize(void) const in alphaSize() function in eglu::CandidateConfig
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLSurfaceView.java | 442 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() 937 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser()
|
/aosp_15_r20/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
H A D | GLSurfaceViewCustom.java | 444 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() 917 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser()
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GLSurfaceView.java | 372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() 823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser()
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | MffContext.java | 269 int alphaSize, in setEGLConfigChooser()
|
H A D | RenderTarget.java | 178 public static void setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, in setEGLConfigChooser()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Config.h | 42 EGLint alphaSize; // Bits of Alpha in the color buffer member
|
H A D | formatutils.cpp | 1492 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
|
/aosp_15_r20/frameworks/rs/driver/ |
H A D | rsdGL.cpp | 275 EGLint alphaSize; in rsdGLInit() local
|
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpTestLog.h | 183 int alphaSize; member
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglQueryConfigTests.cpp | 477 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | commons-compress-1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
HD | commons-compress-1.8.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | BZip2Decoder.cpp | 403 const unsigned alphaSize = numInUse + 2; in ReadBlock2() local
|
H A D | BZip2Encoder.cpp | 314 unsigned alphaSize = numInUse + 2; in EncodeBlock() local
|
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 586 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeTestCaseResult.hpp | 445 int alphaSize; member in xe::ri::EglConfig
|