/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_program_debug.spec | 30 ARB_vertex_program or ARB_fragment_program or NV_vertex_program 242 Dependencies on NV_vertex_program and NV_fragment_program 244 If NV_vertex_program and/or NV_fragment_program are supported, 264 by ARB_vertex_program, ARB_fragment_program (or NV_vertex_program or
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 30 ARB_vertex_program or ARB_fragment_program or NV_vertex_program 242 Dependencies on NV_vertex_program and NV_fragment_program 244 If NV_vertex_program and/or NV_fragment_program are supported, 264 by ARB_vertex_program, ARB_fragment_program (or NV_vertex_program or
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
enable.c | 119 CHECK_EXTENSION(NV_vertex_program, cap); 830 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 842 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 851 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 877 CHECK_EXTENSION(NV_vertex_program, cap); 902 CHECK_EXTENSION(NV_vertex_program, cap); [all...] |
nvprogram.c | 322 && ctx->Extensions.NV_vertex_program) { 602 if (!ctx->Extensions.NV_vertex_program 629 && ctx->Extensions.NV_vertex_program) { 691 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) { 723 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) { 755 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) {
|
arbprogram.c | 81 (ctx->Extensions.NV_vertex_program || 325 ctx->Extensions.NV_vertex_program)) { 362 * NV_vertex_program is not supported. 367 || !ctx->Extensions.NV_vertex_program)) { 375 && ctx->Extensions.NV_vertex_program) {
|
getstring.c | 146 ctx->Extensions.NV_vertex_program ||
|
eval.c | 84 if (!ctx->Extensions.NV_vertex_program) 141 if (!ctx->Extensions.NV_vertex_program) 191 if (!ctx->Extensions.NV_vertex_program)
|
extensions.c | 318 { "GL_NV_vertex_program", o(NV_vertex_program), GLL, 2000 }, [all...] |
/external/mesa3d/src/mesa/main/ |
enable.c | 119 CHECK_EXTENSION(NV_vertex_program, cap); 830 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 842 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 851 CHECK_EXTENSION2(ARB_vertex_program, NV_vertex_program, cap); 877 CHECK_EXTENSION(NV_vertex_program, cap); 902 CHECK_EXTENSION(NV_vertex_program, cap); [all...] |
nvprogram.c | 322 && ctx->Extensions.NV_vertex_program) { 602 if (!ctx->Extensions.NV_vertex_program 629 && ctx->Extensions.NV_vertex_program) { 691 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) { 723 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) { 755 if (target == GL_VERTEX_PROGRAM_NV && ctx->Extensions.NV_vertex_program) {
|
arbprogram.c | 81 (ctx->Extensions.NV_vertex_program || 325 ctx->Extensions.NV_vertex_program)) { 362 * NV_vertex_program is not supported. 367 || !ctx->Extensions.NV_vertex_program)) { 375 && ctx->Extensions.NV_vertex_program) {
|
getstring.c | 146 ctx->Extensions.NV_vertex_program ||
|
eval.c | 84 if (!ctx->Extensions.NV_vertex_program) 141 if (!ctx->Extensions.NV_vertex_program) 191 if (!ctx->Extensions.NV_vertex_program)
|
extensions.c | 318 { "GL_NV_vertex_program", o(NV_vertex_program), GLL, 2000 }, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_vertprog.h | 38 * Conditional execution (see NV_vertex_program{2,3} for details) Conditional
|
nv40_vertprog.h | 27 * Conditional execution (see NV_vertex_program{2,3} for details)
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vertprog.h | 38 * Conditional execution (see NV_vertex_program{2,3} for details) Conditional
|
nv40_vertprog.h | 27 * Conditional execution (see NV_vertex_program{2,3} for details)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.c | 427 ctx->Extensions.NV_vertex_program = 428 driQueryOptionb(&rmesa->radeon.optionCache, "nv_vertex_program");
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 427 ctx->Extensions.NV_vertex_program = 428 driQueryOptionb(&rmesa->radeon.optionCache, "nv_vertex_program");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
t_options.h | 267 DRI_CONF_OPT_BEGIN(nv_vertex_program,bool,def) \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_extensions.c | 86 ctx->Extensions.NV_vertex_program = true;
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
t_options.h | 267 DRI_CONF_OPT_BEGIN(nv_vertex_program,bool,def) \
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_extensions.c | 86 ctx->Extensions.NV_vertex_program = true;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_extensions.c | 528 ctx->Extensions.NV_vertex_program = GL_TRUE;
|