| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | TextureGL.cpp | 308 gl.FramebufferTextureLayer( in ClearTexture() 427 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, attachment, in ClearTexture() 436 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, attachment, GetHandle(), in ClearTexture()
|
| D | CommandBufferGL.cpp | 436 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in ResolveMultisampledRenderTargets() 527 gl.FramebufferTextureLayer(GL_READ_FRAMEBUFFER, glAttachment, in CopyTextureToTextureWithBlit() 538 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, glAttachment, in CopyTextureToTextureWithBlit() 765 gl.FramebufferTextureLayer(GL_READ_FRAMEBUFFER, glAttachment, in Execute() 1007 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, glAttachment, texture, in ExecuteRenderPass() 1039 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, glAttachment, texture, in ExecuteRenderPass()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
| D | IMG_framebuffer_downsample.txt | 174 Framebuffer" after the paragraph describing FramebufferTextureLayer: 185 FramebufferTexture2DDownsampleIMG and FramebufferTextureLayer; it allows 194 the same restrictions as it does for FramebufferTextureLayer. 196 layer corresponds to the same parameter for FramebufferTextureLayer and 208 * If FramebufferTextureLayer is called, then the value of FRAMEBUFFER_-
|
| /third_party/openGLES/extensions/IMG/ |
| D | IMG_framebuffer_downsample.txt | 174 Framebuffer" after the paragraph describing FramebufferTextureLayer: 185 FramebufferTexture2DDownsampleIMG and FramebufferTextureLayer; it allows 194 the same restrictions as it does for FramebufferTextureLayer. 196 layer corresponds to the same parameter for FramebufferTextureLayer and 208 * If FramebufferTextureLayer is called, then the value of FRAMEBUFFER_-
|
| /third_party/openGLES/extensions/OVR/ |
| D | OVR_multiview.txt | 213 These commands operate similarly to the FramebufferTextureLayer and 236 FramebufferTextureLayer( target, attachment, texture, level, baseViewIndex + i ); 251 in the FramebufferTextureLayer command, except that the values of 259 In addition to the corresponding errors for FramebufferTextureLayer when 687 <layer> argument to FramebufferTextureLayer, the INVALID_VALUE value 690 FramebufferTextureLayer. For cases which are dependant on the properties 718 multisample textures which are also accepted by FramebufferTextureLayer
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OVR/ |
| D | OVR_multiview.txt | 209 These commands operate similarly to the FramebufferTextureLayer and 232 FramebufferTextureLayer( target, attachment, texture, level, baseViewIndex + i ); 247 in the FramebufferTextureLayer command, except that the values of 255 In addition to the corresponding errors for FramebufferTextureLayer when 677 <layer> argument to FramebufferTextureLayer, the INVALID_VALUE value 680 FramebufferTextureLayer. For cases which are dependant on the properties 708 multisample textures which are also accepted by FramebufferTextureLayer
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_texture_storage_multisample_2d_array.txt | 63 object indicated by the <texture> argument to FramebufferTextureLayer 212 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | OES_texture_cube_map_array.txt | 73 using FramebufferTextureLayer. 436 change the description of FramebufferTextureLayer on p. 219: 440 void FramebufferTextureLayer(enum target, enum attachment,
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_texture_storage_multisample_2d_array.txt | 78 object indicated by the <texture> argument to FramebufferTextureLayer 227 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | OES_texture_cube_map_array.txt | 83 using FramebufferTextureLayer. 446 change the description of FramebufferTextureLayer on p. 219: 450 void FramebufferTextureLayer(enum target, enum attachment,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_texture_cube_map_array.txt | 71 using FramebufferTextureLayer. 434 change the description of FramebufferTextureLayer on p. 219: 438 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | EXT_geometry_shader.txt | 591 void FramebufferTextureLayer(enum target, enum attachment, 2296 - FramebufferTexture3D (use FramebufferTextureLayer instead). 2624 - Drop FramebufferTexture3D in favor of FramebufferTextureLayer.
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_texture_cube_map_array.txt | 71 using FramebufferTextureLayer. 434 change the description of FramebufferTextureLayer on p. 219: 438 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | EXT_geometry_shader.txt | 591 void FramebufferTextureLayer(enum target, enum attachment, 2296 - FramebufferTexture3D (use FramebufferTextureLayer instead). 2624 - Drop FramebufferTexture3D in favor of FramebufferTextureLayer.
|
| /third_party/mesa3d/src/mapi/glapi/tests/ |
| D | check_table.cpp | 1470 { "glFramebufferTextureLayer", _O(FramebufferTextureLayer) },
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_texture_cube_map_array.txt | 70 two-dimensional arrays are using FramebufferTextureLayer. 430 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | ARB_direct_state_access.txt | 2046 (Replace the introduction of FramebufferTextureLayer with the following, 2053 void FramebufferTextureLayer(enum target, enum attachment, 3967 FramebufferTextureLayer (and NamedFramebufferTextureLayer) to allow 4046 limitation to be able to do it with FramebufferTextureLayer. This 4061 FramebufferTextureLayer, single layer: 4084 We'll augment FramebufferTextureLayer and NamedFramebufferTextureLayer
|
| D | ARB_framebuffer_object.txt | 497 void FramebufferTextureLayer(enum target,enum attachment, 2352 void FramebufferTextureLayer(enum target,enum attachment, 3554 FramebufferTextureLayer 4232 * Added FramebufferTextureLayer. 4477 FramebufferTextureLayer. 4516 - allow texture arrays via FramebufferTextureLayer 4539 - Add GLX protocol for FramebufferTextureLayer.
|
| D | ARB_texture_multisample.txt | 401 void FramebufferTextureLayer(enum target, enum attachment,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_texture_cube_map_array.txt | 60 two-dimensional arrays are using FramebufferTextureLayer. 420 void FramebufferTextureLayer(enum target, enum attachment,
|
| D | ARB_direct_state_access.txt | 2015 (Replace the introduction of FramebufferTextureLayer with the following, 2022 void FramebufferTextureLayer(enum target, enum attachment, 3936 FramebufferTextureLayer (and NamedFramebufferTextureLayer) to allow 4015 limitation to be able to do it with FramebufferTextureLayer. This 4030 FramebufferTextureLayer, single layer: 4053 We'll augment FramebufferTextureLayer and NamedFramebufferTextureLayer
|
| D | ARB_framebuffer_object.txt | 487 void FramebufferTextureLayer(enum target,enum attachment, 2342 void FramebufferTextureLayer(enum target,enum attachment, 3544 FramebufferTextureLayer 4222 * Added FramebufferTextureLayer. 4467 FramebufferTextureLayer. 4506 - allow texture arrays via FramebufferTextureLayer 4529 - Add GLX protocol for FramebufferTextureLayer.
|
| D | ARB_texture_multisample.txt | 391 void FramebufferTextureLayer(enum target, enum attachment,
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | entry_points.h | 249 …void GL_APIENTRY FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint l…
|
| D | entry_points.cpp | 1122 return gl::FramebufferTextureLayer(target, attachment, texture, level, layer); in glFramebufferTextureLayer()
|