Lines Matching refs:description

108     const Description& description  in Create()  argument
154 swapperDescription.commandListCount = description.commandListCount; in Create()
155 swapperDescription.bufferSize = description.commandBufferSize; in Create()
156 swapperDescription.requestCount = description.commandRequestCount; in Create()
157 swapperDescription.reusableBufferSize = description.reusableCommandBufferSize; in Create()
158 swapperDescription.reusableRequestCount = description.reusableCommandRequestCount; in Create()
159 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()
172 .BufferDescription(description.upperScreenDescription) in Create()
173 .BufferCount(description.displayBufferCount) in Create()
177 .BufferDescription(description.lowerScreenDescription) in Create()
178 .BufferCount(description.displayBufferCount) in Create()
181 nngxSetDisplayMode(description.upperScreenMode); in Create()
184 if (description.upperScreenMode == UPPER_SCREEN_MODE_STEREO) in Create()
188 extensionScreenDescription.width = description.upperScreenDescription.width; in Create()
189 extensionScreenDescription.height = description.upperScreenDescription.height; in Create()
190 extensionScreenDescription.transferMode = description.upperScreenDescription.transferMode; in Create()
194 .BufferCount(description.displayBufferCount) in Create()
1009 const Description& description in Create() argument
1016 .MaxSceneNodes(description.maxSceneNodes) in Create()
1017 .MaxModels(description.maxModels) in Create()
1018 .MaxSkeletalModels(description.maxSkeletalModels) in Create()
1019 .MaxCameras(description.maxCameras) in Create()
1020 .MaxLights(description.maxLights) in Create()
1021 .MaxFragmentLights(description.maxFragmentLights) in Create()
1022 .MaxVertexLights(description.maxVertexLights) in Create()
1023 .MaxHemiSphereLights(description.maxHemiSphereLights) in Create()
1024 .MaxAmbientLights(description.maxAmbientLights) in Create()
1025 .MaxFogs(description.maxFogs) in Create()
1026 .MaxParticleSets(description.maxParticleSets) in Create()
1027 .MaxParticleEmitters(description.maxParticleEmitters) in Create()
1028 .MaxParticleModels(description.maxParticleModels) in Create()
1029 .MaxUserRenderNodes(description.maxUserRenderNodes) in Create()
1030 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1049 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1050 .MaxMaterials(description.maxMaterials) in Create()