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

  /frameworks/base/libs/rs/
rsContext.h 189 const uint8_t * mExtensions;
rsContext.cpp 528 mGL.mExtensions = glGetString(GL_EXTENSIONS);
534 //LOGV("GL Extensions %s", mGL.mExtensions);
562 mGL.OES_texture_npot = NULL != strstr((const char *)mGL.mExtensions, "GL_OES_texture_npot");
807 LOGE(" GL Extensions: %s", mGL.mExtensions);

Completed in 70 milliseconds