Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h84 …void getAttachmentDimensions(class GLEScontext* ctx, GLenum attachment, GLint* width, GLint* heigh…
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp295 void FramebufferData::getAttachmentDimensions(GLEScontext* ctx, GLenum attachment, GLint* width, GL… in getAttachmentDimensions() function in FramebufferData
361 getAttachmentDimensions(ctx, GL_DEPTH_ATTACHMENT, in separateDepthStencilWorkaround()
DGLEScontext.cpp2812 fbData->getAttachmentDimensions( in getReadBufferDimensions()