Home
last modified time | relevance | path

Searched refs:numExts (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp601 int numExts = 0; in initFunctions() local
602 dst->getIntegerv(GL_NUM_EXTENSIONS, &numExts); in initFunctions()
604 if (numExts > 0) in initFunctions()
606 vector<const char*> extStr(numExts); in initFunctions()
608 for (int ndx = 0; ndx < numExts; ndx++) in initFunctions()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp56 int numExts = 0; in isExtensionSupported() local
58 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExts); in isExtensionSupported()
60 for (int ndx = 0; ndx < numExts; ndx++) in isExtensionSupported()