Home
last modified time | relevance | path

Searched defs:hasComponent (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8231 …const bool hasComponent[] = { format.hasRedComponent, format.hasGreenComponent, format.hasBlueComp… in Check() local
8262 …const bool hasComponent[] = { format.hasRedComponent, format.hasGreenComponent, format.hasBlueComp… in Check() local
8713 …const bool hasComponent[] = { format.hasRedComponent, format.hasGreenComponent, format.hasBlueComp… in Check() local
8744 …const bool hasComponent[] = { format.hasRedComponent, format.hasGreenComponent, format.hasBlueComp… in Check() local
/third_party/glslang/glslang/Include/
DTypes.h1021 bool hasComponent() const in hasComponent() function