/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
NOTES | 7 'vtxfmt' mechanism of core mesa for tnl functionality in all 23 the vtxfmt dispatch hooks, thus taking over the task of transformation 38 install other function pointers into all the vtxfmt dispatch slots,
|
/external/mesa3d/src/mesa/tnl/ |
NOTES | 7 'vtxfmt' mechanism of core mesa for tnl functionality in all 23 the vtxfmt dispatch hooks, thus taking over the task of transformation 38 install other function pointers into all the vtxfmt dispatch slots,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mfeatures.h | 45 * When a feature defines vtxfmt entries, they can be initialized and 94 /* this disables vtxfmt, api_loopback, and api_noop completely */
|
descrip.mms | 93 vtxfmt.c \ 167 vtxfmt.obj,\ 245 vtxfmt.obj : vtxfmt.c
|
vtxfmt.h | 2 * \file vtxfmt.h
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec.c | 32 #include "main/vtxfmt.h" 54 _mesa_install_exec_vtxfmt( ctx, &exec->vtxfmt );
|
vbo_exec_array.c | [all...] |
vbo_exec.h | 84 GLvertexformat vtxfmt; member in struct:vbo_exec_context
|
vbo_context.c | 189 * vtxfmt mechanism can be removed now.
|
vbo_save.h | 125 GLvertexformat vtxfmt; member in struct:vbo_save_context
|
vbo_save_api.c | 80 #include "main/vtxfmt.h" 921 _mesa_install_save_vtxfmt(ctx, &save->vtxfmt); 957 /* These are all errors as this vtxfmt is only installed inside 1171 /* Unlike the functions above, these are to be hooked into the vtxfmt [all...] |
vbo_exec_draw.c | 35 #include "main/vtxfmt.h" 364 _mesa_install_exec_vtxfmt(ctx, &exec->vtxfmt);
|
/external/mesa3d/src/mesa/main/ |
mfeatures.h | 45 * When a feature defines vtxfmt entries, they can be initialized and 94 /* this disables vtxfmt, api_loopback, and api_noop completely */
|
descrip.mms | 93 vtxfmt.c \ 167 vtxfmt.obj,\ 245 vtxfmt.obj : vtxfmt.c
|
vtxfmt.h | 2 * \file vtxfmt.h
|
/external/mesa3d/src/mesa/vbo/ |
vbo_exec.c | 32 #include "main/vtxfmt.h" 54 _mesa_install_exec_vtxfmt( ctx, &exec->vtxfmt );
|
vbo_exec_array.c | [all...] |
vbo_exec.h | 84 GLvertexformat vtxfmt; member in struct:vbo_exec_context
|
vbo_context.c | 189 * vtxfmt mechanism can be removed now.
|
vbo_save.h | 125 GLvertexformat vtxfmt; member in struct:vbo_save_context
|
vbo_save_api.c | 80 #include "main/vtxfmt.h" 921 _mesa_install_save_vtxfmt(ctx, &save->vtxfmt); 957 /* These are all errors as this vtxfmt is only installed inside 1171 /* Unlike the functions above, these are to be hooked into the vtxfmt [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_draw.c | 50 uint32_t vtxfmt[16]; member in struct:nv30_render 246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw; 329 r->vtxfmt[i] |= vinfo->size << 8; 332 r->vtxfmt[i] = NV30_3D_VTXFMT_TYPE_V32_FLOAT; 347 BEGIN_NV04(push, NV30_3D(VTXFMT(0)), 16); 348 PUSH_DATAp(push, r->vtxfmt, 16);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_draw.c | 50 uint32_t vtxfmt[16]; member in struct:nv30_render 246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw; 329 r->vtxfmt[i] |= vinfo->size << 8; 332 r->vtxfmt[i] = NV30_3D_VTXFMT_TYPE_V32_FLOAT; 347 BEGIN_NV04(push, NV30_3D(VTXFMT(0)), 16); 348 PUSH_DATAp(push, r->vtxfmt, 16);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
extension_helper.py | 32 vtxfmt = [ variable 250 if (f.name in vtxfmt) and not vtxfmt_only: 253 if (f.name not in vtxfmt) and vtxfmt_only:
|
/external/mesa3d/src/mapi/glapi/gen/ |
extension_helper.py | 32 vtxfmt = [ variable 250 if (f.name in vtxfmt) and not vtxfmt_only: 253 if (f.name not in vtxfmt) and vtxfmt_only:
|