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

<<11121314151617181920>>

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
sglrReferenceContext.hpp 631 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
632 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
633 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);
636 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
637 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
638 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 187 ;# r5 int xoffset
278 ;# r5 int xoffset
388 ;# r5 int xoffset
605 ;# r5 int xoffset
698 ;# r5 int xoffset
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_sse2.asm 410 ; int xoffset,
435 movsxd rax, dword ptr arg(5) ; xoffset
437 cmp rax, 0 ; skip first_pass filter if xoffset=0
440 shl rax, 5 ; point to filter coeff with xoffset
521 cmp rdx, 0 ; skip all if both xoffset=0 and yoffset=0
    [all...]
subpixel_ssse3.asm 879 ; int xoffset,
896 movsxd rax, dword ptr arg(2) ; xoffset
898 cmp rax, 0 ; skip first_pass filter if xoffset=0
1142 ; int xoffset,
    [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl3.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
gl31.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
  /external/deqp/doc/
GLES2 Negative API Functions.txt 167 o glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
169 o glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
179 o glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict_neon.c 28 int xoffset,
44 if (xoffset == 0) { // secondpass_filter4x4_only
134 dtmps8 = vld1_s8(vp8_sub_pel_filters[xoffset]);
405 int xoffset,
420 if (xoffset == 0) { // secondpass_filter8x4_only
516 dtmps8 = vld1_s8(vp8_sub_pel_filters[xoffset]);
806 int xoffset,
823 if (xoffset == 0) { // secondpass_filter8x8_only
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 261 * @param xOffset The x offset where the content is drawn to.
267 public boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) {
273 mLastXOffset = xOffset;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 361 int xoffset,
384 int xoffset,
937 int xoffset,
  /frameworks/native/include/input/
Input.h 241 void applyOffset(float xOffset, float yOffset);
565 float xOffset,
581 void offsetLocation(float xOffset, float yOffset);
  /frameworks/native/opengl/include/GLES3/
gl3.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
gl31.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  /packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java 375 final int xOffset = viewWrapper.prevLeft - view.getLeft();
380 if (xOffset == 0 && yOffset == 0 && scaleX == 1 && scaleY == 1) {
387 animationSet.addAnimation(new TranslateAnimation(xOffset, 0, yOffset, 0));
  /development/ndk/platforms/android-24/include/GLES2/
gl2.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_ssse3.asm 879 ; int xoffset,
896 movsxd rax, dword ptr arg(2) ; xoffset
898 cmp rax, 0 ; skip first_pass filter if xoffset=0
1142 ; int xoffset,
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 469 public void onOffsetsChanged(float xOffset, float yOffset,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
432 int xoffset,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
459 int xoffset,
    [all...]
GLErrorWrapper.java 176 public void glCompressedTexSubImage2D(int target, int level, int xoffset,
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
193 public void glCopyTexSubImage2D(int target, int level, int xoffset,
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
812 public void glTexSubImage2D(int target, int level, int xoffset,
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 295 float xOffset,
307 "metaState=0x%x, buttonState=0x%x, xOffset=%f, yOffset=%f, "
312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
337 msg.body.motion.xOffset = xOffset;
932 msg->body.motion.xOffset,
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 137 PropertyValuesHolder xOffset = PropertyValuesHolder.ofFloat(View.TRANSLATION_X,
143 xOffset, yOffset);

Completed in 716 milliseconds

<<11121314151617181920>>