Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h89 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DContext.cpp2981 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h166 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DlibGLESv3.cpp3814 GLint numMultisampleCounts = NUM_MULTISAMPLE_COUNTS; in GetInternalformativ()
DContext.cpp3800 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()