OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLTexture
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java
25
class
GLTexture
implements Cloneable {
35
GLTexture
(final int name, final GLEnum target) {
41
public
GLTexture
clone() {
43
GLTexture
copy = (
GLTexture
) super.clone();
89
public SparseArray<
GLTexture
> textures = new SparseArray<
GLTexture
>();
90
public
GLTexture
tex2D = null, texCube = null;
107
copy.textures = new SparseArray<
GLTexture
>(textures.size());
193
textures.put(name, tex2D = new
GLTexture
(name
[
all
...]
CodeGen.java
179
final
GLTexture
tex = serverTexture.textures.valueAt(i);
[
all
...]
Completed in 189 milliseconds