Lines Matching refs:description

105     const Description& description  in Create()  argument
151 swapperDescription.commandListCount = description.commandListCount; in Create()
152 swapperDescription.bufferSize = description.commandBufferSize; in Create()
153 swapperDescription.requestCount = description.commandRequestCount; in Create()
154 swapperDescription.reusableBufferSize = description.reusableCommandBufferSize; in Create()
155 swapperDescription.reusableRequestCount = description.reusableCommandRequestCount; in Create()
156 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()
169 .BufferDescription(description.upperScreenDescription) in Create()
170 .BufferCount(description.displayBufferCount) in Create()
174 .BufferDescription(description.lowerScreenDescription) in Create()
175 .BufferCount(description.displayBufferCount) in Create()
178 nngxSetDisplayMode(description.upperScreenMode); in Create()
181 if (description.upperScreenMode == UPPER_SCREEN_MODE_STEREO) in Create()
185 extensionScreenDescription.width = description.upperScreenDescription.width; in Create()
186 extensionScreenDescription.height = description.upperScreenDescription.height; in Create()
190 .BufferCount(description.displayBufferCount) in Create()
975 const Description& description in Create() argument
982 .MaxSceneNodes(description.maxSceneNodes) in Create()
983 .MaxModels(description.maxModels) in Create()
984 .MaxSkeletalModels(description.maxSkeletalModels) in Create()
985 .MaxCameras(description.maxCameras) in Create()
986 .MaxLights(description.maxLights) in Create()
987 .MaxFragmentLights(description.maxFragmentLights) in Create()
988 .MaxVertexLights(description.maxVertexLights) in Create()
989 .MaxHemiSphereLights(description.maxHemiSphereLights) in Create()
990 .MaxAmbientLights(description.maxAmbientLights) in Create()
991 .MaxFogs(description.maxFogs) in Create()
992 .MaxParticleSets(description.maxParticleSets) in Create()
993 .MaxParticleEmitters(description.maxParticleEmitters) in Create()
994 .MaxParticleModels(description.maxParticleModels) in Create()
995 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1014 .IsFixedSizeMemory(description.isFixedSizeMemory) in Create()
1015 .MaxMaterials(description.maxMaterials) in Create()