Searched refs:getAttachmentSamples (Results 1 – 3 of 3) sorted by relevance
83 GLint getAttachmentSamples(class GLEScontext* ctx, GLenum attachment);
275 GLint FramebufferData::getAttachmentSamples(GLEScontext* ctx, GLenum attachment) { in getAttachmentSamples() function in FramebufferData
2788 return fbData ? fbData->getAttachmentSamples(this, fbData->getReadBuffer()) : 0; in getReadBufferSamples()