Searched refs:bufType (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.hpp | 102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const; 108 void attachTargetToNew (GLenum target, GLenum bufType, 116 Image* makeImage (GLenum bufType, ImageFormat format, 118 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
|
D | glsFboCompletenessTests.cpp | 677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() 679 if (bufType == GL_NONE) in getDefaultFormat() 687 formatFlag(bufType)); in getDefaultFormat() 692 formatFlag(bufType)); in getDefaultFormat() 701 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage() argument 705 switch (bufType) in makeImage() 724 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment() argument 727 Image* const imgCfg = makeImage (bufType, format, width, height, builder); in makeAttachment() 752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew() argument 757 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 217 int srcType, int dstType, int bufType, 227 int srcType, int dstType, int bufType, 252 int bufType; member in cv::FilterEngine 286 Ptr<BaseRowFilter> getLinearRowFilter(int srcType, int bufType, 291 Ptr<BaseColumnFilter> getLinearColumnFilter(int bufType, int dstType,
|
D | filter.cpp | 72 srcType = dstType = bufType = -1; in FilterEngine() 111 bufType = _bufType; in init() 133 CV_Assert( bufType == srcType ); in init() 172 int bufElemSize = (int)getElemSize(bufType); in start() 187 constBorderRow.resize(getElemSize(bufType)*(maxWidth + ksize.width - 1 + VEC_ALIGN)); in start() 305 int cn = CV_MAT_CN(bufType); in proceed() 3623 cv::Ptr<cv::BaseRowFilter> cv::getLinearRowFilter( int srcType, int bufType, in getLinearRowFilter() argument 3628 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(bufType); in getLinearRowFilter() 3630 CV_Assert( cn == CV_MAT_CN(bufType) && in getLinearRowFilter() 3671 srcType, bufType)); in getLinearRowFilter() [all …]
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_impl.cc | 1675 BufferType bufType; in PlayoutBuffer() local 1678 if (_ptrAudioDevice->PlayoutBuffer(bufType, size) == -1) in PlayoutBuffer() 1684 *type = bufType; in PlayoutBuffer()
|