Home
last modified time | relevance | path

Searched refs:namedFramebufferTexture (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp187 ASSIGN("glNamedFramebufferTexture", namedFramebufferTexture); in initProcsDesktopGL()
943 ASSIGN("glNamedFramebufferTextureEXT", namedFramebufferTexture); in initProcsDesktopGL()
1888 ASSIGN("glNamedFramebufferTexture", namedFramebufferTexture); in initProcsDesktopGL()
2975 namedFramebufferTexture = &glNamedFramebufferTextureNULL; in initProcsDesktopGLNULL()
3730 namedFramebufferTexture = &glNamedFramebufferTextureNULL; in initProcsDesktopGLNULL()
4674 namedFramebufferTexture = &glNamedFramebufferTextureNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h695 PFNGLNAMEDFRAMEBUFFERTEXTUREPROC namedFramebufferTexture = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp506 gl.namedFramebufferTexture(m_fbo, attachment, m_to, i); in Test()
5067 gl.namedFramebufferTexture(m_fbo_invalid, GL_COLOR_ATTACHMENT0, m_to_valid, 0); in iterate()
5072 gl.namedFramebufferTexture(m_fbo_valid, m_color_attachment_invalid, m_to_valid, 0); in iterate()
5077 gl.namedFramebufferTexture(m_fbo_valid, m_attachment_invalid, m_to_valid, 0); in iterate()
5082 gl.namedFramebufferTexture(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_invalid, 0); in iterate()
5087 gl.namedFramebufferTexture(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_valid, m_level_invalid); in iterate()
5092 gl.namedFramebufferTexture(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_tbo_valid, 0); in iterate()
7308 gl.namedFramebufferTexture(m_fbo_2nd, GL_COLOR_ATTACHMENT0, m_to_color, 0); in PrepareSecondFramebuffer()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h297 void namedFramebufferTexture(FramebufferID framebufferPacked, GLenum attachment, \
DContext_gl.cpp3461 void Context::namedFramebufferTexture(FramebufferID framebuffer, in namedFramebufferTexture() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl525 glNamedFramebufferTextureFunc namedFramebufferTexture; variable
DglwInitGL45.inl362 gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
DglwInitGL46.inl364 gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
DglwInitExtGL.inl674 …gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
DglwImpl.inl4164 gl->namedFramebufferTexture(framebuffer, attachment, texture, level);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl525 gl->namedFramebufferTexture = glNamedFramebufferTexture;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp8371 context->namedFramebufferTexture(framebufferPacked, attachment, texturePacked, level); in GL_NamedFramebufferTexture()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3879 m_gl.namedFramebufferTexture(framebuffer, attachment, texture, level);