OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_renderbuffer
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
141
void setRenderbufferBinding(GLuint rb) {
m_renderbuffer
= rb; }
142
GLuint getRenderbufferBinding() const { return
m_renderbuffer
; }
188
GLuint
m_renderbuffer
;
member in class:GLEScontext
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
144
m_renderbuffer
(0),
Completed in 340 milliseconds