Searched refs:GET_UNIFORM_LOC (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | shader.c | 112 #define GET_UNIFORM_LOC(programName, varName) \ in getLocations() macro 119 GET_UNIFORM_LOC(Lit, mvp); in getLocations() 120 GET_UNIFORM_LOC(Lit, normalMatrix); in getLocations() 121 GET_UNIFORM_LOC(Lit, ambient); in getLocations() 122 GET_UNIFORM_LOC(Lit, shininess); in getLocations() 123 GET_UNIFORM_LOC(Lit, light_0_direction); in getLocations() 124 GET_UNIFORM_LOC(Lit, light_0_diffuse); in getLocations() 125 GET_UNIFORM_LOC(Lit, light_0_specular); in getLocations() 126 GET_UNIFORM_LOC(Lit, light_1_direction); in getLocations() 127 GET_UNIFORM_LOC(Lit, light_1_diffuse); in getLocations() [all …]
|