HomeSort by relevance Sort by last modified time
    Searched refs:NV_vertex_program (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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) {
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...]
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 ||
matrix.c 190 if (ctx->API == API_OPENGL && 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...]
get.c 310 EXTRA_EXT(NV_vertex_program);
336 EXTRA_EXT2(ARB_vertex_program, NV_vertex_program);
352 EXT(NV_vertex_program),
358 EXT(NV_vertex_program),
361 EXT(NV_vertex_program),
    [all...]
  /external/mesa3d/src/mesa/main/
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) {
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...]
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 ||
matrix.c 190 if (ctx->API == API_OPENGL && 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...]
get.c 310 EXTRA_EXT(NV_vertex_program);
336 EXTRA_EXT2(ARB_vertex_program, NV_vertex_program);
352 EXT(NV_vertex_program),
358 EXT(NV_vertex_program),
361 EXT(NV_vertex_program),
    [all...]
  /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/intel/
intel_extensions.c 86 ctx->Extensions.NV_vertex_program = true;
  /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/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/state_tracker/
st_extensions.c 528 ctx->Extensions.NV_vertex_program = GL_TRUE;
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 528 ctx->Extensions.NV_vertex_program = GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 219 { GL(NV_vertex_program), VER(0,0), Y, N, N, N },

Completed in 157 milliseconds

1 2