Lines Matching refs:appendBool

1142     writer->appendBool("Core Profile", fIsCoreProfile);  in onDumpJSON()
1147 writer->appendBool("Unpack Row length support", fUnpackRowLengthSupport); in onDumpJSON()
1148 writer->appendBool("Pack Row length support", fPackRowLengthSupport); in onDumpJSON()
1149 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()
1151 writer->appendBool("Texture Usage support", fTextureUsageSupport); in onDumpJSON()
1152 writer->appendBool("Alpha8 is renderable", fAlpha8IsRenderable); in onDumpJSON()
1153 writer->appendBool("GL_ARB_imaging support", fImagingSupport); in onDumpJSON()
1154 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()
1155 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON()
1156 writer->appendBool("Draw indirect support", fDrawIndirectSupport); in onDumpJSON()
1157 writer->appendBool("Multi draw indirect support", fMultiDrawIndirectSupport); in onDumpJSON()
1158 writer->appendBool("Base instance support", fBaseInstanceSupport); in onDumpJSON()
1159 writer->appendBool("RGBA 8888 pixel ops are slow", fRGBA8888PixelsOpsAreSlow); in onDumpJSON()
1160 writer->appendBool("Partial FBO read is slow", fPartialFBOReadIsSlow); in onDumpJSON()
1161 writer->appendBool("Bind uniform location support", fBindUniformLocationSupport); in onDumpJSON()
1162 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
1163 writer->appendBool("Texture swizzle support", fTextureSwizzleSupport); in onDumpJSON()
1164 writer->appendBool("BGRA to RGBA readback conversions are slow", in onDumpJSON()
1166 writer->appendBool("Use buffer data null hint", fUseBufferDataNullHint); in onDumpJSON()
1168 …writer->appendBool("Intermediate texture for partial updates of unorm textures ever bound to FBOs", in onDumpJSON()
1170 writer->appendBool("Intermediate texture for all updates of textures bound to FBOs", in onDumpJSON()
1172 writer->appendBool("Max instances per draw without crashing (or zero)", in onDumpJSON()