Searched refs:numSampleMaskWords (Results 1 – 1 of 1) sorted by relevance
132 int numSampleMaskWords = 0; in resetStateES() local133 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &numSampleMaskWords); in resetStateES()137 for (int ndx = 0; ndx < numSampleMaskWords; ndx++) in resetStateES()740 int numSampleMaskWords = 0; in resetStateGLCore() local741 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &numSampleMaskWords); in resetStateGLCore()745 for (int ndx = 0; ndx < numSampleMaskWords; ndx++) in resetStateGLCore()