| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level 70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
|
| H A D | radeon_mipmap_tree.c | 139 lvl->faces[face].offset = *curOffset; 146 lvl->rowstride, lvl->width, height, lvl->faces[face].offset); 156 for(face = 0; face < mt->faces; face++) { 191 mt->faces = _mesa_num_tex_faces(target); 384 return (mt->levels[level].faces[face].offset); 386 return mt->levels[level].faces[0].offset; 410 dest = mt->bo->ptr + dstlvl->faces[face].offset; 428 image->mt->bo->ptr + srclvl->faces[face].offset, 541 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local in function:radeon_validate_texture_miptree 545 for (face = 0; face < faces; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level 70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
|
| H A D | radeon_mipmap_tree.c | 140 lvl->faces[face].offset = *curOffset; 147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset); 157 for(face = 0; face < mt->faces; face++) { 192 mt->faces = _mesa_num_tex_faces(target); 385 return (mt->levels[level].faces[face].offset); 387 return mt->levels[level].faces[0].offset; 411 dest = mt->bo->ptr + dstlvl->faces[face].offset; 429 image->mt->bo->ptr + srclvl->faces[face].offset, 542 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local in function:radeon_validate_texture_miptree 546 for (face = 0; face < faces; [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxpbdemo.c | 256 static GLint faces[6][4] = local in function:drawBox 293 glVertex3fv(&v[faces[i][0]][0]); 294 glVertex3fv(&v[faces[i][1]][0]); 295 glVertex3fv(&v[faces[i][2]][0]); 296 glVertex3fv(&v[faces[i][3]][0]);
|
| H A D | pbdemo.c | 323 static GLint faces[6][4] = local in function:drawBox 360 glVertex3fv(&v[faces[i][0]][0]); 361 glVertex3fv(&v[faces[i][1]][0]); 362 glVertex3fv(&v[faces[i][2]][0]); 363 glVertex3fv(&v[faces[i][3]][0]);
|
| /xsrc/external/mit/freetype/dist/src/cache/ |
| H A D | ftcmanag.h | 103 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
|
| H A D | ftcmanag.c | 324 FTC_MRULIST_LOOKUP_CMP( &manager->faces, face_id, ftc_face_node_compare, 328 error = FTC_MruList_Lookup( &manager->faces, face_id, &mrunode ); 390 FTC_MruList_Init( &manager->faces, 438 /* discard faces and sizes */ 440 FTC_MruList_Done( &manager->faces ); 458 FTC_MruList_Reset( &manager->faces ); 677 FTC_MruList_RemoveSelection( &manager->faces,
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/system/ |
| H A D | camera.h | 128 * faces in the preview frame. The detected faces may be the same as the 295 * The number of detected faces in the frame. 300 * An array of the detected faces. The length is number_of_faces. 302 camera_face_t *faces; member in struct:camera_frame_metadata
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 60-latin.conf | 52 Fantasy faces 64 Cursive faces
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texture.c | 265 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local in function:_swrast_map_texture 268 for (face = 0; face < faces; face++) { 325 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local in function:_swrast_unmap_texture 328 for (face = 0; face < faces; face++) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texture.c | 267 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local in function:_swrast_map_texture 270 for (face = 0; face < faces; face++) { 327 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local in function:_swrast_unmap_texture 330 for (face = 0; face < faces; face++) {
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 132 static GLint faces[6][4] = local in function:drawBox 154 glVertex3fv(&v[faces[i][0]][0]); 155 glVertex3fv(&v[faces[i][1]][0]); 156 glVertex3fv(&v[faces[i][2]][0]); 157 glVertex3fv(&v[faces[i][3]][0]);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 132 static GLint faces[6][4] = local in function:drawBox 154 glVertex3fv(&v[faces[i][0]][0]); 155 glVertex3fv(&v[faces[i][1]][0]); 156 glVertex3fv(&v[faces[i][2]][0]); 157 glVertex3fv(&v[faces[i][3]][0]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 79 const uint *faces; member in struct:filter_args
|
| H A D | sp_tex_sample.c | 1037 * per-pixel faces we can actually have multiple corner texels per pixel, 2099 args.face_id = filt_args->faces[j]; 2180 args.face_id = filt_args->faces[j]; 2239 args.face_id = filt_args->faces[j]; 2285 args.face_id = filt_args->faces[j]; 2332 const uint faces[TGSI_QUAD_SIZE], 2413 args.face_id = faces[j]; 2623 args.face_id = filt_args->faces[j]; 2637 s, t, p, filt_args->faces, filt_args->offset, 2688 args.face_id = filt_args->faces[ 2325 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 3206 convert_cube(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],float ssss[TGSI_QUAD_SIZE],float tttt[TGSI_QUAD_SIZE],float pppp[TGSI_QUAD_SIZE],uint faces[TGSI_QUAD_SIZE]) argument 3735 uint faces[TGSI_QUAD_SIZE]; local in function:sp_tgsi_get_samples [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 79 const uint *faces; member in struct:filter_args
|
| H A D | sp_tex_sample.c | 1051 * per-pixel faces we can actually have multiple corner texels per pixel, 2113 args.face_id = filt_args->faces[j]; 2194 args.face_id = filt_args->faces[j]; 2253 args.face_id = filt_args->faces[j]; 2299 args.face_id = filt_args->faces[j]; 2346 const uint faces[TGSI_QUAD_SIZE], 2427 args.face_id = faces[j]; 2637 args.face_id = filt_args->faces[j]; 2651 s, t, p, filt_args->faces, filt_args->offset, 2702 args.face_id = filt_args->faces[ 2339 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 3220 convert_cube(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],float ssss[TGSI_QUAD_SIZE],float tttt[TGSI_QUAD_SIZE],float pppp[TGSI_QUAD_SIZE],uint faces[TGSI_QUAD_SIZE]) argument 3767 uint faces[TGSI_QUAD_SIZE]; local in function:sp_tgsi_get_samples [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | glossary.rst | 27 3D textures have zslices, cube maps have faces, 1D and 2D array textures
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | glossary.rst | 27 3D textures have zslices, cube maps have faces, 1D and 2D array textures
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | texture_from_pixmap.c | 105 const GLfloat faces[6][4] = { local in function:gl_redraw 125 glRotatef(faces[i][0], faces[i][1], faces[i][2], faces[i][3]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 69 id->face = s->real_layer; /* faces have the same order */ 223 * the FIFO, and returns pointers to the command's faces and 227 * The faces and mipSizes arrays are initialized to zero. 236 * - Surface may have multiple faces (for cube maps) 264 * Returns pointers to arrays allocated in the FIFO for 'faces' 278 SVGA3dSurfaceFace **faces, // OUT 295 *faces = &cmd->face[0]; 298 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES); 330 SVGA3dSurfaceFace *faces; local in function:SVGA3D_DefineSurface2D 274 SVGA3D_BeginDefineSurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,SVGA3dSurfaceFace ** faces,SVGA3dSize ** mipSizes,uint32 numMipSizes) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 69 id->face = s->real_layer; /* faces have the same order */ 223 * the FIFO, and returns pointers to the command's faces and 227 * The faces and mipSizes arrays are initialized to zero. 236 * - Surface may have multiple faces (for cube maps) 264 * Returns pointers to arrays allocated in the FIFO for 'faces' 278 SVGA3dSurfaceFace **faces, // OUT 295 *faces = &cmd->face[0]; 298 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES); 330 SVGA3dSurfaceFace *faces; local in function:SVGA3D_DefineSurface2D 274 SVGA3D_BeginDefineSurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,SVGA3dSurfaceFace ** faces,SVGA3dSize ** mipSizes,uint32 numMipSizes) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.8.rst | 52 - mesa: only copy requested compressed teximage cubemap faces
|
| H A D | 12.0.5.rst | 33 Fail to render to different faces of depth-stencil cube map
|