Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp279 const int texW = 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()
424 const int texW = 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()
550 const int texW = 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()
674 const int texW = 128; in render() local
[all …]
Des3fFboDepthbufferTests.cpp113 const int texW = 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()
Des3fFramebufferBlitTests.cpp116 const int texW = m_srcSize.x(); 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()
549 const int texW = m_srcSize.x(); 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()
638 const int texW = 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()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp207 const int texW = 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.c416 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument
419 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in _swrast_compute_lambda()
421 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in _swrast_compute_lambda()
438 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
450 maxU = MAX2(dsdx2, dsdy2) * texW;
482 GLfloat texW, texH; in interpolate_texcoords() local
513 texW = swImg->WidthScale; in interpolate_texcoords()
518 texW = 1.0; in interpolate_texcoords()
537 dqdx, dqdy, texW, texH, in interpolate_texcoords()
554 dqdx, dqdy, texW, texH, in interpolate_texcoords()
Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale; 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
1914 texW = swImg->WidthScale; in sample_lambda_2d_aniso()
1920 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in sample_lambda_2d_aniso()
1922 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in sample_lambda_2d_aniso()