OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_framebuffer
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
143
void setFramebufferBinding(GLuint fb) {
m_framebuffer
= fb; }
144
GLuint getFramebufferBinding() const { return
m_framebuffer
; }
189
GLuint
m_framebuffer
;
member in class:GLEScontext
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
145
m_framebuffer
(0)
685
if(
m_framebuffer
== 0)
688
ObjectDataPtr fbObj = m_shareGroup->getObjectData(FRAMEBUFFER,
m_framebuffer
);
Completed in 19 milliseconds