Searched refs:sEmulateUserTextureSwizzle (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3636 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()
|