Searched refs:texW (Results 1 - 16 of 16) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale; local
132 texW, texH,
H A Ds_span.c415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
449 maxU = MAX2(dsdx2, dsdy2) * texW;
481 GLfloat texW, texH; local
512 texW = swImg->WidthScale;
517 texW = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, tex
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_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
H A Ds_texfilter.c1884 GLfloat texW, texH; local
1909 texW = swImg->WidthScale;
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1917 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/utils/
H A DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) {
72 const SkScalar dx = SkIntToScalar(texW) / rows;
20 init(SkPoint tex[], uint16_t indices[], int texW, int texH, int rows, int cols) argument
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp279 const int texW = 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());
424 const int texW = 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());
550 const int texW = 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());
674 const int texW local
679 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
776 const int texW = 128; local
779 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); local
[all...]
H A Des3fFboDepthbufferTests.cpp113 const int texW = 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.cpp116 const int texW = m_srcSize.x(); 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());
549 const int texW = m_srcSize.x(); 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());
638 const int texW = 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, tex
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp207 const int texW = 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_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale; local
132 texW, texH,
H A Ds_span.c415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
449 maxU = MAX2(dsdx2, dsdy2) * texW;
481 GLfloat texW, texH; local
512 texW = swImg->WidthScale;
517 texW = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, tex
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_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
H A Ds_texfilter.c1884 GLfloat texW, texH; local
1909 texW = swImg->WidthScale;
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1917 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
/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) {
72 const SkScalar dx = SkIntToScalar(texW) / rows;
20 init(SkPoint tex[], uint16_t indices[], int texW, int texH, int rows, int cols) argument

Completed in 405 milliseconds