Home
last modified time | relevance | path

Searched refs:sw2es (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DRenderbuffer.cpp44 return sw2es::GetRedSize(getInternalFormat()); in getRedSize()
49 return sw2es::GetGreenSize(getInternalFormat()); in getGreenSize()
54 return sw2es::GetBlueSize(getInternalFormat()); in getBlueSize()
59 return sw2es::GetAlphaSize(getInternalFormat()); in getAlphaSize()
64 return sw2es::GetDepthSize(getInternalFormat()); in getDepthSize()
69 return sw2es::GetStencilSize(getInternalFormat()); in getStencilSize()
337 format = sw2es::ConvertBackBufferFormat(internalFormat); in Colorbuffer()
396 format = sw2es::ConvertDepthStencilFormat(internalFormat); in DepthStencilbuffer()
Dutilities.h78 namespace sw2es
Dutilities.cpp704 namespace sw2es namespace
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h80 namespace sw2es
DTexture.cpp754 GLenum internalformat = sw2es::ConvertBackBufferFormat(format); in createBackBuffer()
792 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()
Dutilities.cpp846 namespace sw2es namespace
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h106 namespace sw2es
DTexture.cpp1898 GLenum internalformat = sw2es::ConvertBackBufferFormat(format); in createBackBuffer()
1948 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()
Dutilities.cpp2129 namespace sw2es namespace