Searched refs:s_height (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 11464 gl.textureStorage2D(m_to_src, 1, s_internalformat, s_width, s_height); in Prepare() 11475 gl.viewport(0, 0, s_width, s_height); in Prepare() 11491 gl.textureStorage2DMultisample(m_to_src_ms, 1, s_internalformat, s_width, s_height, false); in Prepare() 11502 gl.viewport(0, 0, s_width, s_height); in Prepare() 11523 gl.textureStorage2D(m_to_2D_dst, 1, s_internalformat, s_width, s_height); in Prepare() 11530 gl.textureStorage3D(m_to_3D_dst, 1, s_internalformat, s_width, s_height, s_depth); in Prepare() 11653 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11669 gl.copyTextureSubImage2D(m_to_invalid, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11673 gl.copyTextureSubImage2D(m_to_1D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11681 gl.copyTextureSubImage2D(m_to_2D_dst, -1, 0, 0, 0, 0, s_width, s_height); in Test2D() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 6639 static const glw::GLuint s_height; member in gl4cts::DirectStateAccess::Textures::CopyErrorsTest 6718 static const glw::GLuint s_height; member in gl4cts::DirectStateAccess::Textures::ParameterSetupErrorsTest
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 681 const unsigned s_height = stencil_mt->surf.phys_level0_sa.height; in intel_validate_framebuffer() local 692 d_height != s_height || in intel_validate_framebuffer()
|