/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTexture.cpp | 21 * \brief Texture utility class 31 Texture::Texture (const ImageType type_, const tcu::IVec3& layerSize_, const int layers) function in class:vkt::image::Texture 80 tcu::IVec3 Texture::size (void) const 104 int Texture::dimension (void) const 128 int Texture::layerDimension (void) const
|
H A D | vktImageTexture.hpp | 23 * \brief Texture utility class 34 //! Texture buffer/image abstraction. Helps managing size and number of layers. 35 class Texture class in namespace:vkt::image 38 Texture (const ImageType type, const tcu::IVec3& layerSize, const int layers); 40 ImageType type (void) const { return m_type; } //!< Texture type 54 inline bool isCube (const Texture& texture)
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | Texture.java | 22 * been loaded into vram. Objects can cache Texture objects but should *never* cache the texture 25 public class Texture extends AllocationGuard { class in inherits:AllocationGuard 32 public Texture() { method in class:Texture
|
/external/deqp/framework/opengl/ |
H A D | gluObjectWrapper.hpp | 132 typedef TypedObjectWrapper<OBJECTTYPE_TEXTURE> Texture; typedef in namespace:glu
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_parse.h | 98 struct tgsi_instruction_texture Texture; member in struct:tgsi_full_instruction
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
H A D | Texture.java | 46 * <code>Texture</code> defines a texture object to be used to display an 58 * @version $Id: Texture.java 4131 2009-03-19 20:15:28Z blaine.dev $ 60 public abstract class Texture implements Asset, Savable, Cloneable { class in inherits:Asset,Savable,Cloneable 308 public Texture clone(){ 310 return (Texture) super.clone(); 317 * Constructor instantiates a new <code>Texture</code> object with default 320 public Texture() { method in class:Texture 504 final Texture other = (Texture) obj; 536 // public abstract Texture createSimpleClon [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc.h | 302 struct tgsi_instruction_texture Texture; member in struct:i915_full_instruction
|
/external/deqp/modules/glshared/ |
H A D | glsFboUtil.hpp | 222 struct Texture : public Image struct in namespace:deqp::gls::FboUtil::config 224 Texture (void) : numLevels(1) {} function in struct:deqp::gls::FboUtil::config::Texture 229 struct TextureFlat : public Texture 241 struct TextureLayered : public Texture 306 typedef std::map<glw::GLuint, const Texture*> TextureMap; 319 void setTexture (glw::GLuint texName, const Texture& texCfg); 331 glw::GLuint glCreateTexture (const config::Texture& texCfg);
|
/external/mesa3d/src/mesa/main/ |
H A D | attrib.c | 127 GLbitfield Texture[MAX_TEXTURE_UNITS]; member in struct:gl_enable_attrib 161 struct gl_texture_attrib Texture; /**< The usual context state */ member in struct:texture_state 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled; 321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled; 432 memcpy(&texstate->Texture, &ctx->Texture, sizeof(ctx->Texture)); 440 ctx->Texture.Unit[u].CurrentTex[tex]); 448 ctx->Texture [all...] |
H A D | mtypes.h | 1168 * Used for Texture.Unit[]._ReallyEnabled flags. 1184 * Texture image state. Drivers will typically create a subclass of this 1260 * Texture object state. Contains the array of mipmap images, border color, 1309 * Texture combine environment state. 1369 * Texture coord generation state. 1381 * Texture unit state. Contains enable flags, texture environment/function/ 1433 * Texture attribute group (GL_TEXTURE_BIT). 1448 /** Texture units/samplers used by vertex or fragment texturing */ 1451 /** Texture coord units/sets used for fragment texturing */ 1454 /** Texture coor 2650 struct gl_texture_object *Texture; member in struct:gl_renderbuffer_attachment 3467 struct gl_texture_attrib Texture; /**< Texture attributes */ member in struct:gl_context [all...] |
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 73 class Texture : public NamedObject class in namespace:sglr::rc 88 Texture (deUint32 name, Type type); 89 virtual ~Texture (void) {} 141 class Texture1D : public Texture 167 class Texture2D : public Texture 193 class TextureCube : public Texture 218 class Texture2DArray : public Texture 244 class Texture3D : public Texture 270 class TextureCubeArray : public Texture 775 void deleteTexture (rc::Texture* textur [all...] |
/external/deqp/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 71 class Texture; 79 SharedPtr<Texture> popTexture (int index); 80 const SharedPtr<Texture> getTexture (int index) const { return m_textures[index]; } 81 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); } 100 std::vector<SharedPtr<Texture> > m_textures; 106 SharedPtr<Texture> GLES2ResourceManager::popTexture (int index) 108 SharedPtr<Texture> texture = m_textures[index]; 866 class Texture : public Object class in namespace:deqp::egl::GLES2ThreadTest 869 Texture (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync); 880 Texture function in class:deqp::egl::GLES2ThreadTest::Texture [all...] |
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 464 unsigned Texture : 1; member in struct:tgsi_instruction 471 * If tgsi_instruction::Texture is TRUE, tgsi_instruction_texture follows. 473 * then tgsi_instruction::Texture::NumOffset of tgsi_texture_offset follow. 515 unsigned Texture : 8; /* TGSI_TEXTURE_ */ member in struct:tgsi_instruction_texture
|