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

  /external/chromium_org/third_party/skia/include/gpu/
GrTBackendEffectFactory.h 39 EffectKey transformKey = GrGLProgramEffects::GenTransformKey(drawEffect);
49 SkASSERT(!(kIllegalTransformKeyMask & transformKey));
59 (transformKey << (kEffectKeyBits+kTextureKeyBits)) |
  /external/skia/include/gpu/
GrTBackendEffectFactory.h 39 EffectKey transformKey = GrGLProgramEffects::GenTransformKey(drawEffect);
49 SkASSERT(!(kIllegalTransformKeyMask & transformKey));
59 (transformKey << (kEffectKeyBits+kTextureKeyBits)) |
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h 287 Transforms(EffectKey transformKey, int texCoordIndex)
288 : fTransformKey(transformKey), fTexCoordIndex(texCoordIndex) {}
GrGLProgramEffects.cpp 72 * Retrieves the matrix type from transformKey for the transform at transformIdx.
74 MatrixType get_matrix_type(EffectKey transformKey, int transformIdx) {
76 (transformKey >> (kTransformKeyBits * transformIdx)) & kMatrixTypeKeyMask);
80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be
84 GrCoordSet get_source_coords(EffectKey transformKey, int transformIdx) {
85 return (transformKey >> (kTransformKeyBits * transformIdx)) & kPositionCoords_Flag ?
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 287 Transforms(EffectKey transformKey, int texCoordIndex)
288 : fTransformKey(transformKey), fTexCoordIndex(texCoordIndex) {}
GrGLProgramEffects.cpp 72 * Retrieves the matrix type from transformKey for the transform at transformIdx.
74 MatrixType get_matrix_type(EffectKey transformKey, int transformIdx) {
76 (transformKey >> (kTransformKeyBits * transformIdx)) & kMatrixTypeKeyMask);
80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be
84 GrCoordSet get_source_coords(EffectKey transformKey, int transformIdx) {
85 return (transformKey >> (kTransformKeyBits * transformIdx)) & kPositionCoords_Flag ?

Completed in 189 milliseconds