Lines Matching refs:imageHeight
407 int imageHeight, in TexImageCubeArrayBufferCase() argument
416 , m_imageHeight (imageHeight) in TexImageCubeArrayBufferCase()
433 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; in createTexture() local
434 int slicePitch = imageHeight*rowPitch; in createTexture()
494 int imageHeight, in TexSubImageCubeArrayBufferCase() argument
509 , m_imageHeight (imageHeight) in TexSubImageCubeArrayBufferCase()
548 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local
549 int slicePitch = imageHeight*rowPitch; in createTexture()
727 int imageHeight = m_size; in createTexture() local
728 int slicePitch = imageHeight*rowPitch; in createTexture()
748 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, imageHeight); in createTexture()
873 int imageHeight; in init() member
907 parameterCases[ndx].imageHeight, in init()
962 int imageHeight; in init() member
1012 paramCases[ndx].imageHeight, in init()