| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | ClipDistanceTest.cpp | 100 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 109 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 128 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 137 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 150 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 207 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 217 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 223 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 255 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local 265 for (int y = 0; y < getWindowHeight(); ++y) in TEST_P() local [all …]
|
| D | WebGLReadOutsideFramebufferTest.cpp | 29 for (int y = 0; y < mHeight; ++y) in fill() local 84 void readFB(int x, int y) in readFB() 91 void readPixelRect(const PixelRect &other, int x, int y, bool zeroOutside) in readPixelRect() 106 bool getPixel(int x, int y, angle::GLColor *colorOut) const in getPixel() 123 for (int y = 0; y < mHeight; ++y) in compare() local 145 void TestReadPixels(int x, int y, int, PixelRect *pixelsOut) { pixelsOut->readFB(x, y); } in TestReadPixels() argument 148 void TestCopyTexSubImage2D(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImage2D() argument 160 void TestCopyTexSubImageCube(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImageCube() argument 173 void TestCopyTexSubImage3D(int x, int y, int z, PixelRect *pixelsOut) in TestCopyTexSubImage3D() 185 void TestCopyTexImage2D(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexImage2D() argument [all …]
|
| D | MaxTextureSizeTest.cpp | 98 for (int y = 0; y < textureHeight; y++) in TEST_P() local 124 for (int y = 1; y < getWindowHeight(); y++) in TEST_P() local 160 for (int y = 0; y < textureHeight; y++) in TEST_P() local 196 for (int y = 1; y < getWindowHeight(); y++) in TEST_P() local
|
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | extended_min_max.inl | 9 T const & y, 19 typename C<T>::T const & y, 30 C<T> const & y, 41 T const & y, 53 typename C<T>::T const & y, 65 C<T> const & y, 76 T const & y, 86 typename C<T>::T const & y, 97 C<T> const & y, 108 T const & y, [all …]
|
| D | scalar_relational.inl | 10 T const & y 20 T const & y 30 T const & y 40 T const & y 50 T const & y 60 T const & y
|
| D | associated_min_max.inl | 8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b) 17 vecType<T, P> const & y, vecType<U, P> const & b 27 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 43 vecType<T, P> const & y, U b 57 T y, U b, 69 vecType<T, P> const & y, vecType<U, P> const & b, 84 T y, U b, 102 vecType<T, P> const & y, vecType<U, P> const & b, 121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 147 vecType<T, P> const & y, U b, [all …]
|
| D | compatibility.hpp | 38 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp() 39 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, T a){return mix(x… in lerp() 41 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, T a){return mix(x… in lerp() 42 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, T a){return mix(x… in lerp() 43 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, const tvec2<T, P>… in lerp() 44 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, const tvec3<T, P>… in lerp() 45 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, const tvec4<T, P>… in lerp() 52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() 53 …GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, const tvec2<T, P>& y){return atan(x, y)… in atan2() 54 …GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, const tvec3<T, P>& y){return atan(x, y)… in atan2() [all …]
|
| D | vector_angle.inl | 10 genType const & y 21 vecType<T, P> const & y 33 tvec2<T, P> const & y 49 tvec3<T, P> const & y,
|
| D | integer.inl | 7 GLM_FUNC_QUALIFIER int pow(int x, int y) 66 GLM_FUNC_QUALIFIER int mod(int x, int y) 112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) 136 GLM_FUNC_QUALIFIER uint mod(uint x, uint y) 153 int y, m, n; local
|
| D | fast_exponential.inl | 8 GLM_FUNC_QUALIFIER genType fastPow(genType x, genType y) 14 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<T, P> const & y) 20 GLM_FUNC_QUALIFIER T fastPow(T x, int y) 29 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<int, P> const & y)
|
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | epsilon.inl | 18 float const & y, 29 double const & y, 40 float const & y, 51 double const & y, 62 vecType<T, P> const & y, 73 vecType<T, P> const & y, 84 vecType<T, P> const & y, 95 vecType<T, P> const & y, 106 tquat<T, P> const & y, 118 tquat<T, P> const & y,
|
| D | bitfield.inl | 19 GLM_FUNC_QUALIFIER glm::uint16 bitfieldInterleave(glm::uint8 x, glm::uint8 y) 37 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint16 x, glm::uint16 y) 58 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y) 82 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z) 108 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z) 138 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y, glm::uint32 z) 168 …GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z, glm::u… 194 …GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z, glm… 301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y) 322 GLM_FUNC_QUALIFIER uint16 bitfieldInterleave(uint8 x, uint8 y) [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/image_util/ |
| D | loadimage.cpp | 35 for (size_t y = 0; y < height; y++) in LoadA8ToRGBA8() local 78 for (size_t y = 0; y < height; y++) in LoadA8ToRGBA8() local 119 for (size_t y = 0; y < height; y++) in LoadA32FToRGBA32F() local 148 for (size_t y = 0; y < height; y++) in LoadA16FToRGBA16F() local 177 for (size_t y = 0; y < height; y++) in LoadL8ToRGBA8() local 222 for (size_t y = 0; y < height; y++) in LoadL32FToRGBA32F() local 251 for (size_t y = 0; y < height; y++) in LoadL16FToRGBA16F() local 280 for (size_t y = 0; y < height; y++) in LoadLA8ToRGBA8() local 324 for (size_t y = 0; y < height; y++) in LoadLA32FToRGBA32F() local 353 for (size_t y = 0; y < height; y++) in LoadLA16FToRGBA16F() local [all …]
|
| /device/generic/vulkan-cereal/include/glm/detail/ |
| D | func_vector_relational.inl | 9 GLM_FUNC_QUALIFIER vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y) 21 GLM_FUNC_QUALIFIER vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) 32 GLM_FUNC_QUALIFIER vecType<bool, P> greaterThan(vecType<T, P> const & x, vecType<T, P> const & y) 43 …_FUNC_QUALIFIER vecType<bool, P> greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) 54 GLM_FUNC_QUALIFIER vecType<bool, P> equal(vecType<T, P> const & x, vecType<T, P> const & y) 65 GLM_FUNC_QUALIFIER vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y)
|
| D | func_integer.inl | 181 GLM_FUNC_QUALIFIER uint uaddCarry(uint const & x, uint const & y, uint & Carry) 190 … vecType<uint, P> uaddCarry(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, … 199 GLM_FUNC_QUALIFIER uint usubBorrow(uint const & x, uint const & y, uint & Borrow) 211 …vecType<uint, P> usubBorrow(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, … 220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb) 230 …GLM_FUNC_QUALIFIER void umulExtended(vecType<uint, P> const & x, vecType<uint, P> const & y, vecTy… 240 GLM_FUNC_QUALIFIER void imulExtended(int x, int y, int & msb, int & lsb) 250 …GLM_FUNC_QUALIFIER void imulExtended(vecType<int, P> const & x, vecType<int, P> const & y, vecType…
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
| D | ANGLETest.h | 194 #define EXPECT_PIXEL_EQ(x, y, r, g, b, a) \ argument 197 #define EXPECT_PIXEL_NE(x, y, r, g, b, a) \ argument 200 #define EXPECT_PIXEL_32F_EQ(x, y, r, g, b, a) \ argument 203 #define EXPECT_PIXEL_ALPHA_EQ(x, y, a) EXPECT_EQ(a, angle::ReadColor(x, y).A) argument 205 #define EXPECT_PIXEL_ALPHA32F_EQ(x, y, a) EXPECT_EQ(a, angle::ReadColor32F(x, y).A) argument 207 #define EXPECT_PIXEL_COLOR_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor(x, y)) argument 212 #define EXPECT_PIXEL_COLOR32F_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor32F(x, y)) argument 214 #define EXPECT_PIXEL_RECT_EQ(x, y, width, height, color) \ argument 223 #define EXPECT_PIXEL_NEAR_HELPER(x, y, r, g, b, a, abs_error, ctype, format, type) \ argument 235 #define EXPECT_PIXEL_EQ_HELPER(x, y, r, g, b, a, ctype, format, type) \ argument [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Overlay_font_autogen.cpp | 2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel() 2679 inline uint32_t GetFontPixel(int layer, int x, int y) in GetFontPixel() 2710 for (int y = 0; y < kFontHeights[layer]; ++y) in initFontData() local
|
| D | validationGL2.cpp | 42 bool ValidateVertexAttrib2d(const Context *context, GLuint index, GLdouble x, GLdouble y) in ValidateVertexAttrib2d() 52 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y) in ValidateVertexAttrib2s() 65 GLdouble y, in ValidateVertexAttrib3d() 76 bool ValidateVertexAttrib3s(const Context *context, GLuint index, GLshort x, GLshort y, GLshort z) in ValidateVertexAttrib3s() 104 GLubyte y, in ValidateVertexAttrib4Nub() 134 GLdouble y, in ValidateVertexAttrib4d() 154 GLshort y, in ValidateVertexAttrib4s()
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | vector_utils.h | 125 Type &y() { return this->mData[1]; } in y() function 128 const Type &y() const { return this->mData[1]; } in y() function 146 Type &y() { return this->mData[1]; } in y() function 150 const Type &y() const { return this->mData[1]; } in y() function 166 Type &y() { return this->mData[1]; } in y() function 171 const Type &y() const { return this->mData[1]; } in y() function
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
| D | ShaderVariable_test.cpp | 43 ShaderVariable y(GL_FLOAT_VEC3); in TEST() local 98 ShaderVariable y(GL_FLOAT); in TEST() local 114 ShaderVariable y(GL_FLOAT); in TEST() local 145 ShaderVariable y(GL_FLOAT); in TEST() local 165 ShaderVariable y(GL_FLOAT); in TEST() local
|
| /device/generic/goldfish/camera/ |
| D | Converters.h | 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 162 RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB565ToYUV() 169 RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB32ToYUV() 199 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8) argument 200 #define YUV2G(y, u, v) clamp((298 * ((y)-16) - 100 * ((u)-128) - 208 * ((v)-128) + 128) >> 8) argument 201 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8) argument 206 YUVToRGB565(int y, int u, int v) in YUVToRGB565() 218 YUVToRGB32(int y, int u, int v) in YUVToRGB32()
|
| /device/google/trout/product_files/etc/automotive/evs/ |
| D | config_override.json | 28 "y" : 20.0, number 39 "y" : 100.0, number 50 "y" : 60.0, number 61 "y" : 60.0, number
|
| /device/google/contexthub/firmware/os/inc/ |
| D | toolchain.h | 66 #define SET_INTERNAL_LOCATION(x, y) _Pragma((x, y)) __root argument 68 #define SET_INTERNAL_LOCATION_ATTRIBUTES(x, y) argument 70 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument 72 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | wf_fmod.c | 24 float fmodf(float x, float y) /* wrapper fmodf */ in fmodf() 64 double fmod(double x, double y) in fmod()
|
| D | wf_atan2.c | 25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f() 37 double atan2(double y, double x) in atan2()
|