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

  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 90 GrGLint extensionCnt = 0;
91 getIntegerv(GR_GL_NUM_EXTENSIONS, &extensionCnt);
92 fStrings->push_back_n(extensionCnt);
93 for (int i = 0; i < extensionCnt; ++i) {

Completed in 1296 milliseconds