Home
last modified time | relevance | path

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

/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DCodeGen.java43 private boolean codeGenTextureUpload(final Message msg, final boolean replaceCopy) { in codeGenTextureUpload() argument
55 if (!replaceCopy) { in codeGenTextureUpload()
69 if (!replaceCopy) { in codeGenTextureUpload()
175 …private void codeGenServerTexture(final GLServerTexture serverTexture, final boolean replaceCopy) { in codeGenServerTexture() argument
195 if (codeGenTextureUpload(msg, replaceCopy)) in codeGenServerTexture()