Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3636 static void sEmulateUserTextureSwizzle(TextureData* texData, in sEmulateUserTextureSwizzle() function
3660 sEmulateUserTextureSwizzle(texData, target, pname, (GLint)param); in glTexParameterf()
3678 sEmulateUserTextureSwizzle(texData, target, pname, (GLint)params[0]); in glTexParameterfv()
3696 sEmulateUserTextureSwizzle(texData, target, pname, param); in glTexParameteri()
3714 sEmulateUserTextureSwizzle(texData, target, pname, params[0]); in glTexParameteriv()