Home | History | Annotate | Download | only in renderer

Lines Matching refs:GLsizei

34     GLsizei getWidth() const { return mWidth; }
35 GLsizei getHeight() const { return mHeight; }
36 GLsizei getDepth() const { return mDepth; }
46 virtual bool redefine(Renderer *renderer, GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool forceRelease) = 0;
48 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
50 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
53 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
56 GLsizei mWidth;
57 GLsizei mHeight;
58 GLsizei mDepth;