Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h90 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DContext.cpp2934 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h162 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DlibGLESv3.cpp4001 GLint numMultisampleCounts = NUM_MULTISAMPLE_COUNTS; in glGetInternalformativ()
DContext.cpp3637 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()
/external/swiftshader/src/OpenGL/libGL/
DContext.h342 const GLint NUM_MULTISAMPLE_COUNTS = sizeof(multisampleCount) / sizeof(multisampleCount[0]); variable
DContext.cpp2614 for(int i = NUM_MULTISAMPLE_COUNTS - 1; i >= 0; i--) in getSupportedMultisampleCount()