Home
last modified time | relevance | path

Searched refs:lookupFunc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py202 lookupFunc = "__eglDispatchFetchByDisplay"
206 lookupFunc = "__eglDispatchFetchByDevice"
218 f=func, lookupFunc=lookupFunc, lookupArg=lookupArg)
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go49 type lookupFunc func(b input, i int) Properties type
55 info lookupFunc
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp147 const char* lookupFunc = unitTypes[ndx] == GL_TEXTURE_2D ? "texture2D" : "textureCube"; in generateMultiTexFragmentShader() local
157 …lookupsStr += "\tcolor += " + colorMultiplier + "*" + lookupFunc + "(" + samplerName + ", " + look… in generateMultiTexFragmentShader()