/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 280 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 …]
|
D | es3fFboDepthbufferTests.cpp | 114 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()
|
D | es3fFramebufferBlitTests.cpp | 117 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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 208 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/ |
D | s_span.c | 416 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument 420 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda() 422 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in _swrast_compute_lambda() 438 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, 451 maxV = MAX2(dtdx2, dtdy2) * texH; 482 GLfloat texW, texH; in interpolate_texcoords() local 514 texH = swImg->HeightScale; in interpolate_texcoords() 519 texH = 1.0; in interpolate_texcoords() 537 dqdx, dqdy, texW, texH, in interpolate_texcoords() 554 dqdx, dqdy, texW, texH, in interpolate_texcoords()
|
D | s_fragprog.c | 125 const GLfloat texH = (GLfloat) swImg->HeightScale; 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 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()
|