Home
last modified time | relevance | path

Searched defs:fb (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderControl.cpp33 FrameBuffer *fb = FrameBuffer::getFB(); in rcGetEGLVersion() local
45 FrameBuffer *fb = FrameBuffer::getFB(); in rcQueryEGLString() local
118 FrameBuffer *fb = FrameBuffer::getFB(); in rcChooseConfig() local
128 FrameBuffer *fb = FrameBuffer::getFB(); in rcGetFBParam() local
167 FrameBuffer *fb = FrameBuffer::getFB(); in rcCreateContext() local
178 FrameBuffer *fb = FrameBuffer::getFB(); in rcDestroyContext() local
189 FrameBuffer *fb = FrameBuffer::getFB(); in rcCreateWindowSurface() local
199 FrameBuffer *fb = FrameBuffer::getFB(); in rcDestroyWindowSurface() local
210 FrameBuffer *fb = FrameBuffer::getFB(); in rcCreateColorBuffer() local
220 FrameBuffer *fb = FrameBuffer::getFB(); in rcOpenColorBuffer() local
[all …]
DColorBuffer.cpp29 FrameBuffer *fb = FrameBuffer::getFB(); in create() local
137 FrameBuffer *fb = FrameBuffer::getFB(); in ~ColorBuffer() local
159 FrameBuffer *fb = FrameBuffer::getFB(); in subUpdate() local
205 FrameBuffer *fb = FrameBuffer::getFB(); in blitFromCurrentReadBuffer() local
360 FrameBuffer *fb = FrameBuffer::getFB(); in readback() local
DWindowSurface.cpp61 FrameBuffer *fb = FrameBuffer::getFB(); in create() local
159 FrameBuffer *fb = FrameBuffer::getFB(); in blitToColorBuffer() local
182 FrameBuffer *fb = FrameBuffer::getFB(); in resizePbuffer() local
Drender_api.cpp195 FrameBuffer* fb = FrameBuffer::getFB(); in setPostCallback() local
215 FrameBuffer* fb = FrameBuffer::getFB(); in getHardwareStrings() local
290 FrameBuffer *fb = FrameBuffer::getFB(); in setOpenGLDisplayRotation() local
307 FrameBuffer *fb = FrameBuffer::getFB(); in repaintOpenGLDisplay() local
DFBConfig.cpp62 InitConfigStatus FBConfig::initConfigList(FrameBuffer *fb) in initConfigList()
148 int FBConfig::chooseConfig(FrameBuffer *fb, EGLint * attribs, uint32_t * configs, uint32_t configs_… in chooseConfig()
DFrameBuffer.cpp113 FrameBuffer *fb = new FrameBuffer(width, height); in initialize() local
411 FrameBuffer *fb = s_theFrameBuffer; in setupSubWindow() local
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h162 void setFramebufferBinding(GLuint fb) { m_framebuffer = fb; } in setFramebufferBinding()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java436 int fb = msg.getArgs(1).getIntValue(0); in transformsForGlBindFramebuffer() local