Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 25 of 40) 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/ppapi/proxy/
Dvideo_decoder_resource.h89 struct Texture { struct
113 void OnPluginMsgRequestTextures(const ResourceMessageReplyParams& params, argument
Dvideo_decoder_resource.cc44 VideoDecoderResource::Texture::Texture(uint32_t texture_target, in Texture() function in ppapi::proxy::VideoDecoderResource::Texture
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm14 @interface Texture interface
/external/chromium_org/content/browser/compositor/
Dimage_transport_factory.h26 class Texture; variable
/external/chromium_org/ui/aura/
Dwindow_delegate.h28 class Texture; variable
Dwindow.h41 class Texture; variable
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
Dearth.cc137 struct Texture { struct
138 int width, height;
139 uint32_t* pixels;
140 Texture(int w, int h) : width(w), height(h) { in Texture() function
144 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { in Texture() function
148 ~Texture() { delete[] pixels; } in ~Texture()
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
Dearth.cc80 struct Texture { struct
81 int width, height;
82 uint32_t* pixels;
83 Texture(int w, int h) : width(w), height(h) { in Texture() function
87 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { in Texture() argument
91 ~Texture() { delete[] pixels; } in ~Texture()
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Dearth.cc73 struct Texture { struct
74 int width, height;
75 uint32_t* pixels;
76 Texture(int w, int h) : width(w), height(h) { in Texture() argument
80 explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { in Texture() function
84 ~Texture() { delete[] pixels; } in ~Texture()
/external/chromium_org/gpu/command_buffer/service/
Dmailbox_manager.h23 class Texture; variable
Dmailbox_synchronizer.h27 class Texture; variable
Dtexture_definition.h20 class Texture; variable
Dframebuffer_manager.h23 class Texture; variable
/external/deqp/modules/glshared/
DglsFboUtil.hpp269 struct Texture : public Image struct
271 Texture (void) : numLevels(1) {} in Texture() argument
273 glw::GLint numLevels;
/external/chromium_org/third_party/angle/src/libGLESv2/
DResourceManager.h31 class Texture; variable
DContext.h46 class Texture; variable
/external/chromium_org/ui/compositor/
Dcompositor.h57 class Texture; variable
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp129 typedef TypedObjectWrapper<OBJECTTYPE_TEXTURE> Texture; typedef
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h40 class Texture; variable
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h64 class Texture; variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h98 struct tgsi_instruction_texture Texture; member
/external/chromium_org/third_party/mesa/src/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

12