OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextures
(Results
1 - 9
of
9
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PixmapPackerTest.java
68
Gdx.app.log("PixmapPackerTest", "Number of initial textures: " + atlas.
getTextures
().size);
85
Gdx.app.log("PixmapPackerTest", "Number of updated textures: " + atlas.
getTextures
().size);
LabelTest.java
48
skin.getAtlas().
getTextures
().iterator().next().setFilter(TextureFilter.Nearest, TextureFilter.Nearest);
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TextureAtlasPanel.java
67
for(Texture texture : atlas.
getTextures
()){
FlameMain.java
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
145
const vector<TextureBinding>&
getTextures
(void) const { return m_textures; }
268
const vector<TextureBinding>& bindings = quadGrid.
getTextures
();
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java
269
atlas.
getTextures
().add(page.texture);
TextureAtlas.java
410
public ObjectSet<Texture>
getTextures
() {
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java
353
for (Texture texture : atlas.
getTextures
()) {
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
132
const std::vector<TextureBindingSp>&
getTextures
(void) const { return m_textures; }
308
const std::vector<TextureBindingSp>& bindings = m_quadGrid.
getTextures
();
[
all
...]
Completed in 584 milliseconds