OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMultisampleTarget
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsTextureStateQueryTests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp
369
static bool
isMultisampleTarget
(glw::GLenum target)
404
if (
isMultisampleTarget
(target))
630
texGen.sampleCount = (
isMultisampleTarget
(target) ? (1) : (0));
897
if (!
isMultisampleTarget
(m_target))
[
all
...]
Completed in 85 milliseconds