Home
last modified time | relevance | path

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

123

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DJoystickView.java34 public void setPosition(int x, int y) { in setPosition()
72 int x = w / 2 - 4 + fX; in onDraw() local
DInputController.java77 public void joystickMoved(int x, int y) { in joystickMoved()
97 public void onStickMoved(int x, int y) { in onStickMoved()
DUtilities.java6 static void centerAround(int x, int y, Drawable d) { in centerAround()
DColorWheel.java116 private int floatToByte(float x) { in floatToByte()
185 float x = event.getX() - CENTER_X; in onTouchEvent() local
DDemoKitActivity.java105 private int x; field in DemoKitActivity.JoyMsg
108 public JoyMsg(int x, int y) { in JoyMsg()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraParameters.cpp343 void QCameraParameters::setTouchIndexAec(int x, int y) in setTouchIndexAec()
350 void QCameraParameters::getTouchIndexAec(int *x, int *y) const in getTouchIndexAec()
367 void QCameraParameters::setTouchIndexAf(int x, int y) in setTouchIndexAf()
374 void QCameraParameters::getTouchIndexAf(int *x, int *y) const in getTouchIndexAf()
391 void QCameraParameters::getMeteringAreaCenter(int *x, int *y) const in getMeteringAreaCenter()
/device/lge/mako/camera/
DQCameraParameters.cpp335 void QCameraParameters::setTouchIndexAec(int x, int y) in setTouchIndexAec()
342 void QCameraParameters::getTouchIndexAec(int *x, int *y) const in getTouchIndexAec()
359 void QCameraParameters::setTouchIndexAf(int x, int y) in setTouchIndexAf()
366 void QCameraParameters::getTouchIndexAf(int *x, int *y) const in getTouchIndexAf()
383 void QCameraParameters::getMeteringAreaCenter(int *x, int *y) const in getMeteringAreaCenter()
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_entry.cpp364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D()
786 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels()
810 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor()
900 void glUniform1f(GLint location, GLfloat x) in glUniform1f()
912 void glUniform1i(GLint location, GLint x) in glUniform1i()
924 void glUniform2f(GLint location, GLfloat x, GLfloat y) in glUniform2f()
936 void glUniform2i(GLint location, GLint x, GLint y) in glUniform2i()
948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f()
960 void glUniform3i(GLint location, GLint x, GLint y, GLint z) in glUniform3i()
[all …]
DGL2Encoder.cpp903 void GL2Encoder::s_glUniform1f(void *self , GLint location, GLfloat x) in s_glUniform1f()
917 void GL2Encoder::s_glUniform1i(void *self , GLint location, GLint x) in s_glUniform1i()
943 void GL2Encoder::s_glUniform2f(void *self , GLint location, GLfloat x, GLfloat y) in s_glUniform2f()
957 void GL2Encoder::s_glUniform2i(void *self , GLint location, GLint x, GLint y) in s_glUniform2i()
971 void GL2Encoder::s_glUniform3f(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z) in s_glUniform3f()
985 void GL2Encoder::s_glUniform3i(void *self , GLint location, GLint x, GLint y, GLint z) in s_glUniform3i()
999 void GL2Encoder::s_glUniform4f(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloa… in s_glUniform4f()
1013 void GL2Encoder::s_glUniform4i(void *self , GLint location, GLint x, GLint y, GLint z, GLint w) in s_glUniform4i()
Dgl2_enc.cpp426 void glCopyTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLint x, … in glCopyTexImage2D_enc()
448 …c(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei… in glCopyTexSubImage2D_enc()
1635 void glReadPixels_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, … in glReadPixels_enc()
1706 void glScissor_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height) in glScissor_enc()
1949 void glUniform1f_enc(void *self , GLint location, GLfloat x) in glUniform1f_enc()
1984 void glUniform1i_enc(void *self , GLint location, GLint x) in glUniform1i_enc()
2019 void glUniform2f_enc(void *self , GLint location, GLfloat x, GLfloat y) in glUniform2f_enc()
2055 void glUniform2i_enc(void *self , GLint location, GLint x, GLint y) in glUniform2i_enc()
2091 void glUniform3f_enc(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f_enc()
2128 void glUniform3i_enc(void *self , GLint location, GLint x, GLint y, GLint z) in glUniform3i_enc()
[all …]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef()
216 void glScalef(GLfloat x, GLfloat y, GLfloat z) in glScalef()
241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef()
341 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D()
656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels()
661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
676 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
681 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor()
761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
[all …]
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp272 for(int x = 0; x < mFrameWidth; x += 2) { in drawCheckerboard() local
313 void EmulatedFakeCameraDevice::drawSquare(int x, in drawSquare()
DEmulatedQemuCamera.cpp103 const int x = atoi(first_dim); in Initialize() local
DConverters.cpp40 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB565() local
70 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB32() local
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef()
501 void glScalef(GLfloat x, GLfloat y, GLfloat z) in glScalef()
531 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef()
645 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D()
1027 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels()
1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
1051 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
1057 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor()
1153 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
[all …]
/device/asus/fugu/original-kernel-headers/linux/
Dkct.h77 # define __KCT_ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) argument
78 # define __KCT_ALIGN(x, a) __KCT_ALIGN_MASK(x, (typeof(x))(a) - 1) argument
79 # define KCT_ALIGN(x, a) __KCT_ALIGN((x), (a)) argument
/device/asus/fugu/kernel-headers/linux/
Dkct.h85 #define __KCT_ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) argument
86 #define __KCT_ALIGN(x, a) __KCT_ALIGN_MASK(x, (typeof(x))(a) - 1) argument
87 #define KCT_ALIGN(x, a) __KCT_ALIGN((x), (a)) argument
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp396 for (unsigned int x = 0; x < kResolution[0]; x++) { in captureRaw() local
435 for (unsigned int x = 0; x < kResolution[0]; x+=inc) { in captureRGBA() local
465 for (unsigned int x = 0; x < kResolution[0]; x += inc) { in captureRGB() local
/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl_entry.cpp182 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer()
188 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… in rcUpdateColorBuffer()
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c105 #define GET_CLIENT_IDX(x) ((x) & 0xff) argument
106 #define GET_SESSION_IDX(x) (((x) >> 8) & 0xff) argument
107 #define GET_JOB_IDX(x) (((x) >> 16) & 0xff) argument
116 #define GCD( x, y, gcd) ({ \ argument
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h126 #define GET_CLIENT_IDX(x) ((x) & 0xff) argument
127 #define GET_SESSION_IDX(x) (((x) >> 8) & 0xff) argument
128 #define GET_JOB_IDX(x) (((x) >> 16) & 0xff) argument
/device/generic/goldfish/sensors/
Dsensors_qemu.c71 #define ID_CHECK(x) ((unsigned)((x)-ID_BASE) < MAX_NUM_SENSORS) argument
84 #define SENSOR_(x,y) { y, ID_##x }, argument
/device/asus/grouper/power/
Dpower.c141 void *thread_uevent(__attribute__((unused)) void *x) in thread_uevent()
/device/lge/hammerhead/power/
Dpower_hammerhead.c166 void *thread_uevent(__attribute__((unused)) void *x) in thread_uevent()
/device/lge/mako/power/
Dpower_mako.c166 void *thread_uevent(__attribute__((unused)) void *x) in thread_uevent()

123