OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fast_normalize
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/
SkLightingImageFilter.cpp
71
static inline void
fast_normalize
(SkPoint3* vector) {
function in namespace:__anon29623
110
fast_normalize
(&halfDir);
130
fast_normalize
(&vector);
[
all
...]
/frameworks/rs/driver/runtime/
rs_cl.c
1197
extern float __attribute__((overloadable))
fast_normalize
(float v) {
function
1207
extern float2 __attribute__((overloadable))
fast_normalize
(float2 v) {
function
1211
extern float3 __attribute__((overloadable))
fast_normalize
(float3 v) {
function
1215
extern float4 __attribute__((overloadable))
fast_normalize
(float4 v) {
function
[
all
...]
Completed in 740 milliseconds