Home
last modified time | relevance | path

Searched defs:factor (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/health/utils/libhealthtest/include/health-test/
DTestUtils.h69 inline AssertionResult IsValueSimilar(int32_t dividend, int32_t divisor, double factor) { in IsValueSimilar()
/hardware/google/gfxstream/host/gl/
DTextureResize.cpp307 unsigned int factor = 1; in update() local
340 void TextureResize::setupFramebuffers(unsigned int factor) { in setupFramebuffers()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwificonfig.cpp188 u16 factor) in wifi_set_beacon_wifi_iface_stats_averaging_factor()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwificonfig.cpp278 u16 factor) in wifi_set_beacon_wifi_iface_stats_averaging_factor()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp411 size_t factor = expectedStatus == StatusV1_2::ERROR_DRM_FRAME_TOO_LARGE ? 1 : 2; in decrypt() local
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp509 size_t factor = expectedStatus == Status::ERROR_DRM_FRAME_TOO_LARGE ? 1 : 2; in decrypt() local
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset()
1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx()
1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES()
Dgl_enc.cpp983 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc()
3538 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetx_enc()
6294 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetxOES_enc()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1798 GL_API void GL_APIENTRY glPolygonOffset( GLfloat factor, GLfloat units) { in glPolygonOffset()
1805 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) { in glPolygonOffsetx()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1921 uint factor = 1; in bcm_qdbm_to_mw() local
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1510 void GLEScontext::setPolygonOffset(GLfloat factor, GLfloat units) { in setPolygonOffset()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3298 GL_APICALL void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units){ in glPolygonOffset()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h1337 unsigned short factor; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp1016 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset()
Dgl2_enc.cpp3161 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc()