Searched refs:resId (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
D | ImageShaderSample.java | 24 public ImageShaderSample(Resources res, int resId) { in ImageShaderSample() argument 26 Image image = Image.fromStream(res.openRawResource(resId)); in ImageShaderSample()
|
D | RuntimeSample.java | 24 public RuntimeSample(Resources res, int resId) { in RuntimeSample() argument 27 InputStream is = res.openRawResource(resId); in RuntimeSample()
|
D | SkottieSample.java | 25 public SkottieSample(Resources res, int resId) { in SkottieSample() argument 29 InputStream is = res.openRawResource(resId); in SkottieSample()
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieView.java | 126 public void setSource(int resId) { in setSource() argument 127 InputStream inputStream = mBackingView.getResources().openRawResource(resId); in setSource()
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.cpp | 759 const spv::Id resId = asId(word); in mapFnBodies() local 774 if (isOldIdUnmapped(resId)) { in mapFnBodies() 775 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies() 1385 const spv::Id resId = asTypeConstId(typeStart); in mapTypeConst() local 1391 if (isOldIdUnmapped(resId)) { in mapTypeConst() 1392 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 57 for (int resId : rawAssets) { in populateGrid() 59 view.setSource(resId); in populateGrid()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_pass.cpp | 627 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 628 assert(resId != 0); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 627 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 628 assert(resId != 0); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/spirv-tools/source/opt/ |
D | inline_pass.cpp | 658 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 659 assert(resId != 0); in GenInlineCode() 660 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|