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

/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.h28 GrGLBufferImpl(GrGLGpu*, const Desc&, GrGLenum bufferType);
H A DGrGLBufferImpl.cpp23 GrGLBufferImpl::GrGLBufferImpl(GrGLGpu* gpu, const Desc& desc, GrGLenum bufferType) argument
25 , fBufferType(bufferType)
/external/skia/src/gpu/
H A DGrBufferAllocPool.h63 * @param bufferType The type of buffers to create.
72 BufferType bufferType,
H A DGrBufferAllocPool.cpp39 BufferType bufferType,
46 fBufferType = bufferType;
38 GrBufferAllocPool(GrGpu* gpu, BufferType bufferType, size_t blockSize, int preallocBufferCnt) argument
/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/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/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 277 milliseconds