/external/chromium_org/mojo/examples/pepper_container_app/ |
graphics_3d_resource.cc | 121 GLint yoffset,
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 113 GLint yoffset, 132 GLint yoffset, 381 GLint yoffset, 584 GLint yoffset,
|
/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/freetype/src/cff/ |
cf2hints.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
picklpf.c | 32 int yoffset; local 48 yoffset = ystride * (((yheight >> 5) * 16) - 4); 49 src_y = src_ybc->y_buffer + yoffset; 50 dst_y = dst_ybc->y_buffer + yoffset;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_images.c | 406 VGint xoffset = 0, yoffset = 0; local 428 yoffset = -sy; 429 yoffset *= dataStride; 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/ui/keyboard/resources/ |
main.js | 289 * @param {number} yOffset The y-coordinate of the top edge of the row. 291 function redistribute(allKeys, params, xOffset, width, keyHeight, yOffset) { 327 updateKey(key, keyWidth, keyHeight, xOffset, yOffset) 389 var yOffset = params.offsetTop + heightOffset; 399 yOffset); 408 yOffset); 417 yOffset); 482 var yOffset = params.offsetTop + heightOffset; 490 updateKey(key, width, keyHeight, left, yOffset)
|
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.hpp | 81 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data); 82 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data); 86 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height); 87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
|
/external/fio/ |
graph.c | 82 double xoffset, yoffset; member in struct:graph 111 void graph_set_position(struct graph *g, double xoffset, double yoffset) 114 g->yoffset = yoffset; 446 cairo_translate(cr, bg->xoffset, bg->yoffset); 538 cairo_translate(cr, g->xoffset, g->yoffset); 951 int first_y = g->yoffset; 952 int last_y = g->yoffset + g->ydim; 968 y -= g->yoffset;
|
/external/fonttools/Lib/fontTools/ |
afmLib.py | 183 yoffset = int(m.group(3)) 184 components.append((basechar, xoffset, yoffset)) 251 for basechar, xoffset, yoffset in components: 252 line = line + " PCC %s %s %s ;" % (basechar, xoffset, yoffset)
|
/external/libvpx/libvpx/vp8/encoder/ |
picklpf.c | 32 int yoffset; local 48 yoffset = ystride * (((yheight >> 5) * 16) - 4); 49 src_y = src_ybc->y_buffer + yoffset; 50 dst_y = dst_ybc->y_buffer + yoffset;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_images.c | 406 VGint xoffset = 0, yoffset = 0; local 428 yoffset = -sy; 429 yoffset *= dataStride; 458 dst + yoffset + xoffset);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.h | 73 GLint xoffset, GLint yoffset, GLint zoffset,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cf2hints.c | [all...] |
/frameworks/av/cmds/screenrecord/ |
TextRenderer.cpp | 51 if (prevYOffset != FontBitmap::yoffset[i]) { 52 prevYOffset = FontBitmap::yoffset[i]; 211 float texTop = FontBitmap::yoffset[chi] / fullTexHeight; 212 float texBottom = (FontBitmap::yoffset[chi] + glyphHeight) /
|
/frameworks/native/libs/input/tests/ |
StructLayout_test.cpp | 60 CHECK_OFFSET(InputMessage::Body::Motion, yOffset, 60);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
picklpf.c | 32 int yoffset; local 48 yoffset = ystride * (((yheight >> 5) * 16) - 4); 49 src_y = src_ybc->y_buffer + yoffset; 50 dst_y = dst_ybc->y_buffer + yoffset;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.cpp | [all...] |