OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profileMask
(Results
1 - 8
of
8
) sorted by null
/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/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
);
/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
);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c
1049
unsigned
profileMask
, unsigned contextFlags)
1066
profileMask
, contextFlags);
[
all
...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c
1049
unsigned
profileMask
, unsigned contextFlags)
1066
profileMask
, contextFlags);
[
all
...]
Completed in 414 milliseconds