Home
last modified time | relevance | path

Searched refs:getDepthStencilTextureMode (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DTexture.h143 GLenum getDepthStencilTextureMode() const { return mDepthStencilTextureMode; } in getDepthStencilTextureMode() function
320 GLenum getDepthStencilTextureMode() const;
DTexture.cpp905 GLenum Texture::getDepthStencilTextureMode() const in getDepthStencilTextureMode() function in gl::Texture
Dqueryutils.cpp309 CastFromGLintStateValue<ParamType>(pname, texture->getDepthStencilTextureMode()); in QueryTexParameterBase()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1478 GLenum mDepthStencilTextureMode = mState.getDepthStencilTextureMode(); in syncState()