/external/chromium_org/third_party/mesa/src/docs/ |
RELNOTES-6.2 | 31 etc. The important functions like glRead/DrawPixels, glTex[Sub]Image,
|
RELNOTES-6.2.1 | 28 etc. The important functions like glRead/DrawPixels, glTex[Sub]Image,
|
relnotes-7.7.1.html | 52 glCopy/DrawPixels() to FBOs.
|
MESA_window_pos.spec | 44 position to a specific window coordinate prior to calling DrawPixels,
|
conform.html | 144 DrawPixels test passed. 257 DrawPixels test passed. 370 DrawPixels test passed. 483 DrawPixels test passed. 596 DrawPixels test passed.
|
relnotes-6.5.2.html | 45 <li>Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
|
relnotes-6.5.3.html | 71 <li>Assorted minor bug fixes in glCopy/DrawPixels, glPixelZoom, etc.
|
/external/mesa3d/docs/ |
RELNOTES-6.2 | 31 etc. The important functions like glRead/DrawPixels, glTex[Sub]Image,
|
RELNOTES-6.2.1 | 28 etc. The important functions like glRead/DrawPixels, glTex[Sub]Image,
|
relnotes-7.7.1.html | 52 glCopy/DrawPixels() to FBOs.
|
MESA_window_pos.spec | 44 position to a specific window coordinate prior to calling DrawPixels,
|
conform.html | 144 DrawPixels test passed. 257 DrawPixels test passed. 370 DrawPixels test passed. 483 DrawPixels test passed. 596 DrawPixels test passed.
|
relnotes-6.5.2.html | 45 <li>Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
|
relnotes-6.5.3.html | 71 <li>Assorted minor bug fixes in glCopy/DrawPixels, glPixelZoom, etc.
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 65 Accepted by the <type> parameter of ReadPixels and DrawPixels: 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 65 Accepted by the <type> parameter of ReadPixels and DrawPixels: 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.c | 155 functions->DrawPixels = _mesa_meta_DrawPixels;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.c | 155 functions->DrawPixels = _mesa_meta_DrawPixels;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawpix.c | 89 * Since DrawPixels rendering would be merely undefined if not an error (due 165 ctx->Driver.DrawPixels(ctx, x, y, width, height, format, type,
|
/external/mesa3d/src/mesa/main/ |
drawpix.c | 89 * Since DrawPixels rendering would be merely undefined if not an error (due 165 ctx->Driver.DrawPixels(ctx, x, y, width, height, format, type,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel.c | 164 functions->DrawPixels = intelDrawPixels;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_program.h | 53 GLuint drawpixels:1; /**< glDrawPixels variant */ member in struct:st_fp_variant_key
|
st_cb_drawpixels.c | 178 printf("Combined DrawPixels program:\n"); 673 /* XXX if DrawPixels image is larger than max texture size, break [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel.c | 164 functions->DrawPixels = intelDrawPixels;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_program.h | 53 GLuint drawpixels:1; /**< glDrawPixels variant */ member in struct:st_fp_variant_key
|