OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureMatrix
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/gpu/
GrTextureParamsAdjuster.h
46
* @param
textureMatrix
Matrix used to access the texture. It is applied to
55
* @param coordsLimitedToConstraintRect Is it known that
textureMatrix
*localCoords is bound
63
const SkMatrix&
textureMatrix
,
133
const SkMatrix&
textureMatrix
,
173
const SkMatrix&
textureMatrix
,
GrTextureParamsAdjuster.cpp
345
const SkMatrix&
textureMatrix
,
352
return GrTextureDomainEffect::Create(texture,
textureMatrix
, domain,
357
return GrSimpleTextureEffect::Create(texture,
textureMatrix
, params);
361
return GrBicubicEffect::Create(texture,
textureMatrix
, domain);
365
return GrBicubicEffect::Create(texture,
textureMatrix
, kClampClamp);
377
SkMatrix
textureMatrix
= origTextureMatrix;
386
textureMatrix
.postTranslate(l, t);
426
textureMatrix
.postIDiv(texture->width(), texture->height());
427
return create_fp_for_domain_and_filter(texture,
textureMatrix
, domainMode, domain,
461
const SkMatrix&
textureMatrix
,
[
all
...]
SkGpuDevice_drawTexture.cpp
191
const SkMatrix*
textureMatrix
;
194
textureMatrix
= &SkMatrix::I();
199
textureMatrix
= &tempMatrix;
202
*
textureMatrix
, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode));
GrContext.cpp
293
SkMatrix
textureMatrix
;
294
textureMatrix
.setIDiv(tempTexture->width(), tempTexture->height());
297
textureMatrix
));
310
GrConfigConversionEffect::kNone_PMConversion,
textureMatrix
));
432
SkMatrix
textureMatrix
;
433
textureMatrix
.setTranslate(SkIntToScalar(left), SkIntToScalar(top));
434
textureMatrix
.postIDiv(src->width(), src->height());
438
textureMatrix
));
449
GrConfigConversionEffect::kNone_PMConversion,
textureMatrix
));
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java
162
public static float[] rotateTextureMatrix(float[]
textureMatrix
, float rotationDegree) {
166
return multiplyMatrices(
textureMatrix
, rotationMatrix);
/frameworks/native/services/surfaceflinger/
Layer.cpp
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
667
private void drawTextureRect(BasicTexture texture, float[]
textureMatrix
, RectF target) {
670
GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false,
textureMatrix
, 0);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
667
private void drawTextureRect(BasicTexture texture, float[]
textureMatrix
, RectF target) {
670
GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false,
textureMatrix
, 0);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
665
private void drawTextureRect(BasicTexture texture, float[]
textureMatrix
, RectF target) {
668
GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false,
textureMatrix
, 0);
[
all
...]
Completed in 304 milliseconds