/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | audio_device_test_api.cc | 1541 AudioDeviceModule::BufferType bufferType; in TEST_F() local 1545 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1547 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType); in TEST_F() 1549 EXPECT_EQ(AudioDeviceModule::kFixedBufferSize, bufferType); in TEST_F() 1576 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1577 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType); in TEST_F() 1580 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1581 EXPECT_EQ(AudioDeviceModule::kAdaptiveBufferSize, bufferType); in TEST_F() 1590 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1591 EXPECT_EQ(AudioDeviceModule::kFixedBufferSize, bufferType); in TEST_F() [all …]
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLBufferImpl.h | 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
|
D | GrGLBufferImpl.cpp | 23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) in GrGLBufferImpl() argument 25 , fBufferType(bufferType) in GrGLBufferImpl()
|
/external/skia/src/gpu/gl/ |
D | GrGLBufferImpl.h | 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
|
D | GrGLBufferImpl.cpp | 23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) in GrGLBufferImpl() argument 25 , fBufferType(bufferType) in GrGLBufferImpl()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1304 …PositionCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 … in PositionCase() argument 1305 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in PositionCase() 1314 …PointSizeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32… in PointSizeCase() argument 1315 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in PointSizeCase() 1324 …BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32… in BasicTypeCase() argument 1325 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in BasicTypeCase() 1338 …BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint3… in BasicArrayCase() argument 1339 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in BasicArrayCase() 1363 …ArrayElementCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUin… in ArrayElementCase() argument 1364 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in ArrayElementCase() [all …]
|
D | es3fLifetimeTests.cpp | 310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) in BufferTfAttacher() argument 311 : Attacher (ctx, bufferType, tfType) {} in BufferTfAttacher()
|
D | es3fIntegerStateQueryTests.cpp | 2087 …* verifier, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) in BufferBindingTestCase() argument 2091 , m_bufferType (bufferType) in BufferBindingTestCase()
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 91 BufferType bufferType,
|
D | GrBufferAllocPool.cpp | 27 BufferType bufferType, in GrBufferAllocPool() argument 38 fBufferType = bufferType; in GrBufferAllocPool()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.h | 91 BufferType bufferType,
|
D | GrBufferAllocPool.cpp | 27 BufferType bufferType, in GrBufferAllocPool() argument 38 fBufferType = bufferType; in GrBufferAllocPool()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1632 …* verifier, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType) in BufferBindingTestCase() argument 1636 , m_bufferType (bufferType) in BufferBindingTestCase()
|