Searched refs:max3DTextureSize (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 1464 GLint max3DTextureSize; in verifyTexStorageInvalidValueErrors() local 1466 gl.getIntegerv(GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB, &max3DTextureSize); in verifyTexStorageInvalidValueErrors() 1478 Texture::Storage(gl, target, 1, format, width + max3DTextureSize, height, depth); in verifyTexStorageInvalidValueErrors() 1486 Texture::Storage(gl, target, 1, format, width, height + max3DTextureSize, depth); in verifyTexStorageInvalidValueErrors() 1506 gl.getIntegerv(GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV, &max3DTextureSize); in verifyTexStorageInvalidValueErrors() 1510 Texture::Storage(gl, target, 1, format, width, height, depth + max3DTextureSize); in verifyTexStorageInvalidValueErrors()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2134 int max3DTextureSize = m_context.getContextInfo().getInt(GL_MAX_3D_TEXTURE_SIZE) + 1; in init() 2138 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() 2140 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, max3DTextureSize, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() 2142 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, max3DTextureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() 2144 …glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, max3DTextureSize, max3DTextureSize, 0, G… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2781 int max3DTextureSize = ctx.getInteger(GL_MAX_3D_TEXTURE_SIZE) + 1; in teximage3d_max_width_height_depth() local 2785 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth() 2787 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, max3DTextureSize, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth() 2789 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, max3DTextureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth() 2791 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, max3DTextureSize, max3DTextureSize, … in teximage3d_max_width_height_depth()
|