Home
last modified time | relevance | path

Searched refs:getAttachmentSamples (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h83 GLint getAttachmentSamples(class GLEScontext* ctx, GLenum attachment);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp275 GLint FramebufferData::getAttachmentSamples(GLEScontext* ctx, GLenum attachment) { in getAttachmentSamples() function in FramebufferData
DGLEScontext.cpp2788 return fbData ? fbData->getAttachmentSamples(this, fbData->getReadBuffer()) : 0; in getReadBufferSamples()