• Home
  • Raw
  • Download

Lines Matching refs:appendBool

209     writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport);  in dumpJSON()
210 writer->appendBool("MIP Map Support", fMipmapSupport); in dumpJSON()
211 writer->appendBool("Aniso Support", fAnisoSupport); in dumpJSON()
212 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
213 writer->appendBool("Reuse Scratch Buffers", fReuseScratchBuffers); in dumpJSON()
214 writer->appendBool("Gpu Tracing Support", fGpuTracingSupport); in dumpJSON()
215 writer->appendBool("Oversized Stencil Support", fOversizedStencilSupport); in dumpJSON()
216 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
217 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
218 writer->appendBool("Draw Instanced Support", fDrawInstancedSupport); in dumpJSON()
219 writer->appendBool("Native Draw Indirect Support", fNativeDrawIndirectSupport); in dumpJSON()
220 writer->appendBool("Use client side indirect buffers", fUseClientSideIndirectBuffers); in dumpJSON()
221 writer->appendBool("Conservative Raster Support", fConservativeRasterSupport); in dumpJSON()
222 writer->appendBool("Wireframe Support", fWireframeSupport); in dumpJSON()
223 writer->appendBool("MSAA Resolves Automatically", fMSAAResolvesAutomatically); in dumpJSON()
224 writer->appendBool("Use primitive restart", fUsePrimitiveRestart); in dumpJSON()
225 writer->appendBool("Prefer client-side dynamic buffers", fPreferClientSideDynamicBuffers); in dumpJSON()
226 writer->appendBool("Prefer fullscreen clears (and stencil discard)", fPreferFullscreenClears); in dumpJSON()
227 writer->appendBool("Two-sided Stencil Refs And Masks Must Match", in dumpJSON()
229 writer->appendBool("Must clear buffer memory", fMustClearUploadedBufferData); in dumpJSON()
230 writer->appendBool("Should initialize textures", fShouldInitializeTextures); in dumpJSON()
231 writer->appendBool("Buffers are initially zero", fBuffersAreInitiallyZero); in dumpJSON()
232 writer->appendBool("Supports importing AHardwareBuffers", fSupportsAHardwareBufferImages); in dumpJSON()
233 writer->appendBool("Fence sync support", fFenceSyncSupport); in dumpJSON()
234 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
235 writer->appendBool("Cross context texture support", fCrossContextTextureSupport); in dumpJSON()
236 writer->appendBool("Half float vertex attribute support", fHalfFloatVertexAttributeSupport); in dumpJSON()
237 writer->appendBool("Specify GeometryProcessor textures as a dynamic state array", in dumpJSON()
239 writer->appendBool("Use draws for partial clears", fPerformPartialClearsAsDraws); in dumpJSON()
240 writer->appendBool("Use draws for color clears", fPerformColorClearsAsDraws); in dumpJSON()
241 writer->appendBool("Avoid Large IndexBuffer Draws", fAvoidLargeIndexBufferDraws); in dumpJSON()
242 writer->appendBool("Use draws for stencil clip clears", fPerformStencilClearsAsDraws); in dumpJSON()
243 writer->appendBool("Supports transfers from buffers to textures", in dumpJSON()
245 writer->appendBool("Supports transfers from textures to buffers", in dumpJSON()
247 writer->appendBool("Write pixels row bytes support", fWritePixelsRowBytesSupport); in dumpJSON()
248 writer->appendBool("Transfer pixels to row bytes support", fTransferPixelsToRowBytesSupport); in dumpJSON()
249 writer->appendBool("Read pixels row bytes support", fReadPixelsRowBytesSupport); in dumpJSON()
250 writer->appendBool("Disable TessellationPathRenderer current driver [workaround]", in dumpJSON()
252 writer->appendBool("Clamp-to-border", fClampToBorderSupport); in dumpJSON()
254 writer->appendBool("Prefer VRAM Use over flushes [workaround]", fPreferVRAMUseOverFlushes); in dumpJSON()
255 writer->appendBool("Avoid stencil buffers [workaround]", fAvoidStencilBuffers); in dumpJSON()
256 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
257 writer->appendBool("Native draw indexed indirect is broken [workaround]", in dumpJSON()
259 writer->appendBool("Avoid DAG reordering [workaround]", fAvoidReorderingRenderTasks); in dumpJSON()
260 writer->appendBool("Avoid Dithering [workaround]", fAvoidDithering); in dumpJSON()
261 writer->appendBool("Disable perspective SDF Text [workaround]", fDisablePerspectiveSDFText); in dumpJSON()