Home
last modified time | relevance | path

Searched defs:bindFramebuffer (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp132 void TestContext::bindFramebuffer(GLenum target, GLuint fboId) in bindFramebuffer() function in glcts::__anon4a2e54d60111::TestContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp555 void StateManagerGL::bindFramebuffer(GLenum type, GLuint framebuffer) in bindFramebuffer() function in rx::StateManagerGL
DDispatchTableGL_autogen.h262 PFNGLBINDFRAMEBUFFERPROC bindFramebuffer = nullptr; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp1163 void Renderer::bindFramebuffer (const int framebufferIdx) in bindFramebuffer() function in deqp::gles31::Functional::__anon67debba70111::Renderer
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp658 void StateManagerGL::bindFramebuffer(GLenum type, GLuint framebuffer) in bindFramebuffer() function in rx::StateManagerGL
DDispatchTableGL_autogen.h262 PFNGLBINDFRAMEBUFFERPROC bindFramebuffer = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp194 void GLContext::bindFramebuffer (deUint32 target, deUint32 framebuffer) in bindFramebuffer() function in sglr::GLContext
DsglrReferenceContext.cpp751 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer() function in sglr::ReferenceContext
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js415 bindFramebuffer: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl21 glBindFramebufferFunc bindFramebuffer; variable
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2988 void GrGLGpu::bindFramebuffer(GrGLenum target, GrGLuint fboid) { in bindFramebuffer() function in GrGLGpu
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3140 void GrGLGpu::bindFramebuffer(GrGLenum target, GrGLuint fboid) { in bindFramebuffer() function in GrGLGpu
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp118 decltype(&gl::CaptureBindFramebuffer) bindFramebuffer; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5255 void Context::bindFramebuffer(GLenum target, GLuint framebuffer) in bindFramebuffer() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6147 void Context::bindFramebuffer(GLenum target, FramebufferID framebuffer) in bindFramebuffer() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4784 bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer | null): void; method
Dlib.dom.d.ts17815 bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer | null): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4764 bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer | null): void; method
Ddom.generated.d.ts17795 bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer | null): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15008 bindFramebuffer(target: number, framebuffer: WebGLFramebuffer): void; method