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