Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 17 of 17) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DTexture.java47 public class Texture extends GLTexture { class
87 public Texture (String internalPath) { in Texture() method in Texture
91 public Texture (FileHandle file) { in Texture() method in Texture
95 public Texture (FileHandle file, boolean useMipMaps) { in Texture() method in Texture
99 public Texture (FileHandle file, Format format, boolean useMipMaps) { in Texture() method in Texture
103 public Texture (Pixmap pixmap) { in Texture() method in Texture
107 public Texture (Pixmap pixmap, boolean useMipMaps) { in Texture() method in Texture
111 public Texture (Pixmap pixmap, Format format, boolean useMipMaps) { in Texture() method in Texture
115 public Texture (int width, int height, Format format) { in Texture() method in Texture
119 public Texture (TextureData data) { in Texture() method in Texture
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DTexture.java25 public class Texture extends AllocationGuard { class
32 public Texture() { in Texture() method in Texture
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm14 @interface Texture interface
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp31 Texture::Texture (const ImageType type_, const tcu::IVec3& layerSize_, const int layers) in Texture() function in vkt::image::Texture
DvktImageTexture.hpp35 class Texture class
/external/deqp/modules/glshared/
DglsFboUtil.hpp222 struct Texture : public Image struct
224 Texture (void) : numLevels(1) {} in Texture() argument
226 glw::GLint numLevels;
DglsLongStressCase.cpp447 class Texture class
481 Texture::Texture (const TextureType type) in Texture() function in deqp::gls::LongStressCaseInternal::Texture
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DTexture.java60 public abstract class Texture implements Asset, Savable, Cloneable { class
320 public Texture() { in Texture() method in Texture
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp132 typedef TypedObjectWrapper<OBJECTTYPE_TEXTURE> Texture; typedef
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member
/external/mesa3d/src/mesa/main/
Dattrib.c127 GLbitfield Texture[MAX_TEXTURE_UNITS]; member
161 struct gl_texture_attrib Texture; /**< The usual context state */ member
Dmtypes.h2650 struct gl_texture_object *Texture; member
3467 struct gl_texture_attrib Texture; /**< Texture attributes */ member
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h302 struct tgsi_instruction_texture Texture; member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h464 unsigned Texture : 1; member
515 unsigned Texture : 8; /* TGSI_TEXTURE_ */ member
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp73 class Texture : public NamedObject class
DsglrReferenceContext.cpp4708 Texture::Texture (deUint32 name, Type type) in Texture() function in sglr::rc::Texture
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp866 class Texture : public Object class
880 Texture::Texture (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in Texture() function in deqp::egl::GLES2ThreadTest::Texture