Searched refs:GetStencilSize (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h85 GLuint GetStencilSize(sw::Format stencilFormat);
H A DRenderbuffer.cpp69 return sw2es::GetStencilSize(getInternalFormat());
H A Dutilities.cpp706 unsigned int GetStencilSize(sw::Format stencilFormat) function in namespace:sw2es
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h52 GLuint GetStencilSize(GLint internalformat);
H A DRenderbuffer.cpp69 return GetStencilSize(getFormat());
H A Dutilities.cpp466 GLuint GetStencilSize(GLint internalformat) function in namespace:es1
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h71 GLuint GetStencilSize(GLint internalformat);
H A DRenderbuffer.cpp71 return GetStencilSize(getFormat());
H A Dutilities.cpp1624 GLuint GetStencilSize(GLint internalformat) function in namespace:es2

Completed in 272 milliseconds