Lines Matching refs:description

106     const Description& description  in Create()  argument
149 swapperDescription.commandListCount = description.commandListCount; in Create()
150 swapperDescription.bufferSize = description.commandBufferSize; in Create()
151 swapperDescription.requestCount = description.commandRequestCount; in Create()
152 swapperDescription.reusableBufferSize = description.reusableCommandBufferSize; in Create()
153 swapperDescription.reusableRequestCount = description.reusableCommandRequestCount; in Create()
154 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()
167 .BufferDescription(description.upperScreenDescription) in Create()
168 .BufferCount(description.displayBufferCount) in Create()
172 .BufferDescription(description.lowerScreenDescription) in Create()
173 .BufferCount(description.displayBufferCount) in Create()
176 nngxSetDisplayMode(description.upperScreenMode); in Create()
179 if (description.upperScreenMode == UPPER_SCREEN_MODE_STEREO) in Create()
183 extensionScreenDescription.width = description.upperScreenDescription.width; in Create()
184 extensionScreenDescription.height = description.upperScreenDescription.height; in Create()
188 .BufferCount(description.displayBufferCount) in Create()
1002 const Description& description in Create() argument
1009 .MaxSceneNodes(description.maxSceneNodes) in Create()
1010 .MaxModels(description.maxModels) in Create()
1011 .MaxSkeletalModels(description.maxSkeletalModels) in Create()
1012 .MaxCameras(description.maxCameras) in Create()
1013 .MaxLights(description.maxLights) in Create()
1014 .MaxFragmentLights(description.maxFragmentLights) in Create()
1015 .MaxVertexLights(description.maxVertexLights) in Create()
1016 .MaxHemiSphereLights(description.maxHemiSphereLights) in Create()
1017 .MaxAmbientLights(description.maxAmbientLights) in Create()
1018 .MaxFogs(description.maxFogs) in Create()
1019 .MaxParticleSets(description.maxParticleSets) in Create()
1020 .MaxParticleEmitters(description.maxParticleEmitters) in Create()
1021 .MaxParticleModels(description.maxParticleModels) in Create()
1022 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1041 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1042 .MaxMaterials(description.maxMaterials) in Create()