Searched refs:mCountField (Results 1 – 1 of 1) sorted by relevance
252 private Field mCountField; field in GlesStubActivity.DynamicIntVectorValue257 mCountField = GLES30.class.getField(countFieldName); in DynamicIntVectorValue()265 Log.i(LOG_TAG, "Getting : " + this.getName() + " " + mCountField.getName()); in getValue()268 GLES20.glGetIntegerv(mCountField.getInt(null), count, 0); in getValue()269 Log.i(LOG_TAG, "Getting : " + mCountField.getName() + " " + count[0]); in getValue()