HomeSort by: relevance | last modified time | path
    Searched refs:MaxGeometryTotalOutputComponents (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 534 unsigned MaxGeometryTotalOutputComponents;
standalone.cpp 292 ctx->Const.MaxGeometryTotalOutputComponents = 1024;
glsl_parser_extras.cpp 131 this->Const.MaxGeometryTotalOutputComponents = ctx->Const.MaxGeometryTotalOutputComponents;
builtin_variables.cpp 823 state->Const.MaxGeometryTotalOutputComponents);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 526 unsigned MaxGeometryTotalOutputComponents;
standalone.cpp 302 ctx->Const.MaxGeometryTotalOutputComponents = 1024;
glsl_parser_extras.cpp 125 this->Const.MaxGeometryTotalOutputComponents = ctx->Const.MaxGeometryTotalOutputComponents;
builtin_variables.cpp 726 state->Const.MaxGeometryTotalOutputComponents);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.c 563 consts->MaxGeometryTotalOutputComponents = MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS;
mtypes.h 3892 GLuint MaxGeometryTotalOutputComponents;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
context.c 650 consts->MaxGeometryTotalOutputComponents = MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS;
mtypes.h 3756 GLuint MaxGeometryTotalOutputComponents;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 447 c->MaxGeometryTotalOutputComponents =
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 383 { GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, CONTEXT_INT(Const.MaxGeometryTotalOutputComponents), extra_version_32_OES_geometry_shader },
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 382 c->MaxGeometryTotalOutputComponents =
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 377 { GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, CONTEXT_INT(Const.MaxGeometryTotalOutputComponents), extra_version_32_OES_geometry_shader },

Completed in 34 milliseconds