Home
last modified time | relevance | path

Searched refs:mDSFormat (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DSurface.cpp90 mDSFormat(config->depthStencilFormat), in Surface()
195 mDSFormat = gl::Format(mState.config->depthStencilFormat); in initialize()
568 return (binding == GL_BACK ? mColorFormat : mDSFormat); in getAttachmentFormat()
DSurface.h251 gl::Format mDSFormat; variable