Home
last modified time | relevance | path

Searched defs:top (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
384 T const top = range; local
402 T const top = range; local
421 T const top = range; local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidGlobal.cpp121 const HidGlobal& HidGlobalStack::top() const { in top() function in HidUtil::HidGlobalStack
DHidParser.cpp99 const HidGlobal &top = mGlobalStack.top(); in processMainTag() local
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp89 int left, int top, int right, int bottom) { in rgb565_to_yv12()
129 int left, int top, int right, int bottom) { in rgb888_to_yv12()
197 int left, int top, int right, int bottom) { in rgb888_to_yuv420p()
234 int left, int top, int right, int bottom) { in yv12_to_rgb565()
279 int left, int top, int right, int bottom) { in yv12_to_rgb888()
319 int left, int top, int right, int bottom) { in yuv420p_to_rgb888()
363 int width, int height, int top, int left, in copy_rgb_buffer_from_unlocked()
/hardware/libhardware/tests/hwc/
Dtest-arrows.c78 int top = h / 4; in prepare() local
/hardware/google/camera/common/hal/utils/
Dzoom_ratio_mapper.cc246 int32_t top = entry.data.i32[1]; in UpdateRects() local
294 int32_t top = regions[i].top; in UpdateWeightedRects() local
Dutils.cc457 int32_t* top, int32_t* width, int32_t* height) { in ConvertZoomRatio()
/hardware/google/gfxstream/host/
DHwc2.h46 float top; member
52 int top; member
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXKBgeom.h120 short top; member
135 short top; member
151 short top; member
172 short top; member
188 short top; member
220 short top; member
232 short top; member
/hardware/libhardware/include_all/hardware/
Dhwcomposer_defs.h70 float top; member
77 int top; member
Dgralloc1.h874 int32_t top; member
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h70 float top; member
77 int top; member
Dgralloc1.h874 int32_t top; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp616 void CoreProfileEngine::orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in orthof()
620 void CoreProfileEngine::frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in frustumf()
DGLEScmContext.cpp992 void GLEScmContext::orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,… in orthof()
1002 void GLEScmContext::frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNea… in frustumf()
DGLEScmImp.cpp991 GL_API void GL_APIENTRY glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… in glFrustumf()
998 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx()
1730 GL_API void GL_APIENTRY glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa… in glOrthof()
1736 GL_API void GL_APIENTRY glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glOrthox()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf()
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof()
761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx()
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox()
1417 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1757 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES()
1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES()
Dgl_enc.cpp261 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc()
866 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in glOrthof_enc()
2234 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc()
3393 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zN… in glOrthox_enc()
5531 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… in glFrustumxOES_enc()
6177 void glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed… in glOrthoxOES_enc()
7257 void glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… in glFrustumfOES_enc()
7289 void glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… in glOrthofOES_enc()
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_nvcuvid.h117 int top; /**< OUT: top position of display rect */ member
Ddynlink_cuviddec.h178 short top; member
196 short top; member
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp237 int left, int top, int right, int bottom) { in sSetCrop()
/hardware/google/camera/common/hal/common/
Dhal_types.h323 uint32_t top; member
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp564 Return<Status> PreviewWindowCb::setCrop(int32_t left, int32_t top, in setCrop()