Home
last modified time | relevance | path

Searched refs:framebufferTextureLayer (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp128 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, colorAttachment, in attachTextures()
142 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, in attachTextures()
152 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in attachTextures()
162 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, in attachTextures()
180 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, colorAttachment, 0, 0, 0); in detachTextures()
188 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, 0, 0, in detachTextures()
193 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, 0, 0, 0); in detachTextures()
197 mFunctions->framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, 0, 0, 0); in detachTextures()
DDispatchTableGL_autogen.cpp277 ASSIGN("glFramebufferTextureLayer", framebufferTextureLayer); in initProcsDesktopGL()
292 ASSIGN("glFramebufferTextureLayerARB", framebufferTextureLayer); in initProcsDesktopGL()
1061 ASSIGN("glFramebufferTextureLayerEXT", framebufferTextureLayer); in initProcsDesktopGL()
1149 ASSIGN("glFramebufferTextureLayerEXT", framebufferTextureLayer); in initProcsDesktopGL()
1448 ASSIGN("glFramebufferTextureLayer", framebufferTextureLayer); in initProcsDesktopGL()
2443 ASSIGN("glFramebufferTextureLayer", framebufferTextureLayer); in initProcsGLES()
3065 framebufferTextureLayer = &glFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
3080 framebufferTextureLayer = &glFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
3848 framebufferTextureLayer = &glFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
3936 framebufferTextureLayer = &glFramebufferTextureLayerNULL; in initProcsDesktopGLNULL()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderBlitting.cpp185 gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_draw, 0, n); in iterate()
290 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_draw, 0, 0); in setUpFramebuffersForRendering()
323 gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_read, 0, 0); in setUpFramebuffersForRendering()
DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp375 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_id, 0 /* level */, n_la… in iterate()
417 gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, 0, 0, 0); in iterate()
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp365 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, m_textures_info[i].m_draw_buffer, m_textures_info[… in iterate()
426 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_textures_info[nTexture].m_… in iterate()
DesextcGeometryShaderLayeredFramebuffer.cpp320 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_id, 0 /* level */, n_la… in iterate()
710 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_id, 0 /* level */, n_laye… in iterate()
1058 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_a_id, 0 /* level */, n); in iterate()
1359 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_a_id, 0 /* level */, n); in iterate()
DesextcGeometryShaderLayeredRendering.cpp525 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, texture_id, 0 /* base mip-ma… in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp230 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture_cube_array_color_i… in iterate()
247 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture_cube_array_color_i… in iterate()
895 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture_cube_array_color_i… in setupNonLayeredFramebuffer()
899 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, m_texture_cube_array_… in setupNonLayeredFramebuffer()
DesextcTextureCubeMapArrayGenerateMipMap.cpp384 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, storage_config.m_to_id, 0, /… in iterate()
416 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, storage_config.m_to_id, /* t… in iterate()
DesextcTextureCubeMapArrayFBOIncompleteness.cpp188 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_small_to_id, 0, /* level */ in iterate()
DesextcTextureCubeMapArraySubImage3D.cpp443 …gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_tex_cube_map_array_id, 0, … in checkResults()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleDependenciesTests.cpp245 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, to_id_multisample_2d_array, … in iterate()
436 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, to_id_multisample_2d_array, … in iterate()
840 …gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, to_id_2d_multisample_array_c… in iterate()
1128 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, in iterate()
1624 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, attachment, to_id, 0, /* level */ in iterate()
1780 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, attachment, to_id, in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp69 …void framebufferTextureLayer (GLenum target, GLenum attachment, GLuint texId, GLint level, GLint …
144 void TestContext::framebufferTextureLayer(GLenum target, GLenum attachment, GLuint texId, GLint lev… in framebufferTextureLayer() function in glcts::__anonfe0cf7780111::TestContext
146 gl.framebufferTextureLayer(target, attachment, texId, level, layer); in framebufferTextureLayer()
371 context.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, context.texIds[0], 0, in __anonfe0cf7780a02()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl95 dst->framebufferTextureLayer = src.framebufferTextureLayer;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp123 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + i, tex, 0, i); in iterate()
DesextcDrawBuffersIndexedColorMasks.cpp127 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + i, tex, 0, i); in iterate()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES30Direct.inl84 gl->framebufferTextureLayer = &glFramebufferTextureLayer;
DglwInitES31Direct.inl95 gl->framebufferTextureLayer = &glFramebufferTextureLayer;
DglwInitES32Direct.inl111 gl->framebufferTextureLayer = &glFramebufferTextureLayer;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js320 framebufferTextureLayer: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp95 …virtual void framebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture,…
DsglrContext.hpp83 …virtual void framebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int…
DsglrContextWrapper.cpp196 m_curCtx->framebufferTextureLayer(target, attachment, texture, level, layer); in glFramebufferTextureLayer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h57 void framebufferTextureLayer(GLenum target, GLenum attachment, TextureID texturePacked, \
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderViewportLayerArrayTests.cpp574 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture, 0, i); in createFBO()

123