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

  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 371 GrGLenum scalarType;
374 scalarType = TEXT_COORDS_GL_TYPE;
377 scalarType = GR_GL_FLOAT;
397 GL_CALL(VertexAttribPointer(idx, 2, scalarType, false, newStride,
408 GL_CALL(VertexAttribPointer(idx, 2, scalarType, texCoordNorm,
412 GL_CALL(VertexAttribPointer(idx, 2, scalarType, texCoordNorm,
455 GL_CALL(VertexAttribPointer(idx, 4, scalarType,
458 GL_CALL(VertexAttribPointer(idx, 4, scalarType,
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 710 Type *scalarType = AndMaskVec->getType()->getScalarType();
736 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
737 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
    [all...]
  /external/opencv/cxcore/src/
_cxipp.h 62 #define IPCV_COPYSET( flavor, arrtype, scalartype ) \
    [all...]
cxmatmul.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 79 milliseconds