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) {