Home
last modified time | relevance | path

Searched refs:setDepthStencilTextureMode (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DTexture.h319 void setDepthStencilTextureMode(const Context *context, GLenum mode);
DTexture.cpp896 void Texture::setDepthStencilTextureMode(const Context *context, GLenum mode) in setDepthStencilTextureMode() function in gl::Texture
Dqueryutils.cpp430 texture->setDepthStencilTextureMode(context, ConvertToGLenum(pname, params[0])); in SetTexParameterBase()