Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_functions.h35 #define LIST_GLES_FUNCTIONS(X,Y) \ argument
47 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument
53 #define LIST_GLES2_FUNCTIONS(X, Y) \ argument
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl37 Y = 1, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl38 Y = (1 << 0) /* 1 */, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl21 Y = 1, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl38 Y = 1, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl38 Y = (1 << 0) /* 1 */, enumConstant
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl32 Y = 1 << 0, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/6/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl38 Y = (1 << 0) /* 1 */, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl38 Y = (1 << 0) /* 1 */, enumConstant
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_vec4.hpp47 Y = 1, enumerator
/hardware/google/gfxstream/host/gl/
DYUVConverter.h32 Y = 0, enumerator
/hardware/interfaces/input/common/aidl/aidl_api/android.hardware.input.common/1/android/hardware/input/common/
DAxis.aidl38 Y = 1, enumConstant
/hardware/interfaces/input/common/aidl/android/hardware/input/common/
DAxis.aidl57 Y = 1, enumConstant
/hardware/interfaces/input/common/aidl/aidl_api/android.hardware.input.common/current/android/hardware/input/common/
DAxis.aidl38 Y = 1, enumConstant
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXcms.h104 XcmsFloat Y; member
114 XcmsFloat Y; /* 0.0 - 1.0 */ member
123 XcmsFloat Y; /* 0.0 - 1.0 */ member
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEse_Internal.h50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/lib/
DphNxpEse_Internal.h55 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h88 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp46 uint32_t Utils::yuvToRgbx(const unsigned char Y, in yuvToRgbx()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1536 float Y[256], U[256], V[256]; in stbi_write_jpg_core() local
1574 float Y[64], U[64], V[64]; in stbi_write_jpg_core() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1536 float Y[256], U[256], V[256]; in stbi_write_jpg_core() local
1574 float Y[64], U[64], V[64]; in stbi_write_jpg_core() local
Dastcenc_ideal_endpoints_and_weights.cpp1117 float Y = rgba_weight_sum.lane<1>(); in compute_rgbo_vector() local
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp813 char* Y = ipBuffer; in fillByteBuffer() local
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec2.inl14 const tvec2<T, P> tvec2<T, P>::Y(static_cast<T>(0), static_cast<T>(1)); member in glm::tvec2<T, P>
Dtype_vec3.inl15 const tvec3<T, P> tvec3<T, P>::Y(static_cast<T>(0), static_cast<T>(1), static_cast<T>(0)); member in glm::tvec3<T, P>