OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texture1
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
UITest.java
62
Texture
texture1
;
field in class:UITest
69
texture1
= new Texture(Gdx.files.internal("data/badlogicsmall.jpg"));
71
TextureRegion image = new TextureRegion(
texture1
);
219
texture1
.dispose();
/external/deqp/modules/glshared/
glsSamplerObjectTest.cpp
1033
GLuint
texture1
= createTexture(gl, m_target, 0);
local
1075
GLuint
texture1
= createTexture(gl, m_target, 0);
local
[
all
...]
Completed in 126 milliseconds