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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 55 virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) { return 0; }
98 virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) { }
100 virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { }
198 virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 216 GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level) = 0;
218 GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) = 0;
220 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface3D *storage, GLint level) = 0;
222 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface2DArray *storage, GLint level) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.h 176 GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level);
178 GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
180 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface3D *storage, GLint level);
182 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface2DArray *storage, GLint level);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 180 GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level);
182 GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
184 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface3D *storage, GLint level);
186 GLint xoffset, GLint yoffset, GLint zOffset, TextureStorageInterface2DArray *storage, GLint level);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.h 58 GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_images.c 406 VGint xoffset = 0, yoffset = 0; local
422 xoffset = -sx;
423 xoffset *= _vega_size_for_format(dataFormat);
458 dst + yoffset + xoffset);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.h 73 GLint xoffset, GLint yoffset, GLint zoffset,
  /external/chromium_org/third_party/skia/src/effects/
SkMagnifierImageFilter.cpp 29 float xOffset,
36 xOffset,
63 float xOffset,
70 , fXOffset(xOffset)
  /external/chromium_org/ui/keyboard/resources/
main.js 286 * @param {number} xOffset The x-coordinate of the key who's index is start.
291 function redistribute(allKeys, params, xOffset, width, keyHeight, yOffset) {
327 updateKey(key, keyWidth, keyHeight, xOffset, yOffset)
328 xOffset += keyWidth + params.pitchX;
414 rightEdge + params.pitchX,//xOffset.
454 var xOffset = params.offsetLeft;
473 xOffset += Math.floor(extra/2)
476 xOffset += extra;
483 var left = xOffset;
  /external/fio/
graph.c 82 double xoffset, yoffset; member in struct:graph
111 void graph_set_position(struct graph *g, double xoffset, double yoffset)
113 g->xoffset = xoffset;
446 cairo_translate(cr, bg->xoffset, bg->yoffset);
538 cairo_translate(cr, g->xoffset, g->yoffset);
949 int first_x = g->xoffset;
950 int last_x = g->xoffset + g->xdim;
967 x -= g->xoffset;
  /external/fonttools/Lib/fontTools/
afmLib.py 182 xoffset = int(m.group(2))
184 components.append((basechar, xoffset, yoffset))
251 for basechar, xoffset, yoffset in components:
252 line = line + " PCC %s %s %s ;" % (basechar, xoffset, yoffset)
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 406 VGint xoffset = 0, yoffset = 0; local
422 xoffset = -sx;
423 xoffset *= _vega_size_for_format(dataFormat);
458 dst + yoffset + xoffset);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 73 GLint xoffset, GLint yoffset, GLint zoffset,
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 29 float xOffset,
36 xOffset,
63 float xOffset,
70 , fXOffset(xOffset)
  /frameworks/native/libs/input/tests/
StructLayout_test.cpp 59 CHECK_OFFSET(InputMessage::Body::Motion, xOffset, 56);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 109 int xoffset[4]; member in struct:vdec_vc1_panscan_regions
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 109 int xoffset[4]; member in struct:vdec_vc1_panscan_regions
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl 336 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
340 DE_UNREF(xoffset);
346 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
350 DE_UNREF(xoffset);
358 GLW_APICALL void GLW_APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid* pixels)
362 DE_UNREF(xoffset);
369 GLW_APICALL void GLW_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels)
373 DE_UNREF(xoffset);
437 GLW_APICALL void GLW_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)
441 DE_UNREF(xoffset);
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 122 int xoffset,
136 vector3b = sub_pel_filters_inv[xoffset][2];
138 /* if (xoffset == 0) we don't need any filtering */
161 vector1b = sub_pel_filters_inv[xoffset][0];
162 vector2b = sub_pel_filters_inv[xoffset][1];
243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
318 int xoffset,
333 /* if (xoffset == 0) we don't need any filtering */
334 if (xoffset == 0
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 122 int xoffset,
136 vector3b = sub_pel_filters_inv[xoffset][2];
138 /* if (xoffset == 0) we don't need any filtering */
161 vector1b = sub_pel_filters_inv[xoffset][0];
162 vector2b = sub_pel_filters_inv[xoffset][1];
243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
318 int xoffset,
333 /* if (xoffset == 0) we don't need any filtering */
334 if (xoffset == 0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 122 int xoffset,
136 vector3b = sub_pel_filters_inv[xoffset][2];
138 /* if (xoffset == 0) we don't need any filtering */
161 vector1b = sub_pel_filters_inv[xoffset][0];
162 vector2b = sub_pel_filters_inv[xoffset][1];
243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
318 int xoffset,
333 /* if (xoffset == 0) we don't need any filtering */
334 if (xoffset == 0
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 336 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
338 getDispatch()->glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, data);
346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
756 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
758 getDispatch()->glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
    [all...]

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 91011>>