Home
last modified time | relevance | path

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/
DImageShaderSample.java24 public ImageShaderSample(Resources res, int resId) { in ImageShaderSample() argument
26 Image image = Image.fromStream(res.openRawResource(resId)); in ImageShaderSample()
DRuntimeSample.java24 public RuntimeSample(Resources res, int resId) { in RuntimeSample() argument
27 InputStream is = res.openRawResource(resId); in RuntimeSample()
DSkottieSample.java25 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/
DSkottieView.java126 public void setSource(int resId) { in setSource() argument
127 InputStream inputStream = mBackingView.getResources().openRawResource(resId); in setSource()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp759 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/
DSkottieActivity.java57 for (int resId : rawAssets) { in populateGrid()
59 view.setSource(resId); in populateGrid()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp627 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/
Dinline_pass.cpp627 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/
Dinline_pass.cpp658 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()