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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 114 * \param sizeMax max allowable size value (may also be BGRA_OR_4)
126 GLint sizeMin, GLint sizeMax,
173 if (sizeMax == BGRA_OR_4)
174 sizeMax = 4;
194 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and
198 sizeMax == BGRA_OR_4 &&
217 else if (size < sizeMin || size > sizeMax || size > 4) {
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 114 * \param sizeMax max allowable size value (may also be BGRA_OR_4)
126 GLint sizeMin, GLint sizeMax,
173 if (sizeMax == BGRA_OR_4)
174 sizeMax = 4;
194 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and
198 sizeMax == BGRA_OR_4 &&
217 else if (size < sizeMin || size > sizeMax || size > 4) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h 106 { glsl_type::float_type, "sizeMax" },
builtin_variables.cpp 140 {"sizeMax", {STATE_POINT_SIZE}, SWIZZLE_ZZZZ},
    [all...]
  /external/mesa3d/src/glsl/
builtin_types.h 106 { glsl_type::float_type, "sizeMax" },
builtin_variables.cpp 140 {"sizeMax", {STATE_POINT_SIZE}, SWIZZLE_ZZZZ},
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
template.js     [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 258 const unsigned sizemax = strlen (base) + strlen (ext) + 10;
267 path_size + sizemax < sizeof temp_path &&
256 const unsigned sizemax = strlen (base) + strlen (ext) + 10; local
    [all...]

Completed in 495 milliseconds