Lines Matching refs:layerid
106 t_ilm_layer layerid = screenProperties.layerIds[layerIndex]; in printScreenProperties() local
107 cout << layerid << "(0x" << hex << layerid << dec << "), "; in printScreenProperties()
114 void printLayerProperties(unsigned int layerid, const char* prefix) in printLayerProperties() argument
116 cout << prefix << "layer " << layerid << " (0x" << hex << layerid << dec in printLayerProperties()
122 ilmErrorTypes callResult = ilm_getPropertiesOfLayer(layerid, &p); in printLayerProperties()
126 cout << "Failed to get properties of layer with ID " << layerid << " found\n"; in printLayerProperties()
145 callResult = ilm_getSurfaceIDsOnLayer(layerid, &surfaceCount, &surfaceArray); in printLayerProperties()
149 cout << "Failed to get surfaces on layer with ID " << layerid << " \n"; in printLayerProperties()
192 if (id == layerid) in printLayerProperties()
250 unsigned int layerid = layerArray[layerIndex]; in printSurfaceProperties() local
254 callResult = ilm_getSurfaceIDsOnLayer(layerid, &surfaceCount, &surfaceArray); in printSurfaceProperties()
258 cout << "Failed to get surface IDs on layer" << layerid << "\n"; in printSurfaceProperties()
268 cout << layerid << "(0x" << hex << layerid << dec << ") "; in printSurfaceProperties()
311 unsigned int layerid = layerArray[layerIndex]; in printScene() local
312 printLayerProperties(layerid, " "); in printScene()
318 callResult = ilm_getSurfaceIDsOnLayer(layerid, &surfaceCount, &surfaceArray); in printScene()
322 cout << "Failed to get available surfaces on layer with ID" << layerid << "\n"; in printScene()