/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_unittests.cc | 40 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()
|
D | gl_chromium_framebuffer_multisample_unittest.cc | 35 GLuint fbo = 0; in TEST_F() local 36 glGenFramebuffers(1, &fbo); in TEST_F() 37 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo); in TEST_F()
|
D | gl_depth_texture_unittest.cc | 100 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()
|
D | gl_texture_mailbox_unittests.cc | 25 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/ |
D | chelmel4.c | 57 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()
|
D | spec_anl.c | 52 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/ |
D | aw_gl_surface.cc | 40 void AwGLSurface::SetBackingFrameBufferObject(unsigned int fbo) { in SetBackingFrameBufferObject() argument 41 fbo_ = fbo; in SetBackingFrameBufferObject()
|
D | aw_gl_surface.h | 28 void SetBackingFrameBufferObject(unsigned int fbo);
|
/external/chromium_org/ui/gl/ |
D | scoped_binders.cc | 12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo) in ScopedFrameBufferBinder() argument 19 glBindFramebufferEXT(GL_FRAMEBUFFER, fbo); in ScopedFrameBufferBinder()
|
D | scoped_binders.h | 16 explicit ScopedFrameBufferBinder(unsigned int fbo);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLDrawBuffers.cpp | 115 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/ |
D | DrawingBuffer.h | 112 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; } in setFramebufferBinding() argument
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 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()
|
D | radeon_texture.h | 69 GLenum type, GLboolean fbo);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 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()
|
D | radeon_texture.h | 69 GLenum type, GLboolean fbo);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 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()
|
D | radeon_texture.h | 69 GLenum type, GLboolean fbo);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 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()
|
D | radeon_texture.h | 69 GLenum type, GLboolean fbo);
|
/external/chromium_org/cc/test/ |
D | layer_tree_pixel_test.cc | 259 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/ |
D | front.h | 254 void do_spectral_subtraction(cepdata *fbo, spectral_sub_info* spectral_sub,
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 1091 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/ |
D | GrGpuGL.cpp | 1091 GrGLuint fbo = glrt->renderFBOID(); in attachStencilBufferToRenderTarget() local 1113 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fbo)); in attachStencilBufferToRenderTarget()
|
/external/chromium_org/third_party/angle/extensions/ |
D | EXT_draw_buffers.txt | 443 of per-fbo (see Issue 2)
|