Home
last modified time | relevance | path

Searched defs:bufferType (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DByteBufferPerfTest.java86 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException { in newBuffer()
122 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte()
136 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByteArray()
151 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte_indexed()
165 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar()
179 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeCharBuffer_getCharArray()
195 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar_indexed()
209 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getDouble()
223 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeDoubleBuffer_getDoubleArray()
239 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getFloat()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp62 const char *generateShaderBufferString(TestType testType, BufferType bufferType) in generateShaderBufferString()
86 …lidatorPrograms(vk::SourceCollections &programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms()
196 vk::VkDescriptorType getDescriptorType(BufferType bufferType) in getDescriptorType()
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoFrameBufferTest.java60 private final BufferType bufferType; field in VideoFrameBufferTest
62 public VideoFrameBufferTest(BufferType bufferType) { in VideoFrameBufferTest()
71 BufferType bufferType, VideoFrame.I420Buffer i420Buffer) { in createBufferWithType()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/
H A DEngineWrapPerfTest.java74 Config(BufferType bufferType, in Config()
81 public BufferType bufferType() { in bufferType() method in EngineWrapPerfTest.Config
122 BufferType bufferType = config.bufferType(); in setup() local
H A DEngineHandshakePerfTest.java70 Config(BufferType bufferType, in Config()
77 public BufferType bufferType() { in bufferType() method in EngineHandshakePerfTest.Config
113 BufferType bufferType = config.bufferType(); in setup() local
H A DCipherEncryptPerfTest.java79 Config(BufferType bufferType, CipherFactory cipherFactory, Transformation transformation) { in Config()
84 public BufferType bufferType() { in bufferType() method in CipherEncryptPerfTest.Config
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java202 private static String outputOptions(final int bufferType, in outputOptions()
212 final SparseArray<List<Integer>> bigrams, final int bufferType) { in timeReadingAndCheckDict()
235 final int bufferType, final FormatSpec.FormatOptions formatOptions, in runReadAndWrite()
256 private void runReadAndWriteTests(final List<String> results, final int bufferType, in runReadAndWriteTests()
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DEqualsCompareTest.java87 final Class<?> bufferType; field in EqualsCompareTest.BufferType
97 BufferType(BufferKind k, Class<T> bufferType, Class<?> elementType) { in BufferType()
527 public void testBuffers(BufferType<Buffer, Buffer> bufferType) { in testBuffers() argument
557 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
H A DBulkPutBuffer.java165 Class<?> bufferType = typeToAttr.get(elementType).type; in BufferProxy() local
208 Class<?> bufferType = typeToAttr.get(elementType).type; in create() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_avp_impl.h70 MOS_STATUS GetAvpBufSize(AvpBufferType bufferType, AvpBufferSizePar *avpBufSizeParam) override in GetAvpBufSize()
86 MOS_STATUS CalculateBufferSize(AvpBufferType bufferType, in CalculateBufferSize()
215 bool IsBufferRowstoreCacheEnabled(AvpBufferType bufferType) override in IsBufferRowstoreCacheEnabled()
H A Dmhw_vdbox_vvcp_impl.h57 … MOS_STATUS GetVvcpBufSize(VvcpBufferType bufferType, VvcpBufferSizePar* vvcpBufSizeParam) override in GetVvcpBufSize()
121 bool IsBufferRowstoreCacheEnabled(VvcpBufferType bufferType) override in IsBufferRowstoreCacheEnabled()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_scalability.cpp1915 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded()
1923 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize()
1931 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
1939 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize()
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEngineWrapBenchmark.java53 BufferType bufferType(); in bufferType() method
74 BufferType bufferType = config.bufferType(); in EngineWrapBenchmark() local
H A DEngineHandshakeBenchmark.java49 BufferType bufferType(); in bufferType() method
76 BufferType bufferType = config.bufferType(); in EngineHandshakeBenchmark() local
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
H A DEngineWrapBenchmark.java55 BufferType bufferType(); in bufferType() method
76 BufferType bufferType = config.bufferType(); in EngineWrapBenchmark() local
H A DEngineHandshakeBenchmark.java51 BufferType bufferType(); in bufferType() method
78 BufferType bufferType = config.bufferType(); in EngineHandshakeBenchmark() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/
H A Dmhw_vdbox_hcp_g9_X.h319 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize()
380 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize()
450 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded()
493 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/
H A Dmhw_vdbox_hcp_g11_X.cpp818 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize()
961 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize()
1062 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded()
1141 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkBuffer.cpp35 GrGpuBufferType bufferType, in GrVkBuffer()
83 GrGpuBufferType bufferType, in Make()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1440 …PositionCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t p… in PositionCase()
1450 …PointSizeCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t … in PointSizeCase()
1460 …BasicTypeCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t … in BasicTypeCase()
1475 …BasicArrayCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t… in BasicArrayCase()
1501 …ArrayElementCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32… in ArrayElementCase()
1517 …RandomCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t pri… in RandomCase()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp163 const BufferType bufferType) in UseAfterFreeTestCase()
246 const BufferType bufferType) in UseAfterFreeTestInstance()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
H A Dmhw_vdbox_hcp_g12_X.cpp986 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize()
1184 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize()
1285 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded()
1364 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
H A Dmhw_vdbox_avp_g12_X.cpp312 MhwVdboxAvpInternalBufferType bufferType, in GetAv1BufferSize()
434 MhwVdboxAvpInternalBufferType bufferType, in IsAv1BufferReallocNeeded()
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DByteBufferBenchmark.java49 @Param private MyBufferType bufferType; field in ByteBufferBenchmark
51 …tic ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws I… in newBuffer()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp105 …itionsInstance::DepthStencilWriteConditionsInstance(Context &context, const BufferType &bufferType, in DepthStencilWriteConditionsInstance()
392 const BufferType bufferType, in DepthStencilWriteConditionsTest()

12345678910>>...12