Searched refs:GLX_SAMPLES (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 105 # define GLX_SAMPLES 0x186a1 macro
|
D | DisplayGLX.cpp | 585 int contextSamples = mHasMultisample ? getGLXFBConfigAttrib(mContextConfig, GLX_SAMPLES) : 0; in generateConfigs() 652 int samples = mHasMultisample ? getGLXFBConfigAttrib(glxConfig, GLX_SAMPLES) : 0; in generateConfigs()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 484 { GLX_SAMPLES, &RenderConfig::numSamples }, 613 rank.sub(5, visual.getAttrib(GLX_SAMPLES)); in configRank() 723 m_glxVisual.getAttrib(GLX_SAMPLES)) in GlxRenderContext()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 163 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLES, &samples); in GLXGLTestContext()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 163 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLES, &samples); in GLXGLTestContext()
|
/external/mesa3d/include/GL/ |
D | glx.h | 156 #define GLX_SAMPLES 0x186a1 /*100001*/ macro
|
D | glxext.h | 152 #define GLX_SAMPLES 100001 macro
|
/external/swiftshader/include/GL/ |
D | glxext.h | 152 #define GLX_SAMPLES 100001 macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 326 #define GLX_SAMPLES 100001 macro
|