Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h85 GLint getAttachmentInternalFormat(class GLEScontext* ctx, GLenum attachment);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2512 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()
DFramebufferData.cpp321 GLint FramebufferData::getAttachmentInternalFormat(GLEScontext* ctx, GLenum attachment) { in getAttachmentInternalFormat() function in FramebufferData