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

/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h84 GLuint GetDepthSize(sw::Format depthFormat);
H A DRenderbuffer.cpp64 return sw2es::GetDepthSize(getInternalFormat());
H A Dutilities.cpp817 unsigned int GetDepthSize(sw::Format depthFormat) function in namespace:sw2es
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h51 GLuint GetDepthSize(GLint internalformat);
H A DRenderbuffer.cpp64 return GetDepthSize(getFormat());
H A Dutilities.cpp453 GLuint GetDepthSize(GLint internalformat) function in namespace:es1
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h70 GLuint GetDepthSize(GLint internalformat);
H A DRenderbuffer.cpp66 return GetDepthSize(getFormat());
H A Dutilities.cpp1607 GLuint GetDepthSize(GLint internalformat) function in namespace:es2

Completed in 374 milliseconds