| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
| meta.c | 294 GLuint FBO; 311 GLuint VBO, FBO, RBO, Sampler; [all...] |
| /external/mesa3d/src/mesa/drivers/common/ |
| meta.c | 294 GLuint FBO; 311 GLuint VBO, FBO, RBO, Sampler; [all...] |
| /external/chromium_org/content/common/gpu/media/ |
| rendering_helper_gl.cc | 390 // to render the FBO the screen, where we do not want this flipping. 546 // Copy from FBO to screen
|
| /external/chromium_org/third_party/mesa/src/docs/ |
| relnotes-9.0.2.html | 43 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - [bisected regression] Oglc fbo(negative.invalidParams3) Segmentation fault</li> 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57842">Bug 57842</a> - r200: Culling is broken when rendering to an FBO</li>
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
| intel_mipmap_tree.h | 276 * Suppose that the window system FBO was created with a multisample 277 * config. Let `back_irb` be the `intel_renderbuffer` for the FBO's back
|
| /external/mesa3d/docs/ |
| relnotes-9.0.2.html | 43 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - [bisected regression] Oglc fbo(negative.invalidParams3) Segmentation fault</li> 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57842">Bug 57842</a> - r200: Culling is broken when rendering to an FBO</li>
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_mipmap_tree.h | 276 * Suppose that the window system FBO was created with a multisample 277 * config. Let `back_irb` be the `intel_renderbuffer` for the FBO's back
|
| /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
| resources.rst | 65 - TODO: can they be bound to an FBO?
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
| i915_context.c | 118 * This was disabled in initial FBO enabling to avoid combinations
|
| i830_vtbl.c | 736 /* this updates the DrawBuffer's Width/Height if it's a FBO */ 744 /*_mesa_debug(ctx, "DrawBuffer: incomplete user FBO\n");*/ 781 /* drawing to user-created FBO */
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| gen7_sf_state.c | 55 * Window coordinates in an FBO are inverted, which means point
|
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_atom_rasterizer.c | 80 /* Drawing to an FBO. The viewport will be inverted. */
|
| st_mesa_to_tgsi.c | 772 * a FBO is bound (STATE_FB_WPOS_Y_TRANSFORM). 827 * inversion/identity, or the other way around if we're drawing to an FBO. 874 * drawing to an FBO (causes additional inversion), and whether the the pipe [all...] |
| /external/chromium_org/ui/surface/ |
| accelerated_surface_mac.cc | 67 // The FBO and texture objects will be destroyed when the OpenGL context,
|
| /external/mesa3d/src/gallium/docs/source/ |
| resources.rst | 65 - TODO: can they be bound to an FBO?
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| i915_context.c | 118 * This was disabled in initial FBO enabling to avoid combinations
|
| i830_vtbl.c | 736 /* this updates the DrawBuffer's Width/Height if it's a FBO */ 744 /*_mesa_debug(ctx, "DrawBuffer: incomplete user FBO\n");*/ 781 /* drawing to user-created FBO */
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| gen7_sf_state.c | 55 * Window coordinates in an FBO are inverted, which means point
|
| /external/mesa3d/src/mesa/state_tracker/ |
| st_atom_rasterizer.c | 80 /* Drawing to an FBO. The viewport will be inverted. */
|
| st_mesa_to_tgsi.c | 772 * a FBO is bound (STATE_FB_WPOS_Y_TRANSFORM). 827 * inversion/identity, or the other way around if we're drawing to an FBO. 874 * drawing to an FBO (causes additional inversion), and whether the the pipe [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| fbobject.c | 284 * support queries of the window system FBO. 475 _mesa_debug(NULL, "FBO Incomplete: %s [%d]\n", msg, index); 870 fbo_incomplete("driver marked FBO as incomplete", -1); 1060 * of the FBO may fail if the format is not supported by the driver/GPU. [all...] |
| /external/mesa3d/src/mesa/main/ |
| fbobject.c | 284 * support queries of the window system FBO. 475 _mesa_debug(NULL, "FBO Incomplete: %s [%d]\n", msg, index); 870 fbo_incomplete("driver marked FBO as incomplete", -1); 1060 * of the FBO may fail if the format is not supported by the driver/GPU. [all...] |
| /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
| OGLESShaderRenderer.java | 310 logger.log(Level.FINER, "FBO RB Max Size: {0}", maxRBSize); 314 logger.log(Level.FINER, "FBO Max renderbuffers: {0}", maxFBOAttachs); 321 logger.log(Level.FINER, "FBO Max Samples: {0}", maxFBOSamples); 328 logger.log(Level.FINER, "FBO Max MRT renderbuffers: {0}", maxMRTFBOAttachs); [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| FrameBufferObjectActivity.java | 54 * rendering that would normally be done to the offscreen FBO
|
| /docs/source.android.com/src/devices/ |
| tuning.jd | 99 <td>Defines the number of FBO names the renderer can hold in the cache at any given time.
|