Searched defs:normalize (Results  1 – 12 of 12) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ | 
| D | GLESpointer.cpp | 105                            bool normalize,  in setArray()127                             bool normalize,  in setBuffer()
 160                             bool normalize,  in setFormat()
 
 | 
| D | GLEScontext.cpp | 955 …size,GLenum type,GLsizei stride,const GLvoid* data, GLsizei dataSize, bool normalize, bool isInt) {  in setPointer()
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | func_geometric.inl | 186 	GLM_FUNC_QUALIFIER genType normalize(genType const & x)  function194 	GLM_FUNC_QUALIFIER vecType<T, P> normalize(vecType<T, P> const & x)  function
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | dual_quaternion.inl | 226 	GLM_FUNC_QUALIFIER tdualquat<T, P> normalize(tdualquat<T, P> const & q)  function
 | 
| D | simd_quat.inl | 394 GLM_FUNC_QUALIFIER detail::fquatSIMD normalize  function
 | 
| D | simd_vec4.inl | 637 GLM_FUNC_QUALIFIER detail::fvec4SIMD normalize  function
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenc_vecmathlib.h | 291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a)  in normalize()  function
 | 
| D | stb_image_write.h | 647       float normalize = (float) frexp(maxcomp, &exponent) * 256.0f/maxcomp;  in stbiw__linear_to_rgbe()  local
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/ | 
| D | quaternion.inl | 379 	GLM_FUNC_QUALIFIER tquat<T, P> normalize(tquat<T, P> const & q)  function
 | 
| /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ | 
| D | arm_math.h | 2367     float32_t normalize;                /**< normalizing factor. */  member2414     q31_t normalize;                    /**< normalizing factor. */  member
 2461     q15_t normalize;                    /**< normalizing factor. */  member
 
 | 
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ | 
| D | stb_image_write.h | 647       float normalize = (float) frexp(maxcomp, &exponent) * 256.0f/maxcomp;  in stbiw__linear_to_rgbe()  local
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/ | 
| D | test_simd.cpp | 1029 TEST(vfloat4, normalize)  in TEST()  argument
 |