Home
last modified time | relevance | path

Searched refs:texW (Results 1 – 11 of 11) 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/skia/src/gpu/
DGrTextureParamsAdjuster.cpp212 int texW, int texH, in determine_domain_mode() argument
217 SkASSERT(SkRect::MakeIWH(texW, texH).contains(constraintRect)); in determine_domain_mode()
220 (!textureContentArea->contains(SkIRect::MakeWH(texW, texH)) && in determine_domain_mode()
223 SkRect textureBounds = SkRect::MakeIWH(texW, texH); in determine_domain_mode()
297 if (textureContentArea->fRight < texW && in determine_domain_mode()
319 if (textureContentArea->fRight != texW) { in determine_domain_mode()
336 domainRect->fLeft /= texW; in determine_domain_mode()
338 domainRect->fRight /= texW; in determine_domain_mode()
/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 …]
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()
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()
/external/skia/src/utils/
DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) { in init() argument
72 const SkScalar dx = SkIntToScalar(texW) / rows; in init()
/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.c415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, in _swrast_compute_lambda() argument
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in _swrast_compute_lambda()
420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in _swrast_compute_lambda()
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
449 maxU = MAX2(dsdx2, dsdy2) * texW;
481 GLfloat texW, texH; in interpolate_texcoords() local
512 texW = swImg->WidthScale; in interpolate_texcoords()
517 texW = 1.0; in interpolate_texcoords()
536 dqdx, dqdy, texW, texH, in interpolate_texcoords()
553 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.c1884 GLfloat texW, texH; in sample_lambda_2d_aniso() local
1909 texW = swImg->WidthScale; in sample_lambda_2d_aniso()
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in sample_lambda_2d_aniso()
1917 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in sample_lambda_2d_aniso()