Lines Matching defs:xoffset

5636 bool CopyTest::CopyTextureSubImage1DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLint xoffset,
5645 gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);
5668 bool CopyTest::CopyTextureSubImage2DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLint xoffset,
5678 gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
5701 bool CopyTest::CopyTextureSubImage3DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLint xoffset,
5711 gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
10190 xoffset<-b, or if (xoffset+width)>(w-b), where w is the TEXTURE_WIDTH,
10196 "xoffset<-b, where b is the width of the TEXTURE_BORDER.");
10201 "(xoffset+width)>(w-b), where w is the TEXTURE_WIDTH, b is the width of the TEXTURE_BORDER.");
10410 xoffset<-b, (xoffset+width)>(w-b), yoffset<-b, or
10418 "xoffset<-b, where b is the width of the TEXTURE_BORDER.");
10424 "(xoffset+width)>(w-b), where w is the TEXTURE_WIDTH, b is the width of the TEXTURE_BORDER.");
10648 xoffset<-b, (xoffset+width)>(w-b), yoffset<-b, or
10657 "xoffset<-b, where b is the width of the TEXTURE_BORDER.");
10663 "(xoffset+width)>(w-b), where w is the TEXTURE_WIDTH, b is the width of the TEXTURE_BORDER.");
11591 xoffset<0, or (xoffset+width)>w, where w is the TEXTURE_WIDTH of the
11595 is_ok &= CheckErrorAndLog(m_context, GL_INVALID_VALUE, "glCopyTextureSubImage1D", "xoffset<0.");
11600 "(xoffset+width)>w, where w is the TEXTURE_WIDTH of the texture image being modified.");
11686 xoffset<0, (xoffset+width)>w, yoffset<0, or (yoffset+height)>0, where w
11691 is_ok &= CheckErrorAndLog(m_context, GL_INVALID_VALUE, "glCopyTextureSubImage2D", "xoffset<0.");
11696 "(xoffset+width)>w, where w is the TEXTURE_WIDTH of the texture image being modified.");
11790 xoffset<0, (xoffset+width)>w, yoffset<0, (yoffset+height)>h, zoffset<0,
11796 is_ok &= CheckErrorAndLog(m_context, GL_INVALID_VALUE, "glCopyTextureSubImage3D", "xoffset<0.");
11801 "(xoffset+width)>w, where w is the TEXTURE_WIDTH of the texture image being modified.");