Lines Matching defs:height
394 * greater than the texture's width, yoffset + height is greater than
395 * the texture's height, or zoffset + depth is greater than the
419 " greater than the texture's width, yoffset + height is greater than"
420 " the texture's height, or zoffset + depth is greater than the"
441 " greater than the texture's width, yoffset + height is greater than"
442 " the texture's height, or zoffset + depth is greater than the"
457 * target is GL_TEXTURE_1D and either yoffset is not zero, or height
480 " target is GL_TEXTURE_1D and either yoffset is not zero, or height"
704 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_height = 2; //<! uncompressed texture height
719 4; //<! ETC2 compressed texture height
982 glw::GLint height = 1;
991 height = s_texture_data_height / 2 /* half */;
1033 size = static_cast<glw::GLsizei>((width / x_block) * (height / y_block) * depth * number_of_components *
1038 size = static_cast<glw::GLsizei>(width * height * depth * number_of_components * sizeof(glw::GLubyte));
1052 m_gl_GetCompressedTextureSubImage(m_texture, 0, x_offset, y_offset, z_offset, width, height, depth, size,
1057 m_gl_GetTextureSubImage(m_texture, 0, x_offset, y_offset, z_offset, width, height, depth, GL_RGBA,
1070 for (glw::GLint j = 0; j < height / y_block; ++j)
1085 k * width / x_block * height / y_block * number_of_components + c;