/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | intersect.hpp | 38 genType const & orig, genType const & dir, 46 genType const & orig, genType const & dir, 54 genType const & orig, genType const & dir,
|
D | intersect.inl | 9 genType const & orig, genType const & dir, argument 19 intersectionDistance = glm::dot(planeOrig - orig, planeNormal) / d; 29 genType const & orig, genType const & dir, argument 47 genType s = orig - v0; 69 genType const & orig, genType const & dir, argument 87 genType tvec = orig - vert0;
|
D | quaternion.inl | 176 GLM_FUNC_QUALIFIER tquat<T, P> rotation(tvec3<T, P> const& orig, tvec3<T, P> const& dest) argument 178 T cosTheta = dot(orig, dest); 191 rotationAxis = cross(tvec3<T, P>(0, 0, 1), orig); 193 rotationAxis = cross(tvec3<T, P>(1, 0, 0), orig); 200 rotationAxis = cross(orig, dest);
|
D | quaternion.hpp | 173 tvec3<T, P> const & orig,
|
/hardware/broadcom/wlan/ |
D | .gitignore | 49 *.orig
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | encoder.py | 657 def mapOp(cgen, orig, local): argument 659 (orig.paramName, local.paramName)) 663 def mapOp(cgen, orig, local): argument 665 (orig.paramName, local.paramName)) 669 def mapOp(cgen, orig, local): argument 671 (orig.paramName, local.paramName))
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_debug.c | 313 const struct debug_named_value *orig = flags; in debug_parse_flags_option() local 323 for (flags = orig; flags->name; ++flags) in debug_parse_flags_option()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | README.adoc | 81 HTML by `htmldiff`. `htmldiff.orig` is the original Python script from
|
/hardware/google/gfxstream/ |
D | .gitignore | 211 *.orig
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 616 long val, orig; in set_volume_simple() local
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1170 static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, int channels) in stbi__convert_16_to_8() argument 1180 …reduced[i] = (stbi_uc)((orig[i] >> 8) & 0xFF); // top half of each byte is sufficient approx of 16… in stbi__convert_16_to_8() 1182 STBI_FREE(orig); in stbi__convert_16_to_8() 1186 static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, int channels) in stbi__convert_8_to_16() argument 1196 …enlarged[i] = (stbi__uint16)((orig[i] << 8) + orig[i]); // replicate to high and low byte, maps 0-… in stbi__convert_8_to_16() 1198 STBI_FREE(orig); in stbi__convert_8_to_16() 4897 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local 4907 int n = orig[i]*4; in stbi__expand_png_palette() 4915 int n = orig[i]*4; in stbi__expand_png_palette()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1170 static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, int channels) in stbi__convert_16_to_8() argument 1180 …reduced[i] = (stbi_uc)((orig[i] >> 8) & 0xFF); // top half of each byte is sufficient approx of 16… in stbi__convert_16_to_8() 1182 STBI_FREE(orig); in stbi__convert_16_to_8() 1186 static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, int channels) in stbi__convert_8_to_16() argument 1196 …enlarged[i] = (stbi__uint16)((orig[i] << 8) + orig[i]); // replicate to high and low byte, maps 0-… in stbi__convert_8_to_16() 1198 STBI_FREE(orig); in stbi__convert_8_to_16() 4904 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local 4914 int n = orig[i]*4; in stbi__expand_png_palette() 4922 int n = orig[i]*4; in stbi__expand_png_palette()
|