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

  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 59 // just writes a variable named by 'posName' into the position output variable with the
64 void writeOutputPosition(GrGLSLVertexBuilder*, GrGPArgs*, const char* posName);
68 const char* posName,
GrGLSLGeometryProcessor.cpp 119 const char* posName) {
121 vertBuilder->codeAppendf("float2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
127 const char* posName,
132 vertBuilder->codeAppendf("float2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
142 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);
146 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);
  /external/skqp/src/gpu/glsl/
GrGLSLGeometryProcessor.h 59 // just writes a variable named by 'posName' into the position output variable with the
64 void writeOutputPosition(GrGLSLVertexBuilder*, GrGPArgs*, const char* posName);
68 const char* posName,
GrGLSLGeometryProcessor.cpp 119 const char* posName) {
121 vertBuilder->codeAppendf("float2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
127 const char* posName,
132 vertBuilder->codeAppendf("float2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
142 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);
146 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 502 StringRef PosName = sys::path::filename(RelPos);
504 if (PosName.empty())
514 if (PosName.empty())
519 if (PosName.empty())
534 StringRef PosName = sys::path::filename(RelPos);
542 if (Name == PosName) {
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 103 char *posname = NULL;
105 /* Sez how to use `posname': pos_before means position before that member.
107 pos_default means default appropriately. For the latter two, `posname'
782 posname = argv[arg_index++];
1210 realposname = posname;
101 char *posname = NULL; variable
    [all...]
  /external/skia/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 237 const char* posName,
247 posName, indices);
  /external/skqp/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 237 const char* posName,
247 posName, indices);
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py     [all...]

Completed in 389 milliseconds