| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
| intel_clear.c | 115 /* HW color buffers (front, back, aux, generic FBO, etc) */
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
| intel_pixel.c | 130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
|
| intel_tex_copy.c | 117 /* reading from a FBO, y is already oriented the way we like */
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
| radeon_common.c | 226 /* this updates the DrawBuffer's Width/Height if it's a FBO */ 234 /*_mesa_debug(ctx, "DrawBuffer: incomplete user FBO\n");*/ 252 /* user FBO in theory */ 397 /* This will update FBO completeness status.
|
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_context.h | 252 /* Drawing into user-created FBO (very likely a texture).
|
| /external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
| GrGLCreateNativeInterface_unix.cpp | 176 // First look for GL3.0 FBO or GL_ARB_framebuffer_object (same since
|
| /external/chromium_org/third_party/skia/src/gpu/gl/win/ |
| GrGLCreateNativeInterface_win.cpp | 214 // First look for GL3.0 FBO or GL_ARB_framebuffer_object (same since
|
| /external/chromium_org/ui/gl/ |
| gl_gl_api_implementation.cc | 265 // an FBO.
|
| gl_surface.h | 66 // FBO. Otherwise returns 0.
|
| /external/mesa3d/docs/ |
| relnotes-7.10.3.html | 67 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36173">Bug 36173</a> - struct renderbuffer's 'format' field never set when using FBO</li> 81 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37739">Bug 37739</a> - Color clear of FBO without color buffer crashes</li> 152 <li>intel: Use _mesa_base_tex_format for FBO texture attachments.</li> 261 <li>mesa: queries of non-existent FBO attachments should return INVALID_OPERATION</li>
|
| relnotes-7.8.3.html | 55 <li>Fix ReadPixels crash when reading depth/stencil from an FBO</li>
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| intel_clear.c | 115 /* HW color buffers (front, back, aux, generic FBO, etc) */
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_pixel.c | 130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
|
| intel_tex_copy.c | 117 /* reading from a FBO, y is already oriented the way we like */
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_common.c | 226 /* this updates the DrawBuffer's Width/Height if it's a FBO */ 234 /*_mesa_debug(ctx, "DrawBuffer: incomplete user FBO\n");*/ 252 /* user FBO in theory */ 397 /* This will update FBO completeness status.
|
| /external/mesa3d/src/mesa/state_tracker/ |
| st_context.h | 252 /* Drawing into user-created FBO (very likely a texture).
|
| /external/skia/src/gpu/gl/unix/ |
| GrGLCreateNativeInterface_unix.cpp | 176 // First look for GL3.0 FBO or GL_ARB_framebuffer_object (same since
|
| /external/skia/src/gpu/gl/win/ |
| GrGLCreateNativeInterface_win.cpp | 214 // First look for GL3.0 FBO or GL_ARB_framebuffer_object (same since
|
| /external/srec/srec/cfront/ |
| chelfep.c | 74 read channel->fbo and dump it. */
|
| /external/srec/srec/include/ |
| front.h | 254 void do_spectral_subtraction(cepdata *fbo, spectral_sub_info* spectral_sub,
|
| /frameworks/base/core/java/android/view/ |
| HardwareLayer.java | 28 * would use a Frame Buffer Object (FBO.) The hardware layer can be used as
|
| /frameworks/rs/driver/ |
| rsdAllocation.h | 49 // Is this a legal structure to be used as an FBO render target
|
| /external/chromium_org/third_party/skia/src/gpu/gl/ |
| GrGpuGL.cpp | 823 // below here we may bind the FBO 1114 GrGLuint fbo = glrt->renderFBOID(); local [all...] |
| /external/skia/src/gpu/gl/ |
| GrGpuGL.cpp | 823 // below here we may bind the FBO 1114 GrGLuint fbo = glrt->renderFBOID(); local [all...] |
| /frameworks/base/media/mca/filterfw/native/core/ |
| shader_program.cpp | 192 // Focus the FBO of the output 488 int fbo, program, buffer; local 489 glGetIntegerv(GL_FRAMEBUFFER_BINDING, &fbo); 492 ALOGV("RenderFrame: fbo %d prog %d buff %d", fbo, program, buffer); [all...] |