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

/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/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h7 // Texture.h: Defines the abstract gl::Texture class and its concrete derived
44 class Texture : public RefCountObject class in namespace:gl
47 Texture(rx::TextureImpl *impl, GLuint id, GLenum target);
49 virtual ~Texture();
102 DISALLOW_COPY_AND_ASSIGN(Texture);
105 class Texture2D : public Texture
141 class TextureCubeMap : public Texture
183 class Texture3D : public Texture
213 class Texture2DArray : public Texture
[all...]
H A DTexture.cpp7 // Texture.cpp: Implements the gl::Texture class and its derived classes
11 #include "libGLESv2/Texture.h"
50 Texture::Texture(rx::TextureImpl *impl, GLuint id, GLenum target) function in class:gl::Texture
59 Texture::~Texture()
64 GLenum Texture::getTarget() const
69 void Texture::setUsage(GLenum usage)
75 void Texture
[all...]
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource.h89 struct Texture { struct in class:ppapi::proxy::VideoDecoderResource
90 Texture(uint32_t texture_target, const PP_Size& size);
91 ~Texture();
145 typedef base::hash_map<uint32_t, Texture> TextureMap;
H A Dvideo_decoder_resource.cc44 VideoDecoderResource::Texture::Texture(uint32_t texture_target, function in class:ppapi::proxy::VideoDecoderResource::Texture
49 VideoDecoderResource::Texture::~Texture() {
383 std::make_pair(texture_ids[i], Texture(texture_target, size)));
392 std::make_pair(texture_ids[i], Texture(texture_target, size)));
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.h31 struct Texture { struct
178 void add_texture(Texture t) {
186 Texture* texture(size_t index) {
193 std::vector<Texture> textures_;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member in struct:tgsi_full_instruction
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp129 typedef TypedObjectWrapper<OBJECTTYPE_TEXTURE> Texture; typedef in namespace:glu
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member in struct:tgsi_full_instruction
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.cc35 // a Texture belonging to this.
59 Texture::Texture(GLuint service_id) function in class:gpu::gles2::Texture
85 Texture::~Texture() {
90 void Texture::AddTextureRef(TextureRef* ref) {
99 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) {
120 MemoryTypeTracker* Texture::GetMemTracker() {
125 Texture::LevelInfo::LevelInfo()
139 Texture
[all...]
H A Dtexture_manager.h39 class GPU_EXPORT Texture { class in namespace:gpu::gles2
41 explicit Texture(GLuint service_id);
175 ~Texture();
279 // Sets the Texture's target
332 // The texture refs that point to this Texture.
351 // Texture parameters.
393 DISALLOW_COPY_AND_ASSIGN(Texture);
402 TextureRef(TextureManager* manager, GLuint client_id, Texture* texture);
410 const Texture* texture() const { return texture_; }
411 Texture* textur
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc80 struct Texture { struct in namespace:__anon8893
83 Texture(int w, int h) : width(w), height(h) { function in struct:__anon8893::Texture
87 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { function in struct:__anon8893::Texture
91 ~Texture() { delete[] pixels; }
93 DISALLOW_COPY_AND_ASSIGN(Texture);
257 Texture* base_tex_;
258 Texture* night_tex_;
664 base_tex_ = new Texture(width, height, pixels);
667 night_tex_ = new Texture(width, height, pixels);
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc137 struct Texture { struct in namespace:__anon8895
140 Texture(int w, int h) : width(w), height(h) { function in struct:__anon8895::Texture
144 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { function in struct:__anon8895::Texture
148 ~Texture() { delete[] pixels; }
150 DISALLOW_COPY_AND_ASSIGN(Texture);
305 Texture* base_tex_;
306 Texture* night_tex_;
704 base_tex_ = new Texture(width, height, pixels);
707 night_tex_ = new Texture(width, height, pixels);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc73 struct Texture { struct in namespace:__anon8907
76 Texture(int w, int h) : width(w), height(h) { function in struct:__anon8907::Texture
80 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { function in struct:__anon8907::Texture
84 ~Texture() { delete[] pixels; }
86 DISALLOW_COPY_AND_ASSIGN(Texture);
266 Texture* base_tex_;
267 Texture* night_tex_;
723 base_tex_ = new Texture(width, height, pixels);
726 night_tex_ = new Texture(width, height, pixels);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h302 struct tgsi_instruction_texture Texture; member in struct:i915_full_instruction
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h302 struct tgsi_instruction_texture Texture; member in struct:i915_full_instruction
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c127 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 Dmtypes.h1168 * 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/modules/glshared/
H A DglsFboUtil.hpp269 struct Texture : public Image struct in namespace:deqp::gls::FboUtil::config
271 Texture (void) : numLevels(1) {} function in struct:deqp::gls::FboUtil::config::Texture
276 struct TextureFlat : public Texture
288 struct TextureLayered : public Texture
353 typedef std::map<glw::GLuint, const Texture*> TextureMap;
366 void setTexture (glw::GLuint texName, const Texture& texCfg);
380 glw::GLuint glCreateTexture (const config::Texture& texCfg);
/external/mesa3d/src/mesa/main/
H A Dattrib.c127 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 Dmtypes.h1168 * 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 DsglrReferenceContext.hpp72 class Texture : public NamedObject class in namespace:sglr::rc
87 Texture (deUint32 name, Type type);
88 virtual ~Texture (void) {}
136 class Texture1D : public Texture
162 class Texture2D : public Texture
188 class TextureCube : public Texture
213 class Texture2DArray : public Texture
239 class Texture3D : public Texture
265 class TextureCubeArray : public Texture
770 void deleteTexture (rc::Texture* textur
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h464 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
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp74 class Texture;
82 SharedPtr<Texture> popTexture (int index);
83 const SharedPtr<Texture> getTexture (int index) const { return m_textures[index]; }
84 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); }
103 std::vector<SharedPtr<Texture> > m_textures;
109 SharedPtr<Texture> GLES2ResourceManager::popTexture (int index)
111 SharedPtr<Texture> texture = m_textures[index];
885 class Texture : public Object class in namespace:deqp::egl::GLES2ThreadTest
888 Texture (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync);
899 Texture function in class:deqp::egl::GLES2ThreadTest::Texture
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h464 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

Completed in 1464 milliseconds