Home
last modified time | relevance | path

Searched refs:texH (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp280 const int texH = 128; in render() local
284 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
297 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
425 const int texH = 128; in render() local
429 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
439 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
551 const int texH = 128; in render() local
555 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
565 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
675 const int texH = 128; in render() local
[all …]
Des3fFramebufferBlitTests.cpp117 const int texH = m_srcSize.y(); in render() local
119 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
129 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
550 const int texH = m_srcSize.y(); in render() local
552 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
562 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
639 const int texH = 128; in render() local
654 …glTexImage2D(GL_TEXTURE_2D, 0, m_format, texW, texH, 0, transferFmt.format, transferFmt.dataType, … in render()
668 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter); in render()
677 …glBlitFramebuffer(0, 0, texW, texH, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT,… in render()
Des3fFboDepthbufferTests.cpp114 const int texH = 128; in render() local
116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
126 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp208 const int texH = 128; in render() local
212 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
222 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
/external/mesa3d/src/mesa/swrast/
Ds_span.c418 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument
422 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda()
424 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in _swrast_compute_lambda()
440 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
453 maxV = MAX2(dtdx2, dtdy2) * texH;
484 GLfloat texW, texH; in interpolate_texcoords() local
516 texH = swImg->HeightScale; in interpolate_texcoords()
521 texH = 1.0; in interpolate_texcoords()
539 dqdx, dqdy, texW, texH, in interpolate_texcoords()
556 dqdx, dqdy, texW, texH, in interpolate_texcoords()
Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale; in fetch_texel_deriv() local
132 texW, texH, in fetch_texel_deriv()
Ds_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
Ds_texfilter.c1889 GLfloat texW, texH; in sample_lambda_2d_aniso() local
1915 texH = swImg->HeightScale; in sample_lambda_2d_aniso()
1921 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in sample_lambda_2d_aniso()
1923 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in sample_lambda_2d_aniso()