/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 40 int profileMask = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; 61 profileMask = attribList[++i]; 111 /* check profileMask */ 112 if (profileMask != WGL_CONTEXT_CORE_PROFILE_BIT_ARB && 113 profileMask != WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) { 121 contextFlags, profileMask);
|
stw_context.h | 47 int majorVersion, int minorVersion, int contextFlags, int profileMask );
|
stw_context.c | 139 int contextFlags, int profileMask) 210 && ((profileMask & WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) == 0))
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 40 int profileMask = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; 61 profileMask = attribList[++i]; 111 /* check profileMask */ 112 if (profileMask != WGL_CONTEXT_CORE_PROFILE_BIT_ARB && 113 profileMask != WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) { 121 contextFlags, profileMask);
|
stw_context.h | 47 int majorVersion, int minorVersion, int contextFlags, int profileMask );
|
stw_context.c | 139 int contextFlags, int profileMask) 210 && ((profileMask & WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) == 0))
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLInterface.cpp | 145 GrGLint profileMask; 146 GR_GL_GetIntegerv(this, GR_GL_CONTEXT_PROFILE_MASK, &profileMask); 147 isCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT);
|
GrGLCaps.cpp | 114 GrGLint profileMask; 115 GR_GL_GetIntegerv(gli, GR_GL_CONTEXT_PROFILE_MASK, &profileMask); 116 fIsCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT);
|
/external/skia/src/gpu/gl/ |
GrGLInterface.cpp | 145 GrGLint profileMask; 146 GR_GL_GetIntegerv(this, GR_GL_CONTEXT_PROFILE_MASK, &profileMask); 147 isCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT);
|
GrGLCaps.cpp | 114 GrGLint profileMask; 115 GR_GL_GetIntegerv(gli, GR_GL_CONTEXT_PROFILE_MASK, &profileMask); 116 fIsCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 145 GLuint profileMask,
|
glx_api.c | 1049 unsigned profileMask, unsigned contextFlags) 1066 profileMask, contextFlags); [all...] |
xm_api.c | 862 GLuint profileMask, GLuint contextFlags) 906 && ((profileMask & GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) == 0)) [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 145 GLuint profileMask,
|
glx_api.c | 1049 unsigned profileMask, unsigned contextFlags) 1066 profileMask, contextFlags); [all...] |
xm_api.c | 862 GLuint profileMask, GLuint contextFlags) 906 && ((profileMask & GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB) == 0)) [all...] |