| /third_party/skia/src/gpu/gl/ |
| D | GrGLAssembleGLInterfaceAutogen.cpp | 294 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface() 308 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface() 322 GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLMakeAssembledGLInterface()
|
| D | GrGLRenderTarget.cpp | 193 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal() 209 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal()
|
| D | GrGLAssembleWebGLInterfaceAutogen.cpp | 214 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledWebGLInterface()
|
| D | GrGLGpu.cpp | 1291 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects() 1305 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects() 1310 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects() 1612 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in getCompatibleStencilIndex() 2954 FramebufferTexture2D(fboTarget, GR_GL_COLOR_ATTACHMENT0, target, texID, mipLevel)); in bindSurfaceFBOForPixelOps() 2968 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindSurfaceFBOForPixelOps() 3553 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, GR_GL_TEXTURE_2D, in onRegenerateMipMapLevels() 3564 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, in onRegenerateMipMapLevels() 3843 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, in createTestingOnlyBackendRenderTarget()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | NativeSwapChainImplGL.cpp | 41 gl.FramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in Init()
|
| D | CommandBufferGL.cpp | 420 gl.FramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in ResolveMultisampledRenderTargets() 430 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in ResolveMultisampledRenderTargets() 523 gl.FramebufferTexture2D(GL_READ_FRAMEBUFFER, glAttachment, in CopyTextureToTextureWithBlit() 534 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, glAttachment, in CopyTextureToTextureWithBlit() 752 gl.FramebufferTexture2D(GL_READ_FRAMEBUFFER, glAttachment, target, in Execute() 1004 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, glAttachment, target, texture, in ExecuteRenderPass() 1036 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, glAttachment, target, texture, in ExecuteRenderPass()
|
| D | TextureGL.cpp | 285 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, attachment, in ClearTexture() 419 gl.FramebufferTexture2D(GL_DRAW_FRAMEBUFFER, attachment, in ClearTexture()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
| D | fbo.h | 71 GST_GL_EXT_FUNCTION (void, FramebufferTexture2D,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
| D | IMG_multisampled_render_to_texture.txt | 140 Add the following after the paragraph describing FramebufferTexture2D: 149 parameters for FramebufferTexture2D and have the same restrictions. 153 FramebufferTexture2DMultisampleIMG behaves like FramebufferTexture2D.
|
| D | IMG_framebuffer_downsample.txt | 118 after the paragraph describing FramebufferTexture2D: 131 parameters for FramebufferTexture2D and have the same restrictions. 133 attachment corresponds to the same parameter for FramebufferTexture2D, 205 * If FramebufferTexture2D is called and texture is a cube map texture,
|
| /third_party/openGLES/extensions/IMG/ |
| D | IMG_multisampled_render_to_texture.txt | 140 Add the following after the paragraph describing FramebufferTexture2D: 149 parameters for FramebufferTexture2D and have the same restrictions. 153 FramebufferTexture2DMultisampleIMG behaves like FramebufferTexture2D.
|
| D | IMG_framebuffer_downsample.txt | 118 after the paragraph describing FramebufferTexture2D: 131 parameters for FramebufferTexture2D and have the same restrictions. 133 attachment corresponds to the same parameter for FramebufferTexture2D, 205 * If FramebufferTexture2D is called and texture is a cube map texture,
|
| /third_party/openGLES/extensions/OVR/ |
| D | OVR_multiview_multisampled_render_to_texture.txt | 63 Add the following after the paragraph describing FramebufferTexture2D: 66 multisampled_render_to_texture describing FramebufferTexture2D-
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OVR/ |
| D | OVR_multiview_multisampled_render_to_texture.txt | 63 Add the following after the paragraph describing FramebufferTexture2D: 66 multisampled_render_to_texture describing FramebufferTexture2D-
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_multisampled_render_to_texture2.txt | 47 matches what is allowed in FramebufferTexture2D. This means values like
|
| D | EXT_multisampled_render_to_texture.txt | 154 Add the following after the paragraph describing FramebufferTexture2D: 163 parameters for FramebufferTexture2D and have the same restrictions. 170 FramebufferTexture2D. 263 StorageMultisampleEXT or textures attached via FramebufferTexture2D- 485 parameter to FramebufferTexture2D, this also implies that FRAMEBUFFER is
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_multisampled_render_to_texture2.txt | 47 matches what is allowed in FramebufferTexture2D. This means values like
|
| D | EXT_multisampled_render_to_texture.txt | 154 Add the following after the paragraph describing FramebufferTexture2D: 163 parameters for FramebufferTexture2D and have the same restrictions. 170 FramebufferTexture2D. 263 StorageMultisampleEXT or textures attached via FramebufferTexture2D- 485 parameter to FramebufferTexture2D, this also implies that FRAMEBUFFER is
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglmemory.c | 400 gl->FramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in gst_gl_memory_read_pixels() 706 gl->FramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in gst_gl_memory_copy_teximage() 735 gl->FramebufferTexture2D (GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in gst_gl_memory_copy_teximage() 744 gl->FramebufferTexture2D (GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in gst_gl_memory_copy_teximage()
|
| D | gstglframebuffer.c | 431 gl->FramebufferTexture2D (GL_FRAMEBUFFER, attachment_point, gl_target, in _attach_gl_memory()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_fbo_color_attachments.txt | 55 FramebufferTexture2D and GetFramebufferAttachmentParameteriv:
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_fbo_color_attachments.txt | 55 FramebufferTexture2D and GetFramebufferAttachmentParameteriv:
|
| /third_party/openGLES/extensions/APPLE/ |
| D | APPLE_framebuffer_multisample.txt | 98 CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and 277 description of FramebufferTexture2D as follows: 283 FramebufferTexture2D is called."
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
| D | APPLE_framebuffer_multisample.txt | 98 CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and 277 description of FramebufferTexture2D as follows: 283 FramebufferTexture2D is called."
|
| /third_party/gstreamer/gstplugins_good/ext/qt/ |
| D | qtwindow.cc | 220 gl->FramebufferTexture2D (GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in afterRendering()
|