Home
last modified time | relevance | path

Searched refs:namedFramebufferTextureLayer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp963 gl.namedFramebufferTextureLayer(m_fbo, attachment, m_to, i, j); in Test()
5095 … gl.namedFramebufferTextureLayer(m_fbo_invalid, GL_COLOR_ATTACHMENT0, m_to_array_valid, 0, 0); in iterate()
5101 … gl.namedFramebufferTextureLayer(m_fbo_valid, m_color_attachment_invalid, m_to_array_valid, 0, 0); in iterate()
5107 gl.namedFramebufferTextureLayer(m_fbo_valid, m_attachment_invalid, m_to_array_valid, 0, 0); in iterate()
5112 gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_invalid, 0, 0); in iterate()
5118 …gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_array_valid, m_level_inval… in iterate()
5124 gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_tbo_valid, 0, 0); in iterate()
5131 …gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_3d_valid, 0, m_max_3d_text… in iterate()
5138 gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_array_valid, 0, in iterate()
5148 gl.namedFramebufferTextureLayer(m_fbo_valid, GL_COLOR_ATTACHMENT0, m_to_cubearray_valid, 0, in iterate()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp188 ASSIGN("glNamedFramebufferTextureLayer", namedFramebufferTextureLayer); in initProcsDesktopGL()
949 ASSIGN("glNamedFramebufferTextureLayerEXT", namedFramebufferTextureLayer); in initProcsDesktopGL()
1952 ASSIGN("glNamedFramebufferTextureLayer", namedFramebufferTextureLayer); in initProcsDesktopGL()
3065 namedFramebufferTextureLayer = &glNamedFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
3825 namedFramebufferTextureLayer = &glNamedFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
4827 namedFramebufferTextureLayer = &glNamedFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h696 PFNGLNAMEDFRAMEBUFFERTEXTURELAYERPROC namedFramebufferTextureLayer = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl533 glNamedFramebufferTextureLayerFunc namedFramebufferTextureLayer; variable
H A DglwInitGL45.inl363 gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
H A DglwInitGL46.inl365 gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
H A DglwInitExtGL.inl685 …gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
H A DglwImpl.inl4228 gl->namedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer);
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl533 gl->namedFramebufferTextureLayer = glNamedFramebufferTextureLayer;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl3935 m_gl.namedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer);