HomeSort by relevance Sort by last modified time
    Searched full:ext_framebuffer_object (Results 1 - 25 of 42) sorted by null

1 2

  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_8.sh 58 run_test "spec/EXT_framebuffer_object/fbo-1d" 0.0 "bin/fbo-1d -fbo -auto"
59 run_test "spec/EXT_framebuffer_object/fbo-3d" 0.0 "bin/fbo-3d -fbo -auto"
60 run_test "spec/EXT_framebuffer_object/fbo-alphatest-nocolor" 0.0 "bin/fbo-alphatest-nocolor -fbo -auto"
61 run_test "spec/EXT_framebuffer_object/fbo-alphatest-nocolor-ff" 0.0 "bin/fbo-alphatest-nocolor-ff -fbo -auto"
62 run_test "spec/EXT_framebuffer_object/fbo-bind-renderbuffer" 0.0 "bin/fbo-bind-renderbuffer -fbo -auto"
63 run_test "spec/EXT_framebuffer_object/fbo-clear-formats" 0.0 "bin/fbo-clear-formats -fbo -auto"
64 run_test "spec/EXT_framebuffer_object/fbo-clearmipmap" 0.0 "bin/fbo-clearmipmap -fbo -auto"
65 run_test "spec/EXT_framebuffer_object/fbo-copyteximage" 0.0 "bin/fbo-copyteximage -fbo -auto"
66 run_test "spec/EXT_framebuffer_object/fbo-copyteximage-simple" 0.0 "bin/fbo-copyteximage-simple -fbo -auto"
67 run_test "spec/EXT_framebuffer_object/fbo-cubemap" 0.0 "bin/fbo-cubemap -fbo -auto
    [all...]
graphics_PiglitBVT_0.sh     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_6.sh 193 run_test "spec/EXT_framebuffer_object/fbo-1d" 0.0 "bin/fbo-1d -fbo -auto"
194 run_test "spec/EXT_framebuffer_object/fbo-3d" 0.0 "bin/fbo-3d -fbo -auto"
195 run_test "spec/EXT_framebuffer_object/fbo-alphatest-formats" 0.0 "bin/fbo-alphatest-formats -fbo -auto"
196 run_test "spec/EXT_framebuffer_object/fbo-alphatest-nocolor" 0.0 "bin/fbo-alphatest-nocolor -fbo -auto"
197 run_test "spec/EXT_framebuffer_object/fbo-alphatest-nocolor-ff" 0.0 "bin/fbo-alphatest-nocolor-ff -fbo -auto"
198 run_test "spec/EXT_framebuffer_object/fbo-blending-formats" 0.0 "bin/fbo-blending-formats -fbo -auto"
199 run_test "spec/EXT_framebuffer_object/fbo-clear-formats" 0.0 "bin/fbo-clear-formats -fbo -auto"
200 run_test "spec/EXT_framebuffer_object/fbo-clearmipmap" 0.0 "bin/fbo-clearmipmap -fbo -auto"
201 run_test "spec/EXT_framebuffer_object/fbo-copyteximage" 0.0 "bin/fbo-copyteximage -fbo -auto"
202 run_test "spec/EXT_framebuffer_object/fbo-copyteximage-simple" 0.0 "bin/fbo-copyteximage-simple -fbo -auto
    [all...]
graphics_PiglitBVT_0.sh     [all...]
  /external/mesa3d/src/mesa/main/
extensions.c 175 { "GL_EXT_framebuffer_object", o(EXT_framebuffer_object), GL, 2000 },
235 { "GL_OES_depth24", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
247 { "GL_OES_fbo_render_mipmap", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
249 { "GL_OES_framebuffer_object", o(EXT_framebuffer_object), ES1, 2005 },
257 { "GL_OES_rgb8_rgba8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
262 { "GL_OES_stencil8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
304 { "GL_NV_fbo_color_attachments", o(EXT_framebuffer_object), ES2, 2010 },
    [all...]
fbobject.c 283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object
    [all...]
buffers.c 63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/
expectations_pinetrail.json 160 "spec/EXT_framebuffer_object/fbo-alphatest-formats": {
165 "spec/EXT_framebuffer_object/fbo-fragcoord": {
170 "spec/EXT_framebuffer_object/fbo-generatemipmap-filtering": {
176 "spec/EXT_framebuffer_object/fbo-generatemipmap-formats": {
  /external/mesa3d/docs/
MESA_texture_array.spec 36 Support for EXT_framebuffer_object is assumed, but not required.
152 EXT_framebuffer_object. This extension generalizes the notion of
677 Dependencies on EXT_framebuffer_object
679 If EXT_framebuffer_object is not supported, the changes to section
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 69 ctx->Extensions.EXT_framebuffer_object = true;
  /external/mesa3d/src/mapi/glapi/gen/
Makefile.am 123 EXT_framebuffer_object.xml \
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 197 ctx->Extensions.EXT_framebuffer_object = true;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 360 ctx->Extensions.EXT_framebuffer_object = true;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 403 ctx->Extensions.EXT_framebuffer_object = true;
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 506 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
  /external/mesa3d/src/glx/
glxextensions.c 152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/
expectations_other.json 511 "spec/EXT_framebuffer_object/fbo-bind-renderbuffer": {
  /external/mesa3d/src/glx/tests/
indirect_api.cpp     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/all/
expresso_15788030_results.json.bz2 
falco_15762068_results.json.bz2 
gnawty_15796319_results.json.bz2 
kip_15792084_results.json.bz2 
leon_15769039_results.json.bz2 
panther_15705391_results.json.bz2 
peppy_15764089_results.json.bz2 

Completed in 363 milliseconds

1 2