Home
last modified time | relevance | path

Searched refs:framebufferTarget (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
DConfig.cpp65 framebufferTarget(EGL_FALSE), // TODO: http://anglebug.com/4208 in Config()
370 match = config.framebufferTarget == static_cast<EGLBoolean>(attributeValue); in filter()
DConfig.h74 EGLBoolean framebufferTarget; // EGL_TRUE if the config supports rendering to a ANativeWindow member
Dqueryutils.cpp4185 *value = config->framebufferTarget; in QueryConfigAttrib()
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp161 …ebufferCase (Context& context, const char* name, const char* description, GLenum framebufferTarget) in DefaultFramebufferCase() argument
163 , m_framebufferTarget (framebufferTarget) in DefaultFramebufferCase()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp204 GLenum framebufferTarget, in UnbindAttachment() argument
217 GLenum framebufferTarget, in UnbindAttachments() argument
222 ANGLE_TRY(UnbindAttachment(context, functions, framebufferTarget, bindTarget)); in UnbindAttachments()
DFramebufferGL.cpp693 GLenum framebufferTarget = in readPixels() local
695 stateManager->bindFramebuffer(framebufferTarget, mFramebufferID); in readPixels()
DTextureGL.cpp840 GLenum framebufferTarget = in copySubImage() local
842 stateManager->bindFramebuffer(framebufferTarget, sourceFramebufferGL->getFramebufferID()); in copySubImage()