Searched defs:returns (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(resul
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
[all...]
H A DGLLogWrapper.java109 private void returns(String result) { method in class:GLLogWrapper
110 log(") returns " + result + ";\n");
114 private void returns(int result) { method in class:GLLogWrapper
115 returns(Integer.toString(result));
1704 returns(toString(n, FORMAT_INT, textures, offset));
1716 returns(toString(n, FORMAT_INT, textures));
1726 returns(result);
1739 returns(toString(getIntegerStateSize(pname),
1752 returns(toString(getIntegerStateSize(pname),
1764 returns(resul
[all...]

Completed in 51 milliseconds