Searched refs:validImageSize (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp41 static bool validImageSize(GLint level, GLsizei width, GLsizei height) function in namespace:es1
680 if(!validImageSize(level, width, height) || imageSize < 0)
759 if(xoffset < 0 || yoffset < 0 || !validImageSize(level, width, height) || imageSize < 0)
816 if(!validImageSize(level, width, height))
4188 if(!validImageSize(level, width, height))
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp47 static bool validImageSize(GLint level, GLsizei width, GLsizei height) function in namespace:es2
742 if(!validImageSize(level, width, height) || border != 0 || imageSize < 0)
852 if(xoffset < 0 || yoffset < 0 || !validImageSize(level, width, height) || imageSize < 0)
912 if(!validImageSize(level, width, height))
4972 if(!validImageSize(level, width, height))
6473 if(xoffset < 0 || yoffset < 0 || zoffset < 0 || !validImageSize(level, width, height) || depth < 0 || imageSize < 0)
H A DlibGLESv3.cpp37 static bool validImageSize(GLint level, GLsizei width, GLsizei height) function
584 if(xoffset < 0 || yoffset < 0 || zoffset < 0 || !validImageSize(level, width, height) || depth < 0 || imageSize < 0)
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp40 static bool validImageSize(GLint level, GLsizei width, GLsizei height) function
794 if(!validImageSize(level, width, height) || border != 0 || imageSize < 0)
919 if(xoffset < 0 || yoffset < 0 || !validImageSize(level, width, height) || imageSize < 0)
993 if(!validImageSize(level, width, height))
4222 if(!validImageSize(level, width, height))

Completed in 258 milliseconds