Lines Matching defs:width
52 static inline int etc2DataSize (int width, int height)
54 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
57 static inline int etc2EacDataSize (int width, int height)
59 return 2 * etc2DataSize(width, height);
268 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
340 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_SIZE.");
565 ctx.beginSection("GL_INVALID_VALUE is generated if target is a cube map face and width and height are not equal.");
657 ctx.beginSection("GL_INVALID_VALUE is generated if target is one of the six cube map 2D image targets and the width and height parameters are not equal.");
720 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
793 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_SIZE.");
1068 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + height > texture_height.");
1087 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
1304 ctx.beginSection("GL_INVALID_VALUE is generated if target is one of the six cube map 2D image targets and the width and height parameters are not equal.");
1370 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
1443 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_SIZE.");
1452 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_CUBE_MAP_TEXTURE_SIZE.");
1698 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + height > texture_height.");
1718 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
2481 ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple of four, and width + xoffset is not equal to the width of the texture level.");
2589 ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > texture_width or yoffset + height > texture_height.");
2610 ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width or height is less than 0.");
2725 ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width and height are not equal.");
2772 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
2811 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_3D_TEXTURE_SIZE.");
2822 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_TEXTURE_SIZE.");
3056 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width.");
3076 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0.");
3258 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width.");
3283 ctx.beginSection("GL_INVALID_VALUE is generated if width < 0.");
3360 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0.");
3377 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_TEXTURE_SIZE.");
3422 const int width = 4;
3426 const int imageSize = divRoundUp(width, 4) * divRoundUp(height, 4) * depth * blockSize;
3428 ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width and height are not equal.");
3429 ctx.glCompressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, GL_COMPRESSED_RGB8_ETC2, width, height, depth, 0, imageSize, &data[0]);
3485 ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple of four, and width + xoffset is not equal to the width of the texture level.");
3570 ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > texture_width or yoffset + height > texture_height.");
3593 ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width, height or depth are negative.");
3685 ctx.beginSection("GL_INVALID_VALUE is generated if width or height are less than 1.");
3787 ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(width, height))) + 1");
3827 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth are less than 1.");
3927 ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(width, height, depth))) + 1");