Home
last modified time | relevance | path

Searched refs:framebufferTexture2DMultisampleEXT (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fMultisampledRenderToTextureTests.cpp98 …gl.framebufferTexture2DMultisampleEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture… in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl124 …gl->framebufferTexture2DMultisampleEXT = (glFramebufferTexture2DMultisampleEXTFunc) loader->get("g…
DglwFunctions.inl223 glFramebufferTexture2DMultisampleEXTFunc framebufferTexture2DMultisampleEXT; variable
DglwImpl.inl1748 gl->framebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp95 if (functions->framebufferTexture2DMultisampleEXT) in BindFramebufferAttachment()
97 functions->framebufferTexture2DMultisampleEXT( in BindFramebufferAttachment()
DDispatchTableGL_autogen.h774 PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC framebufferTexture2DMultisampleEXT = nullptr; variable
DDispatchTableGL_autogen.cpp2041 ASSIGN("glFramebufferTexture2DMultisampleEXT", framebufferTexture2DMultisampleEXT); in initProcsGLES()
4827 framebufferTexture2DMultisampleEXT = &glFramebufferTexture2DMultisampleEXTNULL; in initProcsGLESNULL()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl223 gl->framebufferTexture2DMultisampleEXT = glFramebufferTexture2DMultisampleEXT;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1554 m_gl.framebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);