OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMaxSampleCount
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h
67
int maxSampleCount() const { return
fMaxSampleCount
; }
98
int
fMaxSampleCount
;
GrDrawTarget.cpp
[
all
...]
/external/skia/src/gpu/
GrDrawTargetCaps.h
67
int maxSampleCount() const { return
fMaxSampleCount
; }
98
int
fMaxSampleCount
;
GrDrawTarget.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp
338
GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &
fMaxSampleCount
);
340
GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &
fMaxSampleCount
);
[
all
...]
/external/skia/src/gpu/gl/
GrGLCaps.cpp
338
GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &
fMaxSampleCount
);
340
GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &
fMaxSampleCount
);
[
all
...]
Completed in 44 milliseconds