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

  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 622 GLint numActiveAttributes = -1;
631 glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes);
632 m_log << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expected 1)." << TestLog::EndMessage;
647 glGetActiveAttrib(program.getProgram(), numActiveAttributes, (int)sizeof(name), &length, &size, &type, &name[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 635 GLint numActiveAttributes = -1;
644 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes);
645 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expected 1)." << TestLog::EndMessage;
660 ctx.glGetActiveAttrib(program.getProgram(), numActiveAttributes, (int)sizeof(name), &length, &size, &type, &name[0]);
    [all...]

Completed in 45 milliseconds