Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp2067 auto bindFramebuffer = gles1 ? glBindFramebufferOES : glBindFramebuffer; in initializeBenchmark() local
2183 auto bindFramebuffer = gles1 ? glBindFramebufferOES : glBindFramebuffer; in drawBenchmark() local
2534 auto bindFramebuffer = gles1 ? glBindFramebufferOES : glBindFramebuffer; in onReplayFramebufferChange() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp132 void TestContext::bindFramebuffer(GLenum target, GLuint fboId) in bindFramebuffer() function in glcts::__anon6da9912e0111::TestContext
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js121 'bindFramebuffer': {2: { 0:true }}, property
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1169 void Renderer::bindFramebuffer(const int framebufferIdx) in bindFramebuffer() function in deqp::gles31::Functional::__anon0174e0ff0111::Renderer
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp190 void GLContext::bindFramebuffer(uint32_t target, uint32_t framebuffer) in bindFramebuffer() function in sglr::GLContext
H A DsglrReferenceContext.cpp838 void ReferenceContext::bindFramebuffer(uint32_t target, uint32_t name) in bindFramebuffer() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp692 void StateManagerGL::bindFramebuffer(GLenum type, GLuint framebuffer) in bindFramebuffer() function in rx::StateManagerGL
H A DDispatchTableGL_autogen.h262 PFNGLBINDFRAMEBUFFERPROC bindFramebuffer = nullptr; variable
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2467 void GLClientState::bindFramebuffer(GLenum target, GLuint name) { in bindFramebuffer() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl21 glBindFramebufferFunc bindFramebuffer; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp3209 void GrGLGpu::bindFramebuffer(GrGLenum target, GrGLuint fboid) { in bindFramebuffer() function in GrGLGpu
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp139 decltype(&gl::CaptureBindFramebuffer) bindFramebuffer; member
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6328 void Context::bindFramebuffer(GLenum target, FramebufferID framebuffer) in bindFramebuffer() function in gl::Context