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

  /system/media/mca/filterfw/native/core/
shader_program.cpp 383 int uniform_count; local
387 glGetProgramiv(program_, GL_ACTIVE_UNIFORMS, &uniform_count);
390 for (int i = 0; i < uniform_count; ++i) {
    [all...]

Completed in 274 milliseconds