HomeSort by relevance Sort by last modified time
    Searched refs:yoffset (Results 276 - 300 of 786) sorted by null

<<11121314151617181920>>

  /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/ppapi/lib/gl/gles2/
gles2.c 149 GLint yoffset,
159 yoffset, local
189 GLint yoffset,
198 yoffset, local
701 GLint yoffset,
711 yoffset, local
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 106 m->info.yoffset = offset / m->finfo.line_length;
178 info.yoffset = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 154 int yoffset, int width, int height, int format, int imageSize,
156 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
167 int yoffset, int x, int y, int width, int height) {
168 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
646 int yoffset, int width, int height, int format, int type,
648 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 19 ; r3 int yoffset,
28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset
123 ldr r3, [sp], #4 ; load back yoffset
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 51 const int yoffset = dist / xsize; local
52 const int xoffset = dist - yoffset * xsize;
53 if (xoffset <= 8 && yoffset < 8) {
54 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
55 } else if (xoffset > xsize - 8 && yoffset < 7) {
56 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 70 void glCompressedTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, int imageSize, const void* data);
74 void glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
162 void glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* pixels);
197 void glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* pixels);
198 void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
200 void glCompressedTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, int imageSize, const void* data);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 19 ; r3 int yoffset,
28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset
123 ldr r3, [sp], #4 ; load back yoffset
  /external/webp/src/enc/
backward_references.c 51 const int yoffset = dist / xsize; local
52 const int xoffset = dist - yoffset * xsize;
53 if (xoffset <= 8 && yoffset < 8) {
54 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
55 } else if (xoffset > xsize - 8 && yoffset < 7) {
56 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
GLES20.spec 23 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 19 ; r3 int yoffset,
28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset
123 ldr r3, [sp], #4 ; load back yoffset
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 110 GLint yoffset,
117 target, level, xoffset, yoffset, width, height, format, imageSize, data);
133 GLint yoffset,
139 target, level, xoffset, yoffset, x, y, width, height);
492 GLint yoffset,
499 target, level, xoffset, yoffset, width, height, format, type, pixels);
759 GLint yoffset,
766 target, level, xoffset, yoffset, width, height, format, type, access);
    [all...]
gles2_trace_implementation_impl_autogen.h 159 GLint yoffset,
167 target, level, xoffset, yoffset, width, height, format, imageSize, data);
186 GLint yoffset,
192 gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
764 GLint yoffset,
772 target, level, xoffset, yoffset, width, height, format, type, pixels);
    [all...]
gles2_implementation_autogen.h 90 GLint yoffset,
109 GLint yoffset,
373 GLint yoffset,
589 GLint yoffset,
697 GLint yoffset,
gles2_interface_autogen.h 68 GLint yoffset,
85 GLint yoffset,
262 GLint yoffset,
394 GLint yoffset,
471 GLint yoffset,
gles2_interface_stub_autogen.h 67 GLint yoffset,
84 GLint yoffset,
272 GLint yoffset,
425 GLint yoffset,
504 GLint yoffset,
gles2_trace_implementation_autogen.h 67 GLint yoffset,
84 GLint yoffset,
272 GLint yoffset,
425 GLint yoffset,
504 GLint yoffset,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 505 void compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
509 void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
637 GLenum target, GLint level, GLint xoffset, GLint yoffset,
641 GLenum target, GLint level, GLint xoffset, GLint yoffset,
644 GLenum target, GLint level, GLint xoffset, GLint yoffset,
647 GLenum target, GLint level, GLint xoffset, GLint yoffset,
650 GLenum target, GLint level, GLint xoffset, GLint yoffset,
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 189 virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) = 0;
237 virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) = 0;
239 virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
319 virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) = 0;
451 virtual void asyncTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
sixtappredict_neon.c 32 int yoffset,
50 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
148 if (yoffset == 0) // firstpass_filter4x4_only
235 if (yoffset == 0) { // firstpass_filter4x4_only
345 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
404 int yoffset,
420 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
529 if (yoffset == 0) // firstpass_filter4x4_only
615 if (yoffset == 0) { // firstpass_filter8x4_only
728 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_sse2.asm 536 ; First-pass filter only when yoffset==0
649 ; First-pass filter only when yoffset==0
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 90 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCompressedTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLsizei imageSize, const GrGLvoid* data);
91 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height);
151 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInvalidateTexSubImageProc)(GrGLuint texture, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint zoffset, GrGLsizei width, GrGLsizei height, GrGLsizei depth);
157 typedef GrGLvoid* (GR_GL_FUNCTION_TYPE* GrGLMapTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, GrGLenum access);
186 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, const GrGLvoid* pixels);
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 109 WGC3Dint yoffset,
126 WGC3Dint yoffset,
299 WGC3Dint yoffset,
409 WGC3Dint yoffset,
514 WGC3Dint yoffset,

Completed in 1360 milliseconds

<<11121314151617181920>>