HomeSort by relevance Sort by last modified time
    Searched refs:bufferType (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/jetty/src/java/org/eclipse/jetty/io/
BuffersFactory.java 23 public static Buffers newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize)
26 return new PooledBuffers(headerType,headerSize,bufferType,bufferSize,otherType,maxSize);
27 return new ThreadLocalBuffers(headerType,headerSize,bufferType,bufferSize,otherType);
PooledBuffers.java 36 public PooledBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize)
38 super(headerType,headerSize,bufferType,bufferSize,otherType);
43 _otherBuffers=bufferType==otherType;
AbstractBuffers.java 33 public AbstractBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType)
37 _bufferType=bufferType;
ThreadLocalBuffers.java 41 public ThreadLocalBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType)
43 super(headerType,headerSize,bufferType,bufferSize,otherType);
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 49 @Param private MyBufferType bufferType;
51 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
54 switch (bufferType) {
85 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
95 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
106 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
116 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
126 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
137 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
147 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 25 @Param private ByteBufferBenchmark.MyBufferType bufferType;
28 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
29 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
ByteBufferBulkBenchmark.java 45 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) throws IOException {
48 switch (bufferType) {
  /external/skia/src/gpu/gl/
GrGLTransferBuffer.h 26 GrGLenum bufferType() const { return fImpl.bufferType(); }
GrGLBufferImpl.h 38 GrGLBufferImpl(GrGLGpu*, const Desc&, GrGLenum bufferType);
49 GrGLenum bufferType() const { return fBufferType; }
GrGLBufferImpl.cpp 19 GrGLBufferImpl::GrGLBufferImpl(GrGLGpu* gpu, const Desc& desc, GrGLenum bufferType)
21 , fBufferType(bufferType)
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
158 bufferType, format, width, height, eData.fd, eData.offset,
175 int *bufferType)
177 *bufferType = BUFFER_TYPE_VIDEO;
181 *bufferType = BUFFER_TYPE_UI;
184 *bufferType = BUFFER_TYPE_UI;
267 int bufferType;
292 getGrallocInformationFromFormat(grallocFormat, &bufferType);
313 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
gralloc_priv.h 216 int bufferType;
233 private_handle_t(int fd, size_t size, int flags, int bufferType,
237 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
162 bufferType, format, width, height, eData.fd, eData.offset,
179 int *bufferType)
181 *bufferType = BUFFER_TYPE_VIDEO;
185 *bufferType = BUFFER_TYPE_UI;
188 *bufferType = BUFFER_TYPE_UI;
271 int bufferType;
295 getGrallocInformationFromFormat(grallocFormat, &bufferType);
316 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
173 bufferType, format, width, height, eData.fd, eData.offset,
190 int *bufferType)
192 *bufferType = BUFFER_TYPE_VIDEO;
196 *bufferType = BUFFER_TYPE_UI;
199 *bufferType = BUFFER_TYPE_UI;
284 int bufferType;
308 getGrallocInformationFromFormat(grallocFormat, &bufferType);
329 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 177 int bufferType;
192 private_handle_t(int fd, int size, int flags, int bufferType,
196 flags(flags), size(size), offset(0), bufferType(bufferType),
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType;
274 getGrallocInformationFromFormat(grallocFormat, &bufferType);
285 bufferType = BUFFER_TYPE_VIDEO
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
99 if (bufferType == BUFFER_TYPE_VIDEO) {
173 bufferType, format, width, height, eData.fd, eData.offset,
190 int *bufferType)
192 *bufferType = BUFFER_TYPE_VIDEO;
196 *bufferType = BUFFER_TYPE_UI;
281 int bufferType;
309 getGrallocInformationFromFormat(grallocFormat, &bufferType);
330 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 51 buffer_handle_t* pHandle, int bufferType,
161 bufferType, format, width, height, eData.fd, eData.offset,
178 int *bufferType)
180 *bufferType = BUFFER_TYPE_VIDEO;
184 *bufferType = BUFFER_TYPE_UI;
266 int bufferType;
317 getGrallocInformationFromFormat(grallocFormat, &bufferType);
329 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /external/skia/src/gpu/
GrBufferAllocPool.h 54 enum BufferType {
63 * @param bufferType The type of buffers to create.
69 BufferType bufferType,
118 BufferType fBufferType;

Completed in 400 milliseconds

1 2 3 4