Home | History | Annotate | Download | only in glshared

Lines Matching refs:requiredType

248 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType)
265 GLuint ret = GLenum(type) == requiredType ? name : 0;