Searched refs:getAttachmentInternalFormat (Results 1 – 3 of 3) sorted by relevance
85 GLint getAttachmentInternalFormat(class GLEScontext* ctx, GLenum attachment);
2512 fbData->getAttachmentInternalFormat(this, attachment); in queryCurrFboBits()2528 fbData->getAttachmentInternalFormat(this, GL_DEPTH_STENCIL_ATTACHMENT); in queryCurrFboBits()2538 fbData->getAttachmentInternalFormat(this, GL_DEPTH_ATTACHMENT); in queryCurrFboBits()2540 fbData->getAttachmentInternalFormat(this, GL_STENCIL_ATTACHMENT); in queryCurrFboBits()2651 fbData ? fbData->getAttachmentInternalFormat(this, GL_COLOR_ATTACHMENT0) : in copyTexImageWithEmulation()2799 return fbData ? fbData->getAttachmentInternalFormat(this, fbData->getReadBuffer()) : 0; in getReadBufferInternalFormat()
321 GLint FramebufferData::getAttachmentInternalFormat(GLEScontext* ctx, GLenum attachment) { in getAttachmentInternalFormat() function in FramebufferData