Home
last modified time | relevance | path

Searched refs:getFrameBufferID (Results 1 – 10 of 10) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLFrameBuffer.h100 GLuint getFrameBufferID() const noexcept;
H A Djuce_OpenGLFrameBuffer.cpp124 context.extensions.glBindFramebuffer (GL_FRAMEBUFFER, context.getFrameBufferID()); in unbind()
282 GLuint OpenGLFrameBuffer::getFrameBufferID() const noexcept in getFrameBufferID() function in juce::OpenGLFrameBuffer
H A Djuce_OpenGLContext.h273 unsigned int getFrameBufferID() const noexcept;
H A Djuce_OpenGLContext.cpp1046 unsigned int OpenGLContext::getFrameBufferID() const noexcept in getFrameBufferID() function in juce::OpenGLContext
1048 return nativeContext != nullptr ? nativeContext->getFrameBufferID() : 0; in getFrameBufferID()
H A Djuce_OpenGLGraphicsContext.cpp217 : context (c), frameBufferID (fb.getFrameBufferID()), in Target()
1822 return createOpenGLGraphicsContext (context, context.getFrameBufferID(), width, height); in createOpenGLGraphicsContext()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_OpenGL_ios.h126 …GLuint getFrameBufferID() const noexcept { return useMSAA ? msaaBufferHandle : frameBufferHandl… in getFrameBufferID() function
H A Djuce_OpenGL_linux_X11.h234 GLuint getFrameBufferID() const noexcept { return 0; } in getFrameBufferID() function
H A Djuce_OpenGL_osx.h119 GLuint getFrameBufferID() const noexcept { return 0; } in getFrameBufferID() function
H A Djuce_OpenGL_android.h224 GLuint getFrameBufferID() const noexcept { return 0; } in getFrameBufferID() function
H A Djuce_OpenGL_win32.h140 unsigned int getFrameBufferID() const noexcept { return 0; } in getFrameBufferID() function