Home
last modified time | relevance | path

Searched refs:fbo (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
Dgl_unittests.cc40 GLuint fbo = 0; in TEST_F() local
41 glGenFramebuffers(1, &fbo); in TEST_F()
52 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in TEST_F()
61 glDeleteFramebuffers(1, &fbo); in TEST_F()
Dgl_chromium_framebuffer_multisample_unittest.cc35 GLuint fbo = 0; in TEST_F() local
36 glGenFramebuffers(1, &fbo); in TEST_F()
37 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo); in TEST_F()
Dgl_depth_texture_unittest.cc100 GLuint fbo = 0; in TEST_F() local
101 glGenFramebuffers(1, &fbo); in TEST_F()
102 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in TEST_F()
151 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in TEST_F()
Dgl_texture_mailbox_unittests.cc25 GLuint fbo; in ReadTexel() local
26 glGenFramebuffers(1, &fbo); in ReadTexel()
27 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in ReadTexel()
48 glDeleteFramebuffers(1, &fbo); in ReadTexel()
/external/srec/srec/cfront/
Dchelmel4.c57 static void mel_spectrum_correction(cepdata *fbo, cepdata *ch_gain, int nf);
113 static void mel_spectrum_correction(cepdata *fbo, cepdata *ch_gain, int nf) in mel_spectrum_correction() argument
120 fbo[i] = fbo[i] * ch_gain[i]; /* TODO: Fixedpt scale up and down */ in mel_spectrum_correction()
Dspec_anl.c52 void filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo);
270 void filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo) in filtbank() argument
317 fbo[i] = (cepdata) t; in filtbank()
/external/chromium_org/android_webview/browser/
Daw_gl_surface.cc40 void AwGLSurface::SetBackingFrameBufferObject(unsigned int fbo) { in SetBackingFrameBufferObject() argument
41 fbo_ = fbo; in SetBackingFrameBufferObject()
Daw_gl_surface.h28 void SetBackingFrameBufferObject(unsigned int fbo);
/external/chromium_org/ui/gl/
Dscoped_binders.cc12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo) in ScopedFrameBufferBinder() argument
19 glBindFramebufferEXT(GL_FRAMEBUFFER, fbo); in ScopedFrameBufferBinder()
Dscoped_binders.h16 explicit ScopedFrameBufferBinder(unsigned int fbo);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLDrawBuffers.cpp115 Platform3DObject fbo = context->createFramebuffer(); in satisfiesWebGLRequirements() local
116 context->bindFramebuffer(GL_FRAMEBUFFER, fbo); in satisfiesWebGLRequirements()
171 context->deleteFramebuffer(fbo); in satisfiesWebGLRequirements()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h112 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; } in setFramebufferBinding() argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument
295 if (fbo) in radeonChoose8888TexFormat()
326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat() argument
360 return do32bpt ? radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
387 radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
Dradeon_texture.h69 GLenum type, GLboolean fbo);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dradeon_texture.c286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument
295 if (fbo) in radeonChoose8888TexFormat()
326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat() argument
360 return do32bpt ? radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
387 radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
Dradeon_texture.h69 GLenum type, GLboolean fbo);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument
295 if (fbo) in radeonChoose8888TexFormat()
326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat() argument
360 return do32bpt ? radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
387 radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
Dradeon_texture.h69 GLenum type, GLboolean fbo);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_texture.c286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument
295 if (fbo) in radeonChoose8888TexFormat()
326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat() argument
360 return do32bpt ? radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
387 radeonChoose8888TexFormat(rmesa, format, type, fbo) : in radeonChooseTextureFormat()
Dradeon_texture.h69 GLenum type, GLboolean fbo);
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.cc259 unsigned fbo = context3d->createFramebuffer(); in CopyTextureMailboxToBitmap() local
260 context3d->bindFramebuffer(GL_FRAMEBUFFER, fbo); in CopyTextureMailboxToBitmap()
278 context3d->deleteFramebuffer(fbo); in CopyTextureMailboxToBitmap()
/external/srec/srec/include/
Dfront.h254 void do_spectral_subtraction(cepdata *fbo, spectral_sub_info* spectral_sub,
/external/skia/src/gpu/gl/
DGrGpuGL.cpp1091 GrGLuint fbo = glrt->renderFBOID(); in attachStencilBufferToRenderTarget() local
1113 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fbo)); in attachStencilBufferToRenderTarget()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp1091 GrGLuint fbo = glrt->renderFBOID(); in attachStencilBufferToRenderTarget() local
1113 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fbo)); in attachStencilBufferToRenderTarget()
/external/chromium_org/third_party/angle/extensions/
DEXT_draw_buffers.txt443 of per-fbo (see Issue 2)