Searched refs:texH (Results 1 - 11 of 11) sorted by relevance

/external/skia/include/utils/
H A DSkMeshUtils.h23 bool init(int texW, int texH, int rows, int cols) { argument
24 return this->init(NULL, NULL, texW, texH, rows, cols);
28 int texW, int texH, int rows, int cols);
/external/skia/src/utils/
H A DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) {
73 const SkScalar dy = SkIntToScalar(texH) / cols;
20 init(SkPoint tex[], uint16_t indices[], int texW, int texH, int rows, int cols) argument
/external/skia/src/gpu/
H A DGrTextureParamsAdjuster.cpp212 int texW, int texH,
217 SkASSERT(SkRect::MakeIWH(texW, texH).contains(constraintRect));
220 (!textureContentArea->contains(SkIRect::MakeWH(texW, texH)) &&
223 SkRect textureBounds = SkRect::MakeIWH(texW, texH);
302 if (textureContentArea->fBottom < texH &&
322 if (textureContentArea->fBottom != texH) {
337 domainRect->fTop /= texH;
339 domainRect->fBottom /= texH;
208 determine_domain_mode( const SkRect& constraintRect, GrTextureAdjuster::FilterConstraint filterConstraint, bool coordsLimitedToConstraintRect, int texW, int texH, const SkIRect* textureContentArea, const GrTextureParams::FilterMode* filterModeOrNullForBicubic, SkRect* domainRect) argument
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp208 const int texH = 128; local
212 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
222 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
/external/mesa3d/src/mesa/swrast/
H A Ds_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
H A Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale; local
132 texW, texH,
H A Ds_span.c415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
450 maxV = MAX2(dtdx2, dtdy2) * texH;
481 GLfloat texW, texH; local
513 texH = swImg->HeightScale;
518 texH = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, texH,
414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH, GLfloat s, GLfloat t, GLfloat q, GLfloat invQ) argument
[all...]
H A Ds_texfilter.c1884 GLfloat texW, texH; local
1910 texH = swImg->HeightScale;
1916 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
1918 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp280 const int texH = 128; local
284 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
297 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
425 const int texH = 128; local
429 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
439 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
551 const int texH = 128; local
555 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
565 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
675 const int texH local
679 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
777 const int texH = 128; local
779 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
[all...]
H A Des3fFboDepthbufferTests.cpp114 const int texH = 128; local
116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
126 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
H A Des3fFramebufferBlitTests.cpp117 const int texH = m_srcSize.y(); local
119 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
129 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
550 const int texH = m_srcSize.y(); local
552 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
562 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
639 const int texH = 128; local
654 glTexImage2D(GL_TEXTURE_2D, 0, m_format, texW, texH, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
668 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter);
677 glBlitFramebuffer(0, 0, texW, texH, getWidt
[all...]

Completed in 507 milliseconds