HomeSort by relevance Sort by last modified time
    Searched full:xoffset (Results 276 - 300 of 964) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 566 GLint xoffset, GLint yoffset, GLint zoffset,
588 xoffset, yoffset, width, height);
603 xoffset, yoffset, zoffset,
610 GLint xoffset, GLint yoffset, GLint zoffset,
615 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
623 GLint xoffset, GLint yoffset, GLint zoffset,
628 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 566 GLint xoffset, GLint yoffset, GLint zoffset,
588 xoffset, yoffset, width, height);
603 xoffset, yoffset, zoffset,
610 GLint xoffset, GLint yoffset, GLint zoffset,
615 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
623 GLint xoffset, GLint yoffset, GLint zoffset,
628 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 193 float xOffset, float yOffset, PointerCoords* outRawPointerCoords) {
196 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.x) - xOffset);
257 float xOffset, float yOffset, jobject outPointerCoordsObj) {
259 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_X) + xOffset);
337 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
368 pointerCoordsToNative(env, pointerCoordsObj, xOffset, yOffset, &rawPointerCoords[i]);
373 xOffset, yOffset, xPrecision, yPrecision,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 277 public void onOffsetsChanged(float xOffset, float yOffset,
281 Log.d(TAG, "onOffsetsChanged: xOffset=" + xOffset + ", yOffset=" + yOffset
286 if (mXOffset != xOffset || mYOffset != yOffset) {
288 Log.d(TAG, "Offsets changed to (" + xOffset + "," + yOffset + ").");
290 mXOffset = xOffset;
400 // Adjust the image for xOffset/yOffset values. If window manager is handling offsets,
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 243 GL_APICALL void (* GL_APIENTRY glTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
244 GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
246 GL_APICALL void (* GL_APIENTRY glCompressedTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 192 GLint xoffset,
203 GLint xoffset,
221 GLint xoffset,
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 64 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
66 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
148 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
292 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
639 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data)
642 ctx->glCompressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data);
651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
654 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 105 GrGLint xoffset,
116 GrGLint xoffset,
265 GrGLint xoffset,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){
239 thisItem.setX(xOffset + (i * xIncrement));
251 thisItem.setX(xOffset + (i * (width/n)));
  /external/opencv/cxcore/include/
cxcore.hpp 144 cvRect(image->roi->xOffset,image->roi->yOffset,
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 105 GrGLint xoffset,
116 GrGLint xoffset,
265 GrGLint xoffset,
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); local
265 cx += (mTempRectF.left / scale) - xoffset;
267 cx -= (mTempRectF.left / scale) - xoffset;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); local
265 cx += (mTempRectF.left / scale) - xoffset;
267 cx -= (mTempRectF.left / scale) - xoffset;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 274 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); local
277 cx += (mTempRectF.left / scale) - xoffset;
279 cx -= (mTempRectF.left / scale) - xoffset;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1045 void BitVector_Interval_Copy(wordptr X, wordptr Y, N_int Xoffset,
1078 if ((length > 0) and (Xoffset < bitsX) and (Yoffset < bitsY))
1080 if ((Xoffset + length) > bitsX) length = bitsX - Xoffset;
1083 ascending = (Xoffset <= Yoffset);
1091 t_lo_base = Xoffset >> LOGBITS;
1092 t_lo_bit = Xoffset AND MODMASK;
1093 Xoffset += length;
1094 t_hi_base = Xoffset >> LOGBITS;
1095 t_hi_bit = Xoffset AND MODMASK
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_sync.cc 76 tex_params.xoffset,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 147 // (frameContext->xOffset, frameContext->yOffset). There is no guarantee
148 // that width == (size().width() - frameContext->xOffset), so
151 const int xBegin = frameContext->xOffset();
153 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 112 VGint xoffset = 0, yoffset = 0; local
115 xoffset = -sx;
116 xoffset *= _vega_size_for_format(dataFormat);
142 dst + yoffset + xoffset);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.h 117 GLint xoffset, GLint yoffset, GLint zoffset,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.h 167 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset,
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 128 GLint xoffset, GLint yoffset,
131 glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
462 GLvoid StubGLTexSubImage2D(GLenum target, GLint level, GLint xoffset,
465 glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type,
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 112 VGint xoffset = 0, yoffset = 0; local
115 xoffset = -sx;
116 xoffset *= _vega_size_for_format(dataFormat);
142 dst + yoffset + xoffset);
  /external/mesa3d/src/mesa/drivers/common/
meta.h 117 GLint xoffset, GLint yoffset, GLint zoffset,
  /external/mesa3d/src/mesa/main/
texobj.h 167 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 266 int xoffset = jas_image_tlx( m_image ); local
280 uchar* dst = data + (y - yoffset) * step - xoffset;
328 int xoffset = jas_image_tlx( m_image ); local
342 ushort* dst = data + (y - yoffset) * step - xoffset;

Completed in 893 milliseconds

<<11121314151617181920>>