Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
H A 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()
/aosp_15_r20/external/bzip2/
H A Dhuffman.c65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
156 Int32 alphaSize ) in BZ2_hbAssignCodes()
176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
H A Ddecompress.c117 Int32 alphaSize; in BZ2_decompress() local
H A Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp545 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 DglcConfigListEGL.cpp110 … 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 DEgl10Utils.java79 int alphaSize = findValue(configSpec, EGL10.EGL_ALPHA_SIZE); in chooseConfig() local
/aosp_15_r20/external/deqp/framework/egl/
H A DegluConfigInfo.hpp47 int32_t alphaSize; member in eglu::ConfigInfo
H A DegluConfigFilter.cpp88 int CandidateConfig::alphaSize(void) const in alphaSize() function in eglu::CandidateConfig
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java442 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 DGLSurfaceViewCustom.java444 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 DGLSurfaceView.java372 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 DMffContext.java269 int alphaSize, in setEGLConfigChooser()
H A DRenderTarget.java178 public static void setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, in setEGLConfigChooser()
/aosp_15_r20/external/angle/src/libANGLE/
H A DConfig.h42 EGLint alphaSize; // Bits of Alpha in the color buffer member
H A Dformatutils.cpp1492 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
/aosp_15_r20/frameworks/rs/driver/
H A DrsdGL.cpp275 EGLint alphaSize; in rsdGLInit() local
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.h183 int alphaSize; member
/aosp_15_r20/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp477 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-compress-1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
HDcommons-compress-1.8.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Decoder.cpp403 const unsigned alphaSize = numInUse + 2; in ReadBlock2() local
H A DBZip2Encoder.cpp314 unsigned alphaSize = numInUse + 2; in EncodeBlock() local
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp586 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local
/aosp_15_r20/external/deqp/executor/
H A DxeTestCaseResult.hpp445 int alphaSize; member in xe::ri::EglConfig

123456789