Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 25 of 83) sorted by relevance

1234

/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp982 GLuint textures[2]; in copytexsubimage2d_neg_level() local
1004 GLuint textures[2]; in copytexsubimage2d_max_level() local
1596 deUint32 textures[2]; in texsubimage2d_neg_level() local
1622 deUint32 textures[2]; in texsubimage2d_max_level() local
2482 deUint32 textures[2]; in compressedtexsubimage2d_neg_level() local
2508 deUint32 textures[2]; in compressedtexsubimage2d_max_level() local
2913 deUint32 textures[3]; in texsubimage3d_neg_level() local
2942 deUint32 textures[2]; in texsubimage3d_max_level() local
2968 deUint32 textures[3]; in texsubimage3d_neg_offset() local
3129 deUint32 textures[3]; in copytexsubimage3d_neg_level() local
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/
DModelMaterial.java40 public Array<ModelTexture> textures; field in ModelMaterial
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT()
1529 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT()
1536 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSimpleDecalTest.java54 TextureRegion[] textures = {new TextureRegion(new Texture(Gdx.files.internal("data/egg.png"))), in create() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DRenderContext.java38 public RenderContext (TextureBinder textures) { in RenderContext()
DDefaultTextureBinder.java42 private final GLTexture[] textures; field in DefaultTextureBinder
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
DMaterialContext.java41 /* package */final List<Structure> textures; field in MaterialContext
149 List<Texture> textures = new ArrayList<Texture>(entry.getValue().size()); in MaterialContext() local
DMaterialHelper.java303 Map<String, Texture> textures = new HashMap<String, Texture>(textureParamNames.length); in getNonTexturedMaterial() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c43 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DSpriteCache.java82 private final Array<Texture> textures = new Array(8); field in SpriteCache
891 Texture[] textures = cache.textures; in draw() local
916 Texture[] textures = cache.textures; in draw() local
966 Texture[] textures; field in SpriteCache.Cache
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/mesa3d/src/glx/
Dsingle2.c883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, in __indirect_glAreTexturesResident()
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, in glAreTexturesResidentEXT()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_reference_native_pixmap() local
Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_st_framebuffer_validate() local
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_context.h78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp108 ObjectManager textures; member in tcu::null::Context
514 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures) in glGenTextures()
/external/mesa3d/src/mesa/main/
Dtexobj.c958 _mesa_GenTextures( GLsizei n, GLuint *textures ) in _mesa_GenTextures()
1069 _mesa_DeleteTextures( GLsizei n, const GLuint *textures) in _mesa_DeleteTextures()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMaterialLoader.java64 private Texture[] textures = new Texture[4]; field in MaterialLoader
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h107 struct lp_jit_texture textures[PIPE_MAX_SAMPLERS]; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c231 struct r600_samplerview_state *textures) in r600_decompress_depth_textures()
304 struct r600_samplerview_state *textures) in r600_decompress_color_textures()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java800 Image[] textures = context.boundTextures; in setTexture() local
830 Image[] textures = context.boundTextures; in clearTextureUnits() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DTexture.java232 Array<Texture> textures = new Array<Texture>(managedTextureArray); in invalidateAllTextures() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModel.java283 ObjectMap<String, Texture> textures = new ObjectMap<String, Texture>(); in convertMaterial() local
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_wayland.c204 unsigned int *seq_num, struct pipe_resource **textures, in wayland_surface_validate()

1234