Home
last modified time | relevance | path

Searched refs:texture_height (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp707 glw::GLubyte getMipmapLevelCount(glw::GLsizei texture_width, glw::GLsizei texture_height) in getMipmapLevelCount() argument
709 glw::GLsizei size = de::max(texture_width, texture_height); in getMipmapLevelCount()
875 glw::GLsizei texture_width, glw::GLsizei texture_height, const T* components) in prepareDataForTexture() argument
879 const glw::GLuint n_pixels = texture_width * texture_height; in prepareDataForTexture()
886 fillImage<T, N_Components>(texture_width, texture_height, components, &texture_data[0]); in prepareDataForTexture()
889 texture_height, 1 /* depth */, texture_format, texture_type, &texture_data[0]); in prepareDataForTexture()
909 glw::GLsizei texture_height) in prepareDataForColorFloatTexture() argument
916 texture_width, texture_height, components); in prepareDataForColorFloatTexture()
937 glw::GLsizei texture_height) in prepareDataForColorIntTexture() argument
944 texture_height, components); in prepareDataForColorIntTexture()
[all …]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c42 unsigned texture_width, texture_height, texture_mask; member
125 if (xstfb->texture_width != width || xstfb->texture_height != height) { in xmesa_st_framebuffer_validate_textures()
181 xstfb->texture_height = height; in xmesa_st_framebuffer_validate_textures()
224 xstfb->buffer->height != xstfb->texture_height); in xmesa_st_framebuffer_validate()
243 0, 0, xstfb->texture_width, xstfb->texture_height); in xmesa_st_framebuffer_validate()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c45 unsigned texture_width, texture_height; member
85 if (stwfb->texture_width != width || stwfb->texture_height != height) { in stw_st_framebuffer_validate_locked()
138 stwfb->texture_height = height; in stw_st_framebuffer_validate_locked()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp948 glw::GLuint texture_width, glw::GLuint texture_height) const in setupFramebufferWithTextureAsAttachment()
954 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, texture_format, texture_width, texture_height); in setupFramebufferWithTextureAsAttachment()
965 gl.viewport(0, 0, texture_width, texture_height); in setupFramebufferWithTextureAsAttachment()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2109 glw::GLint texture_height, glw::GLint texture_width, in initTextureStorage() argument
2165 texture_height >> n_level, 0, /* border */ in initTextureStorage()
2182 texture_height >> n_level, texture_depth >> n_level, 0, /* border */ in initTextureStorage()
2196 texture_internalformat, texture_width >> n_level, texture_height >> n_level, in initTextureStorage()
2209 texture_internalformat, texture_width >> n_level, texture_height >> n_level, in initTextureStorage()
2227 texture_height >> n_level, 0, /* border */ in initTextureStorage()
2242 texture_height >> n_level, 6 /* layer-faces */ * n_cubemaps_needed, 0, /* border */ in initTextureStorage()
2279 gl.texStorage2D(texture_target, n_levels, texture_internalformat, texture_width, texture_height); in initTextureStorage()
2296 …exStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_height, in initTextureStorage()
2310 texture_internalformat, texture_width, texture_height, in initTextureStorage()
[all …]
Dgl4cTextureViewTests.hpp160 glw::GLint texture_depth, glw::GLint texture_height, glw::GLint texture_width,