Lines Matching refs:parentTexture
53 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type) in Image() argument
54 …: sw::Surface(parentTexture->getResource(), width, height, 1, SelectInternalFormat(format, type), … in Image()
56 parentTexture(parentTexture) in Image()
60 parentTexture->addRef(); in Image()
64 …Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum … in Image() argument
65 …: sw::Surface(parentTexture->getResource(), width, height, depth, SelectInternalFormat(format, typ… in Image()
67 parentTexture(parentTexture) in Image()
71 parentTexture->addRef(); in Image()
78 parentTexture(nullptr) in Image()
88 parentTexture(nullptr) in Image()
187 egl::Texture *parentTexture; member in egl::Image