Home
last modified time | relevance | path

Searched refs:NUM_MULTISAMPLE_COUNTS (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h137 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DlibGLESv3.cpp3816 GLint numMultisampleCounts = NUM_MULTISAMPLE_COUNTS; in GetInternalformativ()
DContext.cpp3812 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()