Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp105 bool normalize, in setArray()
127 bool normalize, in setBuffer()
160 bool normalize, in setFormat()
DGLEScontext.cpp956 …size,GLenum type,GLsizei stride,const GLvoid* data, GLsizei dataSize, bool normalize, bool isInt) { in setPointer()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.inl186 GLM_FUNC_QUALIFIER genType normalize(genType const & x) function
194 GLM_FUNC_QUALIFIER vecType<T, P> normalize(vecType<T, P> const & x) function
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.inl226 GLM_FUNC_QUALIFIER tdualquat<T, P> normalize(tdualquat<T, P> const & q) function
Dsimd_quat.inl394 GLM_FUNC_QUALIFIER detail::fquatSIMD normalize function
Dsimd_vec4.inl637 GLM_FUNC_QUALIFIER detail::fvec4SIMD normalize function
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a) in normalize() function
Dstb_image_write.h647 float normalize = (float) frexp(maxcomp, &exponent) * 256.0f/maxcomp; in stbiw__linear_to_rgbe() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.inl379 GLM_FUNC_QUALIFIER tquat<T, P> normalize(tquat<T, P> const & q) function
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h647 float normalize = (float) frexp(maxcomp, &exponent) * 256.0f/maxcomp; in stbiw__linear_to_rgbe() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1029 TEST(vfloat4, normalize) in TEST() argument