Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 24 of 24) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h33 int left, int top, int right, int bottom);
35 int left, int top, int right, int bottom);
37 int left, int top, int right, int bottom);
39 int left, int top, int right, int bottom);
41 int left, int top, int right, int bottom);
43 int left, int top, int right, int bottom);
DFormatConversions.cpp90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
102 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12()
130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
160 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12()
198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
210 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p()
235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
248 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565()
280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
293 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888()
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgeometry_utils.cpp28 int bottom1 = layer1.displayFrame.bottom; in LayersOverlap()
33 int bottom2 = layer2.displayFrame.bottom; in LayersOverlap()
Dbase_composer.cpp81 layer.sourceCrop.bottom > buffer_height) { in IsValidLayer()
87 layer.sourceCrop.top, layer.sourceCrop.bottom, buffer_width, in IsValidLayer()
Dhwcomposer.cpp191 layer.displayFrame.top > layer.displayFrame.bottom) { in IsValidLayer()
196 layer.displayFrame.top, layer.displayFrame.bottom); in IsValidLayer()
201 layer.sourceCrop.top > layer.sourceCrop.bottom) { in IsValidLayer()
206 layer.sourceCrop.top, layer.sourceCrop.bottom); in IsValidLayer()
Dcpu_composer.cpp40 int from_h = layer.sourceCrop.bottom - layer.sourceCrop.top; in LayerNeedsScaling()
42 int to_h = layer.displayFrame.bottom - layer.displayFrame.top; in LayerNeedsScaling()
362 buffer_crop.bottom - buffer_crop.top, in GetBufferSpec()
438 src_layer->displayFrame.bottom - src_layer->displayFrame.top, in CompositeLayer()
461 src_layer->displayFrame.bottom - src_layer->displayFrame.top; in CompositeLayer()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
50 (left, right, bottom, top, zNear, zFar))
53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
54 (left, right, bottom, top, zNear, zFar))
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf()
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof()
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() argument
438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox()
886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES()
[all …]
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
248 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument
360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf()
[all …]
Dgl_enc.cpp237 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc() argument
257 memcpy(ptr, &bottom, 4); ptr += 4; in glFrustumf_enc()
806 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in glOrthof_enc() argument
826 memcpy(ptr, &bottom, 4); ptr += 4; in glOrthof_enc()
2080 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() argument
2100 memcpy(ptr, &bottom, 4); ptr += 4; in glFrustumx_enc()
3173 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zN… in glOrthox_enc() argument
3193 memcpy(ptr, &bottom, 4); ptr += 4; in glOrthox_enc()
5171 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… in glFrustumxOES_enc() argument
5191 memcpy(ptr, &bottom, 4); ptr += 4; in glFrustumxOES_enc()
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries16 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
34 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar…
84 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
120 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,…
27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G…
76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,…
112 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
192 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear…
248 GL_ENTRY(void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
249 GL_ENTRY(void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
715 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfi…
733 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixe…
847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
848 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
854 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfl…
855 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloa…
Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/device/linaro/hikey/installer/hikey960/
DREADME7 Both are located at the bottom side of the board.
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1543 output << rect.right << ", " << rect.bottom << "]"; in rectString()
1565 output << approximateFloatString(frect.bottom) << "]"; in frectString()
2050 rects[0].bottom = height; in prepareFramebufferTarget()
2176 rect1.bottom == rect2.bottom; in compareRects()
2302 hwc1Layer.sourceCropi.bottom = in applyCommonState()
2303 static_cast<int32_t>(std::floor(pending.bottom)); in applyCommonState()
2590 layer.sourceCropf.bottom); in dumpHWC1Message()
2609 visReg.rects[visRegId].bottom); in dumpHWC1Message()
2629 layer.surfaceDamage.rects[sdId].bottom); in dumpHWC1Message()
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_vidc_dec.h406 uint32_t bottom; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_vidc_dec.h406 uint32_t bottom; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_vidc_dec.h557 uint32_t bottom; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_vidc_dec.h557 uint32_t bottom; member
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp849 l->displayFrame.right, l->displayFrame.bottom, in present()
1598 rect1.bottom == rect2.bottom; in compareRects()
/device/google/bonito/json-c/
DDoxyfile365 # at the bottom of the documentation of classes and structs. If set to YES the
/device/google/crosshatch/json-c/
DDoxyfile365 # at the bottom of the documentation of classes and structs. If set to YES the
/device/google/coral/json-c/
DDoxyfile365 # at the bottom of the documentation of classes and structs. If set to YES the