HomeSort by relevance Sort by last modified time
    Searched refs:MaxGeometryOutputVertices (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 469 unsigned MaxGeometryOutputVertices;
glsl_parser_extras.cpp 119 this->Const.MaxGeometryOutputVertices = ctx->Const.MaxGeometryOutputVertices;
    [all...]
standalone.cpp 291 ctx->Const.MaxGeometryOutputVertices = 256;
builtin_variables.cpp 708 state->Const.MaxGeometryOutputVertices);
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 628 consts->MaxGeometryOutputVertices = MAX_GEOMETRY_OUTPUT_VERTICES;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 346 c->MaxGeometryOutputVertices =
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 347 { GL_MAX_GEOMETRY_OUTPUT_VERTICES, CONTEXT_INT(Const.MaxGeometryOutputVertices), extra_version_32_OES_geometry_shader },
    [all...]

Completed in 701 milliseconds