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

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEngineHandshakeBenchmark.java49 BufferType bufferType(); method in interface:EngineHandshakeBenchmark.Config
65 BufferType bufferType = config.bufferType();
71 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
72 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
73 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
74 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
100 public BufferType bufferType() {
H A DEngineWrapBenchmark.java52 BufferType bufferType(); method in interface:EngineWrapBenchmark.Config
73 BufferType bufferType = config.bufferType();
79 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
80 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
81 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
82 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
86 messageBuffer = bufferType.newBuffer(messageSize);
95 preEncryptedBuffer = bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize());
164 public BufferType bufferType() {
[all...]
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DJmhEngineHandshakeBenchmark.java79 public BufferType bufferType() { method in class:JmhEngineHandshakeBenchmark.JmhConfig
H A DJmhEngineWrapBenchmark.java93 public BufferType bufferType() { method in class:JmhEngineWrapBenchmark.JmhConfig
/external/skia/src/gpu/gl/
H A DGrGLBuffer.cpp51 inline static GrGLenum gr_to_gl_access_pattern(GrBufferType bufferType, argument
88 SkASSERT(bufferType >= 0 && bufferType <= kLast_GrBufferType);
91 return usageTypes[bufferType][accessPattern];
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptEngineTest.java114 @Parameter public BufferType bufferType; field in class:ConscryptEngineTest
173 ByteBuffer clientCleartextBuffer = bufferType.newBuffer(MESSAGE_SIZE);
182 ByteBuffer out = bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize());
195 ByteBuffer out = bufferType.newBuffer(2 * MESSAGE_SIZE);
215 ByteBuffer inputBuffer = bufferType.newBuffer(largeMessageSize);
223 bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize());
235 final ByteBuffer decryptedBuffer = bufferType.newBuffer(decryptedBufferSize);
293 setBufferAllocator(clientEngine, bufferType.allocator);
294 setBufferAllocator(serverEngine, bufferType.allocator);
298 bufferType
[all...]
/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp42 GrBufferType bufferType,
48 fBufferType = bufferType;
41 GrBufferAllocPool(GrGpu* gpu, GrBufferType bufferType, size_t blockSize) argument
/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_api.cc1524 AudioDeviceModule::BufferType bufferType; local
1528 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS));
1530 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType);
1532 EXPECT_EQ(AudioDeviceModule::kFixedBufferSize, bufferType);
1559 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS));
1560 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType);
1563 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS));
1564 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType);
1573 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS));
1574 EXPECT_EQ(AudioDeviceModule::kFixedBufferSize, bufferType);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) argument
311 : Attacher (ctx, bufferType, tfType) {}
H A Des3fIntegerStateQueryTests.cpp2171 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) argument
2174 , m_bufferType (bufferType)
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1718 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) argument
1721 , m_bufferType (bufferType)
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1133 const BufferType bufferType,
1142 , m_bufferType (bufferType)
1612 const BufferType bufferType,
1617 , m_bufferType (bufferType)
1130 BufferImplementation(OperationContext& context, Resource& resource, const VkShaderStageFlagBits stage, const BufferType bufferType, const std::string& shaderPrefix, const AccessMode mode, const PipelineType pipelineType, const DispatchCall dispatchCall) argument
1611 BufferSupport(const ResourceDescription& resourceDesc, const BufferType bufferType, const AccessMode mode, const VkShaderStageFlagBits stage, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) argument
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 422 milliseconds