Home
last modified time | relevance | path

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

/frameworks/base/opengl/libagl/
Dlight.cpp70 c->lighting.lights[i].spotDir.z = -0x10000; in ogles_init_light()
539 mvui.point3(&mvui, &light.spotDir, reinterpret_cast<vec4_t const*>(params)); in lightxv()
541 light.spotDir = *reinterpret_cast<vec4_t const*>(params); in lightxv()
543 vnorm3(light.normalizedSpotDir.v, light.spotDir.v); in lightxv()
/frameworks/base/include/private/opengles/
Dgl_context.h292 vec4_t spotDir; member