Searched refs:maxTexSize (Results 1 – 4 of 4) sorted by relevance
187 bool GLESvalidate::texImgDim(GLsizei width,GLsizei height,int maxTexSize) { in texImgDim() argument189 if( width < 0 || height < 0 || width > maxTexSize || height > maxTexSize) in texImgDim()
1807 s_glDispatch.glGetIntegerv(GL_MAX_TEXTURE_SIZE, &glSupport.maxTexSize); in initCapsLocked()
35 static bool texImgDim(GLsizei width,GLsizei height,int maxTexSize);
75 int maxTexSize = 0; member431 static int getMaxTexSize(){return s_glSupport.maxTexSize;} in getMaxTexSize()