Home
last modified time | relevance | path

Searched refs:lookupFunc (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py203 lookupFunc = "__eglDispatchFetchByDisplay"
207 lookupFunc = "__eglDispatchFetchByDevice"
218 text += "{lookupFunc}({lookupArg}, __EGL_DISPATCH_{f.name});\n".format(
219 f=func, lookupFunc=lookupFunc, lookupArg=lookupArg)
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp147 const char* lookupFunc = unitTypes[ndx] == GL_TEXTURE_2D ? "texture2D" : "textureCube"; in generateMultiTexFragmentShader() local
157 lookupsStr += "\tcolor += " + colorMultiplier + "*" + lookupFunc + "(" + samplerName + ", " + lookupCoord + ");\n"; in generateMultiTexFragmentShader()

Completed in 3 milliseconds