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

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 601 int numExts = 0;
602 dst->getIntegerv(GL_NUM_EXTENSIONS, &numExts);
604 if (numExts > 0)
606 vector<const char*> extStr(numExts);
608 for (int ndx = 0; ndx < numExts; ndx++)
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 56 int numExts = 0;
58 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExts);
60 for (int ndx = 0; ndx < numExts; ndx++)
    [all...]

Completed in 35 milliseconds