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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
PipelineInterface.java 30 public RenderScript getRSContext();
CachingPipeline.java 487 public RenderScript getRSContext() {
  /frameworks/compile/slang/
slang_rs_exportable.h 62 RSContext *getRSContext() const { return mContext; }
slang_rs_export_func.cpp 141 getRSContext()->getDataLayout().getStructLayout(ParamTy);
164 size_t T2Size = getRSContext()->getDataLayout().getTypeAllocSize(T2);
slang_rs_export_type.cpp     [all...]
slang_rs_export_reduce.cpp 166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
753 RSContext &RSC = *getRSContext();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 56 return pipeline.getRSContext();

Completed in 333 milliseconds