Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkMeshUtils.h23 bool init(int texW, int texH, int rows, int cols) { in init() argument
24 return this->init(NULL, NULL, texW, texH, rows, cols); in init()
28 int texW, int texH, int rows, int cols);
/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 …]
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()
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()
/external/skia/src/utils/
DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) { in init() argument
73 const SkScalar dy = SkIntToScalar(texH) / cols; in init()
/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.c415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda()
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in _swrast_compute_lambda()
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
450 maxV = MAX2(dtdx2, dtdy2) * texH;
481 GLfloat texW, texH; in interpolate_texcoords() local
513 texH = swImg->HeightScale; in interpolate_texcoords()
518 texH = 1.0; in interpolate_texcoords()
536 dqdx, dqdy, texW, texH, in interpolate_texcoords()
553 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.c1884 GLfloat texW, texH; in sample_lambda_2d_aniso() local
1910 texH = swImg->HeightScale; in sample_lambda_2d_aniso()
1916 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in sample_lambda_2d_aniso()
1918 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in sample_lambda_2d_aniso()