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

  /frameworks/base/libs/hwui/
Layer.h 270 return texTransform;
396 mat4 texTransform;
LayerRenderer.cpp 451 mat4 texTransform(layer->getTexTransform());
471 layer->getTexTransform().load(texTransform);
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 160 uniform vec4 texTransform;
164 v_texCoord = a_texCoord*texTransform.zw + texTransform.xy;
288 GLint texTrans = glGetUniformLocationARB(program, "texTransform");
334 GLint texTrans = glGetUniformLocationARB(program, "texTransform");
427 GLint texTrans = glGetUniformLocationARB(prog, "texTransform");
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp     [all...]
  /external/chromium_org/cc/output/
shader.cc 268 "texTransform",
290 uniform TexCoordPrecision vec4 texTransform[8];
297 TexCoordPrecision vec4 texTrans = texTransform[quad_index];
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 614 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
615 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
    [all...]

Completed in 141 milliseconds