Home | History | Annotate | Download | only in hwui

Lines Matching defs:texture

95     // All we're flushing & finishing is the deletion of the texture since
124 Texture& sourceTexture, const Matrix4& texTransform, const Rect& srcRect,
130 ALOGW("Can't copy surface into bitmap, %dx%d exceeds max texture size %d",
149 GLuint texture;
180 glGenTextures(1, &texture);
182 caches.textureState().bindTexture(texture);
191 GL_TEXTURE_2D, texture, 0);
235 caches.textureState().deleteTexture(texture);
249 // Create a 2D texture to sample from the EGLImage
260 Texture sourceTexture(caches);