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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 343 GLint max_name_length = -1; local
345 program, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &max_name_length);
346 if (max_name_length < 0)
348 scoped_ptr<GLchar[]> name(new GLchar[max_name_length]);
357 program, index, max_name_length, &length, &size, &type, name.get());
369 GLint max_name_length = -1; local
371 program, GL_ACTIVE_UNIFORM_MAX_LENGTH, &max_name_length);
372 if (max_name_length < 0)
374 scoped_ptr<GLchar[]> name(new GLchar[max_name_length]);
383 program, index, max_name_length, &length, &size, &type, name.get())
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 312 jlong max_name_length = 255; // __DARWIN_MAXNAMLEN local
314 jlong max_name_length = static_cast<jlong>(sb.f_namemax);
330 max_name_length);
    [all...]

Completed in 160 milliseconds