Searched refs:namedFramebufferTextureLayer (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 963 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 D | DispatchTableGL_autogen.cpp | 188 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 D | DispatchTableGL_autogen.h | 696 PFNGLNAMEDFRAMEBUFFERTEXTURELAYERPROC namedFramebufferTextureLayer = nullptr; variable
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwFunctions.inl | 533 glNamedFramebufferTextureLayerFunc namedFramebufferTextureLayer; variable
|
H A D | glwInitGL45.inl | 363 gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
|
H A D | glwInitGL46.inl | 365 gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
|
H A D | glwInitExtGL.inl | 685 …gl->namedFramebufferTextureLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamed…
|
H A D | glwImpl.inl | 4228 gl->namedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer);
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 533 gl->namedFramebufferTextureLayer = glNamedFramebufferTextureLayer;
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.inl | 3935 m_gl.namedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer);
|