Searched refs:namedFramebufferTexture (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 187 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()
|
D | DispatchTableGL_autogen.h | 695 PFNGLNAMEDFRAMEBUFFERTEXTUREPROC namedFramebufferTexture = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 506 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/ |
D | Context_gl_4_autogen.h | 297 void namedFramebufferTexture(FramebufferID framebufferPacked, GLenum attachment, \
|
D | Context_gl.cpp | 3461 void Context::namedFramebufferTexture(FramebufferID framebuffer, in namedFramebufferTexture() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 525 glNamedFramebufferTextureFunc namedFramebufferTexture; variable
|
D | glwInitGL45.inl | 362 gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
|
D | glwInitGL46.inl | 364 gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
|
D | glwInitExtGL.inl | 674 …gl->namedFramebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebu…
|
D | glwImpl.inl | 4164 gl->namedFramebufferTexture(framebuffer, attachment, texture, level);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 525 gl->namedFramebufferTexture = glNamedFramebufferTexture;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 8371 context->namedFramebufferTexture(framebufferPacked, attachment, texturePacked, level); in GL_NamedFramebufferTexture()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 3879 m_gl.namedFramebufferTexture(framebuffer, attachment, texture, level);
|