Home
last modified time | relevance | path

Searched refs:imageProperty (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DTextureImageDetailsProvider.java75 IGLProperty imageProperty = getTextureImageProperty(state); in updateControl() local
76 if (imageProperty == null) { in updateControl()
80 String texturePath = ((GLStringProperty) imageProperty).getStringValue(); in updateControl()