HomeSort by relevance Sort by last modified time
    Searched refs:texH (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkMeshUtils.h 23 bool init(int texW, int texH, int rows, int cols) {
24 return this->init(NULL, NULL, texW, texH, rows, cols);
28 int texW, int texH, int rows, int cols);
  /external/skia/include/utils/
SkMeshUtils.h 23 bool init(int texW, int texH, int rows, int cols) {
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/
SkMeshUtils.cpp 21 int texW, int texH, int rows, int cols) {
73 const SkScalar dy = SkIntToScalar(texH) / cols;
  /external/skia/src/utils/
SkMeshUtils.cpp 21 int texW, int texH, int rows, int cols) {
73 const SkScalar dy = SkIntToScalar(texH) / cols;
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 280 const int texH = 128;
284 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
297 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
425 const int texH = 128;
429 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
439 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
551 const int texH = 128;
555 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
565 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
675 const int texH = 128
    [all...]
es3fFboDepthbufferTests.cpp 114 const int texH = 128;
116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
126 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
es3fFramebufferBlitTests.cpp 117 const int texH = m_srcSize.y();
119 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
129 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
550 const int texH = m_srcSize.y();
552 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
562 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
639 const int texH = 128;
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, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT, m_filter)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 208 const int texH = 128;
212 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
222 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
s_fragprog.c 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
132 texW, texH,
s_span.c 415 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;
513 texH = swImg->HeightScale;
518 texH = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, texH,
    [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.h 195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
s_fragprog.c 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
132 texW, texH,
s_span.c 415 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;
513 texH = swImg->HeightScale;
518 texH = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, texH,
    [all...]
s_texfilter.c     [all...]

Completed in 1786 milliseconds