Home | History | Annotate | Download | only in common

Lines Matching defs:Image

49 class Image : public sw::Surface, public gl::Object
52 // 2D texture image
53 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
63 // 3D texture image
64 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type)
74 // Native EGL image
75 Image(GLsizei width, GLsizei height, GLenum format, GLenum type, int pitchP)
85 Image(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable)
170 virtual void destroyShared() // Release a shared image
189 virtual ~Image();
237 class AndroidNativeImage : public egl::Image
241 : egl::Image(nativeBuffer->width, nativeBuffer->height,
255 // Wait for any draw calls that use this image to finish
264 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock);
273 ALOGI("badness: %s called with unsupported parms: image=%p x=%d y=%d z=%d", __FUNCTION__, this, x, y, z);
276 LOGLOCK("image=%p op=%s.ani lock=%d", this, __FUNCTION__, lock);
296 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__);
300 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__);
306 LOGLOCK("image=%p op=%s lock=%d", this, __FUNCTION__, lock);
314 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__);
317 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__);