Searched defs:normalize (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 105 bool normalize, in setArray() 127 bool normalize, in setBuffer() 160 bool normalize, in setFormat()
|
D | GLEScontext.cpp | 956 …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/ |
D | func_geometric.inl | 186 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/ |
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
|
/hardware/google/gfxstream/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
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion.inl | 379 GLM_FUNC_QUALIFIER tquat<T, P> normalize(tquat<T, P> const & q) function
|
/hardware/google/gfxstream/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
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 1029 TEST(vfloat4, normalize) in TEST() argument
|