OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasStencilFormatBeenDeterminedForConfig
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/
GrGLCaps.h
175
bool
hasStencilFormatBeenDeterminedForConfig
(GrPixelConfig config) const {
181
*
hasStencilFormatBeenDeterminedForConfig
has already been checked. Returns a value < 0 if
186
SkASSERT(this->
hasStencilFormatBeenDeterminedForConfig
(config));
195
SkASSERT(!this->
hasStencilFormatBeenDeterminedForConfig
(config));
/external/skqp/src/gpu/gl/
GrGLCaps.h
175
bool
hasStencilFormatBeenDeterminedForConfig
(GrPixelConfig config) const {
181
*
hasStencilFormatBeenDeterminedForConfig
has already been checked. Returns a value < 0 if
186
SkASSERT(this->
hasStencilFormatBeenDeterminedForConfig
(config));
195
SkASSERT(!this->
hasStencilFormatBeenDeterminedForConfig
(config));
Completed in 444 milliseconds