Searched refs:GLSL_NOP_VERT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ | ||
D | mtypes.h | 3124 #define GLSL_NOP_VERT 0x8 /**< Force no-op vertex shaders */ macro |
D | shaderapi.c | 89 flags |= GLSL_NOP_VERT; in _mesa_get_shader_flags() |