Home
last modified time | relevance | path

Searched defs:srcFunc (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsymtab.go904 type srcFunc struct { struct
905 datap *moduledata
906 nameOff int32
907 startLine int32
908 funcID abi.FuncID
911 func (f funcInfo) srcFunc() srcFunc { func
932 //go:linkname badSrcFuncName runtime.srcFunc.name
933 func badSrcFuncName(srcFunc) string argument
Dtraceback.go1113 func showframe(sf srcFunc, gp *g, firstFrame bool, calleeID abi.FuncID) bool {
1123 func showfuncinfo(sf srcFunc, firstFrame bool, calleeID abi.FuncID) bool {
Dsymtabinl.go116 func (u *inlineUnwinder) srcFunc(uf inlineFrame) srcFunc { func
/aosp_15_r20/frameworks/rs/
H A DrsProgramStore.cpp26 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in ProgramStore()
89 RsBlendSrcFunc srcFunc, in getProgramStore()
146 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in rsi_ProgramStoreCreate()
H A DrsApiStubs.cpp790 RsBlendSrcFunc srcFunc, in rsProgramStoreCreate()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp46 uint32_t srcFunc; member
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp210 BlendFunc srcFunc; member
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/rs_generated_sources/gen/gensrcs/frameworks/rs/
DrsgApi.cpp1313 … colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBlendDs… in LF_ProgramStoreCreate()
1936 … colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBlendDs… in rsProgramStoreCreate()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp1920 constexpr GLenum srcFunc[] = { in TEST_P() local
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/rs_generated_headers/gen/gensrcs/frameworks/rs/
DrsgApiStructs.h753 RsBlendSrcFunc srcFunc; member
/aosp_15_r20/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2437 jint srcFunc, jint destFunc, in nProgramStoreCreate()