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

12

/external/jetty/src/java/org/eclipse/jetty/io/
H A DBuffersFactory.java23 public static Buffers newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) argument
26 return new PooledBuffers(headerType,headerSize,bufferType,bufferSize,otherType,maxSize);
27 return new ThreadLocalBuffers(headerType,headerSize,bufferType,bufferSize,otherType);
H A DPooledBuffers.java36 public PooledBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) argument
38 super(headerType,headerSize,bufferType,bufferSize,otherType);
43 _otherBuffers=bufferType==otherType;
H A DAbstractBuffers.java33 public AbstractBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) argument
37 _bufferType=bufferType;
H A DThreadLocalBuffers.java41 public ThreadLocalBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) argument
43 super(headerType,headerSize,bufferType,bufferSize,otherType);
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h38 GrGLBufferImpl(GrGLGpu*, const Desc&, GrGLenum bufferType);
49 GrGLenum bufferType() const { return fBufferType; } function in class:GrGLBufferImpl
H A DGrGLTransferBuffer.h26 GrGLenum bufferType() const { return fImpl.bufferType(); } function in class:GrGLTransferBuffer
H A DGrGLBufferImpl.cpp19 GrGLBufferImpl::GrGLBufferImpl(GrGLGpu* gpu, const Desc& desc, GrGLenum bufferType) argument
21 , fBufferType(bufferType)
H A DGrGLGpu.cpp863 SkASSERT(GR_GL_PIXEL_UNPACK_BUFFER == glBuffer->bufferType() ||
864 GR_GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM == glBuffer->bufferType());
865 GL_CALL(BindBuffer(glBuffer->bufferType(), glBuffer->bufferID()));
/external/skia/src/gpu/
H A DGrBufferAllocPool.h63 * @param bufferType The type of buffers to create.
69 BufferType bufferType,
H A DGrBufferAllocPool.cpp44 BufferType bufferType,
50 fBufferType = bufferType;
43 GrBufferAllocPool(GrGpu* gpu, BufferType 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 Des3fTransformFeedbackTests.cpp1317 PositionCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType)
1318 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType)
1327 PointSizeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType)
1328 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType)
1337 BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1338 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType)
1351 BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1352 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType)
1376 ArrayElementCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1377 : TransformFeedbackCase(context, name, desc, bufferType, primitiveTyp
[all...]
H A Des3fLifetimeTests.cpp310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) argument
311 : Attacher (ctx, bufferType, tfType) {}
H A Des3fIntegerStateQueryTests.cpp2151 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) argument
2154 , m_bufferType (bufferType)
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp233 GrVkBuffer::Type bufferType = kCpuToGpu_TransferType ? GrVkBuffer::kCopyRead_Type local
235 return GrVkTransferBuffer::Create(this, size, bufferType);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp1069 const BufferType bufferType);
1084 const BufferType bufferType);
1101 const BufferType bufferType)
1103 , m_bufferType (bufferType)
1188 const BufferType bufferType)
1190 , m_bufferType (bufferType)
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1698 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) argument
1701 , m_bufferType (bufferType)
/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/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 862 milliseconds

12