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

  /external/skia/include/gpu/
GrTBackendEffectFactory.h 39 EffectKey transformKey = GrGLProgramEffects::GenTransformKey(drawEffect);
49 SkASSERT(!(kIllegalTransformKeyMask & transformKey));
59 (transformKey << (kEffectKeyBits+kTextureKeyBits)) |
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 290 Transforms(EffectKey transformKey, int texCoordIndex)
291 : 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/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 127 uint32_t transformKey = gen_transform_key(processorStage,useExplicitLocalCoords);
133 if ((textureKey | transformKey | classID) & kMetaKeyInvalidMask) {
138 key[0] = (textureKey << 16 | transformKey);
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 123 milliseconds