Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:texture

52 struct Texture : public Image {
53 Texture() : Image(), NPOTAdjust(0) { }
65 static status_t initTexture(Image* texture, int32_t format);
66 static status_t initTexture(Texture* texture);
75 status_t loadTexture(Texture* texture,
79 status_t initEglImage(Image* texture,
82 // activate a texture
83 static void activateTexture(const Texture& texture, bool filter);
85 // deactivate a texture