Searched refs:NUM_MULTISAMPLE_COUNTS (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h89 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); member in namespace:es1
H A DContext.cpp2980 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--)
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h342 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); member in namespace:gl
H A DContext.cpp2614 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--)
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h166 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); member in namespace:es2
H A DContext.cpp3763 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--)
H A DlibGLESv3.cpp3789 GLint numMultisampleCounts = NUM_MULTISAMPLE_COUNTS;

Completed in 260 milliseconds