Searched refs:log2MaxSize (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2970 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 4)) + 1 + 1; in init() 2971 glTexStorage2D (GL_TEXTURE_2D, log2MaxSize, GL_RGBA8, 16, 4); in init() 2973 glTexStorage2D (GL_TEXTURE_2D, log2MaxSize, GL_RGBA8, 4, 16); in init() 2975 glTexStorage2D (GL_TEXTURE_2D, log2MaxSize, GL_RGBA8, 16, 16); in init() 3105 deUint32 log2MaxSize = deLog2Floor32(8) + 1 + 1; in init() 3106 glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 8, 2, 2); in init() 3108 glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 2, 8, 2); in init() 3110 glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 2, 2, 8); in init() 3112 glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 8, 8, 8); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 3724 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 16)) + 1 + 1; in texstorage2d_invalid_levels() local 3751 ctx.glTexStorage2D(GL_TEXTURE_2D, log2MaxSize, GL_RGBA8, 16, 16); in texstorage2d_invalid_levels() 3756 ctx.glTexStorage2D(GL_TEXTURE_CUBE_MAP, log2MaxSize, GL_RGBA8, 16, 16); in texstorage2d_invalid_levels() 3869 deUint32 log2MaxSize = deLog2Floor32(8) + 1 + 1; in texstorage3d_invalid_levels() local 3891 ctx.glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 8, 2, 2); in texstorage3d_invalid_levels() 3893 ctx.glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 2, 8, 2); in texstorage3d_invalid_levels() 3895 ctx.glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 2, 2, 8); in texstorage3d_invalid_levels() 3897 ctx.glTexStorage3D (GL_TEXTURE_3D, log2MaxSize, GL_RGBA8, 8, 8, 8); in texstorage3d_invalid_levels() 3902 ctx.glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, log2MaxSize, GL_RGBA8, 2, 2, 6); in texstorage3d_invalid_levels() 3904 ctx.glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, log2MaxSize, GL_RGBA8, 8, 8, 6); in texstorage3d_invalid_levels()
|