/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 269 GLuint fbo = 0; in draw_arrays() local 297 GLuint fbo = 0; in draw_arrays_invalid_program() local 324 GLuint fbo = 0; in draw_arrays_incomplete_primitive() local 353 GLuint fbo = 0; in draw_elements() local 423 GLuint fbo = 0; in draw_elements_invalid_program() local 458 GLuint fbo = 0; in draw_elements_incomplete_primitive() local 529 GLuint fbo = 0; in draw_arrays_instanced() local 561 GLuint fbo = 0; in draw_arrays_instanced_invalid_program() local 592 GLuint fbo = 0; in draw_arrays_instanced_incomplete_primitive() local 625 GLuint fbo = 0; in draw_elements_instanced() local [all …]
|
D | es31fNegativeBufferApiTests.cpp | 187 GLuint fbo = 0x1234; in read_pixels() local 234 deUint32 fbo = 0x1234; in read_pixels_fbo_format_mismatch() local 408 deUint32 fbo = 0x1234; in clear_bufferiv() local 453 deUint32 fbo = 0x1234; in clear_bufferuiv() local 495 deUint32 fbo = 0x1234; in clear_bufferfv() local 641 deUint32 fbo = 0x1234; in draw_buffers() local 815 deUint32 fbo = 0x1234; in read_buffer() local 967 GLuint fbo = 0x1234; in framebuffer_renderbuffer() local 1002 GLuint fbo = 0x1234; in framebuffer_texture2d() local 1116 deUint32 fbo[2]; in blit_framebuffer() local [all …]
|
D | es31fStencilTexturingTests.cpp | 527 glu::Framebuffer fbo (renderCtx); in iterate() local 584 glu::Framebuffer fbo (renderCtx); in iterate() local 670 glu::Framebuffer fbo (renderCtx); in iterate() local 757 glu::Framebuffer fbo (renderCtx); in iterate() local 815 glu::Framebuffer fbo (renderCtx); in iterate() local 888 glu::Framebuffer fbo (renderCtx); in iterate() local 950 glu::Framebuffer fbo (renderCtx); in iterate() local
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 189 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo) in setupFbo() 230 void drawFbo (const Context& ctx, GLuint fbo, Surface& dst) in drawFbo() 248 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType) in getFboAttachment() 272 Framebuffer fbo(getRenderContext()); in initAttachment() local 294 void FboInputAttacher::drawContainer (GLuint fbo, Surface& dst) in drawContainer() 302 void FboOutputAttacher::setupContainer (GLuint seed, GLuint fbo) in setupContainer() 312 Framebuffer fbo(getRenderContext()); in drawAttachment() local 325 void TextureFboAttacher::attach (GLuint texture, GLuint fbo) in attach() 339 void TextureFboAttacher::detach (GLuint texture, GLuint fbo) in detach() 353 GLuint TextureFboAttacher::getAttachment (GLuint fbo) in getAttachment() [all …]
|
/external/chromium_org/ui/gl/ |
D | scoped_binders.cc | 12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo) in ScopedFrameBufferBinder()
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | ClearTest.cpp | 72 GLuint fbo; in TEST_F() local
|
D | MaxTextureSizeTest.cpp | 216 GLuint fbo = 0; in TEST_F() local
|
/external/chromium_org/android_webview/browser/ |
D | aw_gl_surface.cc | 40 void AwGLSurface::SetBackingFrameBufferObject(unsigned int fbo) { in SetBackingFrameBufferObject()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 69 deUint32 fbo = 0; in render() local 161 deUint32 fbo = 0; in render() local 247 deUint32 fbo = 0; in render() local
|
D | es3fFboInvalidateTests.cpp | 215 deUint32 fbo = 0; in render() local 363 deUint32 fbo = 0; in render() local 469 deUint32 fbo = 0; in render() local 580 deUint32 fbo = 0; in render() local 714 deUint32 fbo = 0; in render() local 836 deUint32 fbo = 0; in render() local 936 deUint32 fbo = 0; in render() local 1093 deUint32 fbo = 0; in render() local 1221 deUint32 fbo = 0; in render() local
|
D | es3fFboColorbufferTests.cpp | 123 deUint32 fbo = 0; in render() local 255 deUint32& fbo = ndx ? fbo1 : fbo0; in render() local 282 deUint32 fbo = ndx ? fbo1 : fbo0; in render() local 427 const deUint32 fbo = fbos[face]; in render() local 553 const deUint32 fbo = fbos[layer]; in render() local 677 const deUint32 fbo = fbos[layer]; in render() local 751 deUint32 fbo = 0; in render() local
|
D | es3fFboStencilbufferTests.cpp | 75 deUint32 fbo = 0; in render() local 169 deUint32 fbo = 0; in render() local
|
D | es3fFramebufferBlitTests.cpp | 90 deUint32& fbo = ndx ? dstFbo : srcFbo; in render() local 379 deUint32& fbo = ndx ? dstFbo : srcFbo; in render() local 504 deUint32& fbo = ndx ? dstFbo : srcFbo; in render() local 636 deUint32 fbo = 0; in render() local 762 deUint32 fbo = 0; in render() local
|
D | es3fFboRenderTest.cpp | 249 …lr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 color… in Framebuffer() 553 Framebuffer fbo(context, m_config, width, height); in render() local 775 for (int fbo = 1; fbo <= 3; fbo++) in render() local 1140 Framebuffer fbo(context, m_config, initialWidth, initialHeight); in render() local 1290 Framebuffer fbo(ctx, m_config, width, height); in render() local
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_chromium_framebuffer_multisample_unittest.cc | 35 GLuint fbo = 0; in TEST_F() local
|
D | gl_unittest.cc | 40 GLuint fbo = 0; in TEST_F() local
|
D | gl_depth_texture_unittest.cc | 100 GLuint fbo = 0; in TEST_F() local
|
/external/srec/srec/cfront/ |
D | chelmel4.c | 113 static void mel_spectrum_correction(cepdata *fbo, cepdata *ch_gain, int nf) in mel_spectrum_correction()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLDrawBuffers.cpp | 113 Platform3DObject fbo = context->createFramebuffer(); in satisfiesWebGLRequirements() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 409 …lr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 color… in Framebuffer() 668 Framebuffer fbo(context, getConfig(), width, height); in render() local 773 Framebuffer fbo(ctx, getConfig(), width, height); in render() local 957 Framebuffer fbo(context, getConfig(), width, height); in render() local 1014 Framebuffer fbo(context, getConfig(), width, height); in render() local 1122 Framebuffer fbo(ctx, getConfig(), width, height); in render() local 1343 for (int fbo = 1; fbo <= 3; fbo++) in render() local 1696 Framebuffer fbo(context, getConfig(), 128, 128); in render() local 1865 Framebuffer fbo(ctx, getConfig(), width, height); in render() local
|
D | es2fFboApiTest.cpp | 146 deUint32 fbo = 1; in textureLevelsTest() local 166 deUint32 fbo = 1; in textureLevelsWithRenderToMipmapTest() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() 326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() 326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() 326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() 326 GLenum type, GLboolean fbo) in radeonChooseTextureFormat()
|