Searched refs:GetComponentType (Results 1 – 4 of 4) sorted by relevance
74 GLenum GetComponentType(GLint internalformat, GLenum attachment);
1715 GLenum GetComponentType(GLint internalformat, GLenum attachment) in GetComponentType() function
4118 GLenum readComponentType = GetComponentType(readFormat, GL_COLOR_ATTACHMENT0); in blitFramebuffer()4119 GLenum drawComponentType = GetComponentType(drawFormat, GL_COLOR_ATTACHMENT0); in blitFramebuffer()
2951 *params = GetComponentType(renderbuffer->getFormat(), attachment); in GetFramebufferAttachmentParameteriv()