Searched defs:Texture (Results 1 - 25 of 33) sorted by relevance

12

/external/swiftshader/src/OpenGL/libEGL/
H A DTexture.hpp27 class Texture : public gl::NamedObject class in namespace:egl
30 Texture(GLuint name) : NamedObject(name) {} function in class:egl::Texture
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java22 * 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/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.cpp21 * \brief Texture utility class
31 void Texture::checkInvariants (void) const
84 Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const int samples) function in class:vkt::image::Texture
93 Texture::Texture (const Texture& other, const int samples) function in class:vkt::image::Texture
102 tcu::IVec3 Texture::size (void) const
126 int Texture::dimension (void) const
150 int Texture
[all...]
H A DvktImageTexture.hpp23 * \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 imageType, const tcu::IVec3& imageLayerSize, const int layers, const int samples = 1);
39 Texture (const Texture& other, const int samples);
41 ImageType type (void) const { return m_type; } //!< Texture type
59 inline bool isCube (const Texture& texture)
/external/swiftshader/src/OpenGL/libGL/
H A DTexture.h15 // Texture.h: Defines the abstract Texture class and its concrete derived
48 class Texture : public NamedObject class in namespace:gl
51 explicit Texture(GLuint name);
53 virtual ~Texture();
112 class Texture2D : public Texture
165 class TextureCubeMap : public Texture
H A DTexture.cpp15 // Texture.cpp: Implements the Texture class and its derived classes
19 #include "Texture.h"
33 Texture::Texture(GLuint name) : NamedObject(name) function in class:gl::Texture
45 Texture::~Texture()
50 sw::Resource *Texture::getResource() const
56 bool Texture::setMinFilter(GLenum filter)
74 bool Texture
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DTexture.h15 // Texture.h: Defines the abstract Texture class and its concrete derived
25 #include "libEGL/Texture.hpp"
46 class Texture : public egl::Texture class in namespace:es1
49 explicit Texture(GLuint name);
97 ~Texture() override;
122 class Texture2D : public Texture
H A DTexture.cpp15 // Texture.cpp: Implements the Texture class and its derived classes
19 #include "Texture.h"
34 Texture::Texture(GLuint name) : egl::Texture(name) function in class:es1::Texture
50 Texture::~Texture()
55 sw::Resource *Texture::getResource() const
61 bool Texture
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp83 class Texture class in namespace:gl4cts
H A Dgl4cBufferStorageTests.cpp293 class Texture class in namespace:gl4cts::BufferStorage
299 Texture(deqp::Context& context);
300 ~Texture();
905 * @param texture_id Texture id
906 * @param width Texture width
907 * @param height Texture height
1253 /* Texture static fields */
1255 FUNCTIONALITY_SUPPORT Texture::m_direct_state_access_support = FUNCTIONALITY_SUPPORT_NOT_DETERMINED;
1257 /* Texture constants */
1258 const GLuint Texture
1264 Texture::Texture(deqp::Context& context) : m_id(m_invalid_id), m_context(context) function in class:gl4cts::BufferStorage::Texture
[all...]
H A Dgl4cMultiBindTests.cpp322 class Texture class in namespace:gl4cts::MultiBind
327 Texture();
328 ~Texture();
590 * @param texture_id Texture id
592 * @param width Texture width
593 * @param height Texture height
949 /* Texture static fields */
950 const GLuint Texture::m_invalid_id = -1;
955 Texture::Texture() function in class:gl4cts::MultiBind::Texture
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.hpp59 Texture, enumerator in enum:glcts::eSurfaceType
78 eSurfaceType surface_type; // Texture, Image...
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp199 class Texture class in namespace:deqp::RobustBufferAccessBehavior
204 Texture(deqp::Context& context);
205 ~Texture();
H A DglcRobustBufferAccessBehaviorTests.cpp250 * @param texture_id Texture id
252 * @param width Texture width
253 * @param height Texture height
609 /* Texture static fields */
610 const GLuint Texture::m_invalid_id = -1;
616 Texture::Texture(deqp::Context& context) : m_id(m_invalid_id), m_context(context) function in class:deqp::RobustBufferAccessBehavior::Texture
624 Texture::~Texture()
632 void Texture
[all...]
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp132 typedef TypedObjectWrapper<OBJECTTYPE_TEXTURE> Texture; typedef in namespace:glu
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h93 struct tgsi_instruction_texture Texture; member in struct:tgsi_full_instruction
/external/swiftshader/src/D3D8/
H A DCapabilities.hpp238 struct Texture struct in struct:D3D8::Capabilities
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.h15 // Texture.h: Defines the abstract Texture class and its concrete derived
25 #include "libEGL/Texture.hpp"
44 class Texture : public egl::Texture class in namespace:es2
47 explicit Texture(GLuint name);
112 ~Texture() override;
145 class Texture2D : public Texture
212 class TextureCubeMap : public Texture
272 class Texture3D : public Texture
[all...]
H A DTexture.cpp15 // Texture.cpp: Implements the Texture class and its derived classes
19 #include "Texture.h"
35 Texture::Texture(GLuint name) : egl::Texture(name) function in class:es2::Texture
59 Texture::~Texture()
64 sw::Resource *Texture::getResource() const
70 bool Texture
[all...]
/external/swiftshader/src/D3D9/
H A DCapabilities.hpp343 struct Texture struct in struct:D3D9::Capabilities
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h302 struct tgsi_instruction_texture Texture; member in struct:i915_full_instruction
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp148 class Texture : public FramebufferAttachment { class in namespace:__anon20763
150 Texture() : INHERITED(1) {} function in class:__anon20763::Texture
713 sk_sp<const Texture> fSingleTextureObject;
741 const Texture* getSingleTextureObject() {
747 fSingleTextureObject.reset(new Texture);
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp148 class Texture : public FramebufferAttachment { class in namespace:__anon21429
150 Texture() : INHERITED(1) {} function in class:__anon21429::Texture
713 sk_sp<const Texture> fSingleTextureObject;
741 const Texture* getSingleTextureObject() {
747 fSingleTextureObject.reset(new Texture);
/external/swiftshader/src/Renderer/
H A DSampler.hpp43 struct Texture struct in namespace:sw
206 const Texture &getTextureData();
237 Texture texture;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp222 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);

Completed in 777 milliseconds

12