Searched refs:GetRedSize (Results 1 – 8 of 8) sorted by relevance
48 GLuint GetRedSize(GLint internalformat);
44 return GetRedSize(getFormat()); in getRedSize()
402 GLuint GetRedSize(GLint internalformat) in GetRedSize() function
911 else if(GetRedSize(colorbufferFormat) <= 8) in CopyTexImage2D()
70 GLuint GetRedSize(GLint internalformat);
952 …else if(GetColorComponentType(colorbufferFormat) == GL_UNSIGNED_NORMALIZED && GetRedSize(colorbuff… in CopyTexImage2D()967 …else if(GetColorComponentType(colorbufferFormat) == GL_FLOAT && GetRedSize(colorbufferFormat) == 1… in CopyTexImage2D()971 …else if(GetColorComponentType(colorbufferFormat) == GL_FLOAT && GetRedSize(colorbufferFormat) == 3… in CopyTexImage2D()
1691 GLuint GetRedSize(GLint internalformat) in GetRedSize() function