| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| texture.c | 55 GLint cube; variable 253 glNewList(cube, GL_COMPILE); 268 cube = glGenLists(1); 402 glCallList(cube);
|
| sphere.c | 66 int cube, cage, cylinder, torus, genericObject; variable 616 glNewList(cube, GL_COMPILE); 634 cube = glGenLists(1); 884 if (genericObject == cube) { 891 genericObject = cube;
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| miindex.c | 52 int cube, gray; local 97 * Compute size of cube and gray ramps 99 cube = gray = 0; 103 * Allocate as big a cube as possible 106 for (cube = 1; 107 cube * cube * cube < pColormap->pVisual->ColormapEntries; 108 cube++); 109 cube-- [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| miindex.c | 52 int cube, gray; local 99 * Compute size of cube and gray ramps 101 cube = gray = 0; 105 * Allocate as big a cube as possible 109 for (cube = 1; cube * cube * cube < pColormap->pVisual->ColormapEntries; cube++) 111 cube-- [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_lower_int_cubemap_to_array.c | 56 nir_variable *cube = nir_deref_instr_get_variable(deref); local 57 return glsl_base_type_is_integer(glsl_get_sampler_result_type(cube->type)); 147 /* We don't support cube map arrays yet */ 213 /* While we don't (yet) support cube map arrays, there still may be arrays 214 * of cube maps */
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| cuberender.c | 2 * Test rendering into a cube map texture with FBOs. 156 * Draw sphere with cube map texture that reflects rest of the scene. 201 * Setup modelview and projection for drawing a cube face. 279 GLuint cube, face; local 281 glGenTextures(1, &cube); 282 glBindTexture(GL_TEXTURE_CUBE_MAP, cube); 308 return cube; 313 * Render the six faces of a cube map. 324 printf("Rendering %d x %d cube texture\n", cubeSize, cubeSize); 351 * Render into cube faces [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| texture_from_pixmap.c | 51 Window canvas, cube; member in struct:app_data 196 XResizeWindow(data->xdpy, data->cube, data->width, data->height); 197 XMoveWindow(data->xdpy, data->cube, data->width, 0); 394 XMapWindow(data->xdpy, data->cube); 499 data->cube = win; 509 data->surf = eglCreateWindowSurface(data->dpy, config, data->cube, NULL); 517 return (data->canvas && data->cube && data->ctx && data->surf); 538 if (data->cube) 539 XDestroyWindow(data->xdpy, data->cube);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 316 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 316 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_context.h | 494 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_context.h | 494 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| addrinterface.h | 495 UINT_32 cube : 1; ///< Flag indicates this is a cubemap member in struct:_ADDR_SURFACE_FLAGS::__anon341
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| addrinterface.h | 492 UINT_32 cube : 1; ///< Flag indicates this is a cubemap member in struct:_ADDR_SURFACE_FLAGS::__anon3186
|