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

  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 869 const GLbitfield wordmask = (wordNdx < (int)totalBitmask.size()) ? ((GLbitfield)(totalBitmask[wordNdx])) : (0); local
870 gl.sampleMaski((deUint32)wordNdx, wordmask);
883 const GLbitfield wordmask = (wordNdx < (int)bitmask.size()) ? ((GLbitfield)(bitmask[wordNdx])) : (0); local
884 gl.sampleMaski((deUint32)wordNdx, wordmask);
    [all...]

Completed in 784 milliseconds