Searched refs:framebufferTexture2DMultisampleEXT (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampledRenderToTextureTests.cpp | 98 …gl.framebufferTexture2DMultisampleEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture… in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 124 …gl->framebufferTexture2DMultisampleEXT = (glFramebufferTexture2DMultisampleEXTFunc) loader->get("g…
|
D | glwFunctions.inl | 223 glFramebufferTexture2DMultisampleEXTFunc framebufferTexture2DMultisampleEXT; variable
|
D | glwImpl.inl | 1748 gl->framebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 95 if (functions->framebufferTexture2DMultisampleEXT) in BindFramebufferAttachment() 97 functions->framebufferTexture2DMultisampleEXT( in BindFramebufferAttachment()
|
D | DispatchTableGL_autogen.h | 774 PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC framebufferTexture2DMultisampleEXT = nullptr; variable
|
D | DispatchTableGL_autogen.cpp | 2041 ASSIGN("glFramebufferTexture2DMultisampleEXT", framebufferTexture2DMultisampleEXT); in initProcsGLES() 4827 framebufferTexture2DMultisampleEXT = &glFramebufferTexture2DMultisampleEXTNULL; in initProcsGLESNULL()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 223 gl->framebufferTexture2DMultisampleEXT = glFramebufferTexture2DMultisampleEXT;
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1554 m_gl.framebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);
|