/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 169 const int texW = 128; in render() local 173 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 183 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 295 const int texW = 128; in render() local 300 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 310 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 281 const int texW = 128; in render() local 286 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 299 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 426 const int texW = 128; in render() local 431 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 441 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 552 const int texW = 128; in render() local 557 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 567 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 676 const int texW = 128; in render() local [all …]
|
D | es3fFboDepthbufferTests.cpp | 113 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()
|
D | es3fFramebufferBlitTests.cpp | 119 const int texW = m_srcSize.x(); in render() local 122 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 132 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 571 const int texW = m_srcSize.x(); in render() local 574 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render() 584 …glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPt… in render() 661 const int texW = 128; in render() local 677 …glTexImage2D(GL_TEXTURE_2D, 0, m_format, texW, texH, 0, transferFmt.format, transferFmt.dataType, … in render() 691 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter); in render() 700 …glBlitFramebuffer(0, 0, texW, texH, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT,… in render()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 419 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument 422 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in _swrast_compute_lambda() 424 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in _swrast_compute_lambda() 441 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, 453 maxU = MAX2(dsdx2, dsdy2) * texW; 485 GLfloat texW, texH; in interpolate_texcoords() local 516 texW = swImg->WidthScale; in interpolate_texcoords() 521 texW = 1.0; in interpolate_texcoords() 540 dqdx, dqdy, texW, texH, in interpolate_texcoords() 557 dqdx, dqdy, texW, texH, in interpolate_texcoords()
|
D | s_fragprog.c | 124 const GLfloat texW = (GLfloat) swImg->WidthScale; in fetch_texel_deriv() local 132 texW, texH, in fetch_texel_deriv()
|
D | s_span.h | 195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
|
D | s_texfilter.c | 1889 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()
|