Home
last modified time | relevance | path

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

12

/external/replicaisland/src/com/replica/replicaisland/
DTexture.java25 public class Texture extends AllocationGuard { class
32 public Texture() { in Texture() method in Texture
/external/chromium_org/gpu/tools/compositor_model_bench/
Drender_tree.h31 struct Texture { struct
38 GLenum TextureFormatFromString(std::string format); argument
/external/chromium_org/content/browser/aura/
Dimage_transport_factory.h21 class Texture; variable
/external/chromium_org/ui/aura/
Dwindow_delegate.h28 class Texture; variable
Dwindow.h42 class Texture; variable
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
Dearth.cc82 struct Texture { struct
83 int width, height;
84 uint32_t* pixels;
85 Texture(int w, int h) : width(w), height(h) { in Texture() argument
89 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { in Texture() function
93 ~Texture() { delete[] pixels; } in ~Texture()
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Dearth.cc71 struct Texture { struct
72 int width, height;
73 uint32_t* pixels;
74 Texture(int w, int h) : width(w), height(h) { in Texture() argument
78 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { in Texture() argument
82 ~Texture() { delete[] pixels; } in ~Texture()
/external/chromium_org/gpu/command_buffer/service/
Dmailbox_manager.h28 class Texture; variable
Dmailbox_synchronizer.h22 class Texture; variable
Dtexture_definition.h27 class Texture; variable
Dframebuffer_manager.h23 class Texture; variable
/external/chromium_org/third_party/angle/src/libGLESv2/
DResourceManager.h36 class Texture; variable
DContext.h49 class Texture; variable
/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/chromium_org/ui/compositor/
Dcompositor.h53 class Texture; variable
Dlayer.h50 class Texture; variable
Dcompositor.cc86 Texture::Texture(bool flipped, const gfx::Size& size, float device_scale_factor) in Texture() function in ui::Texture
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h44 class Texture; variable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h60 class Texture; variable
/external/chromium_org/ui/views/
Dview.h54 class Texture; variable
/external/mesa3d/src/mesa/main/
Dattrib.c127 GLbitfield Texture[MAX_TEXTURE_UNITS]; member
161 struct gl_texture_attrib Texture; /**< The usual context state */ member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dattrib.c127 GLbitfield Texture[MAX_TEXTURE_UNITS]; member
161 struct gl_texture_attrib Texture; /**< The usual context state */ member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_fpc.h302 struct tgsi_instruction_texture Texture; member

12