Home
last modified time | relevance | path

Searched defs:BufferType (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/include/
Daudio_device.h40 enum BufferType { enum
/external/chromium_org/third_party/skia/src/gpu/
DGrBufferAllocPool.h69 enum BufferType { enum
/external/skia/src/gpu/
DGrBufferAllocPool.h69 enum BufferType { enum
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.h94 BufferType, enumerator
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dxm_api.h319 } BufferType; typedef
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h319 } BufferType; typedef
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc512 int32_t FakeAudioCaptureModule::SetPlayoutBuffer(const BufferType /*type*/, in SetPlayoutBuffer()
518 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/, in PlayoutBuffer() argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
DxmesaP.h132 } BufferType; typedef
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h132 } BufferType; typedef
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp1201 enum BufferType in init() enum
/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp1204 enum BufferType in init() enum
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DPyrexTypes.py794 class BufferType(BaseType): class