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

<<11121314151617181920>>

  /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...]
  /external/chromium_org/third_party/angle/extensions/
ANGLE_texture_compression_dxt.txt 114 * <xoffset> or <yoffset> is not a multiple of four.
144 - <xoffset> or <yoffset> is not a multiple of four;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 61 * texture2D(sampler, vec2(x, yOffset + y * scaleFactor))
63 * Where yOffset, returned by getYOffset(), is the offset to the start of the row within the
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 61 * texture2D(sampler, vec2(x, yOffset + y * scaleFactor))
63 * Where yOffset, returned by getYOffset(), is the offset to the start of the row within the
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 144 int yOffset = base + Y_OFFSET;
145 mTempPointF.set(mKeyframeData[xOffset], mKeyframeData[yOffset]);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
MeshTest.java 112 final float yOffset = (normalizedY - 0.5f) * height;
117 tmb.addVertex(xOffset, yOffset);
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in 64 void API_ENTRY(glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels) {
65 CALL_GL_API(glTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels);
67 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) {
68 CALL_GL_API(glCopyTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, x, y, width, height);
73 void API_ENTRY(glCompressedTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data) {
74 CALL_GL_API(glCompressedTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 147 int yoffset = (getHeight() - insets.top - insets.bottom - root.height) / 2 + insets.top + 1; local
150 y -= yoffset;
  /external/chromium_org/gpu/command_buffer/client/
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_interface_stub_impl_autogen.h 95 GLint /* yoffset */,
114 GLint /* yoffset */,
436 GLint /* yoffset */,
694 GLint /* yoffset */,
    [all...]
gles2_trace_implementation_autogen.h 67 GLint yoffset,
84 GLint yoffset,
272 GLint yoffset,
425 GLint yoffset,
504 GLint yoffset,
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...]
  /external/chromium_org/gpu/command_buffer/
cmd_buffer_functions.txt 29 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenumTextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenumCompressedTextureFormat format, GLsizei imageSize, const void* data);
31 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenumTextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
119 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenumTextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenumTextureFormat format, GLenumPixelType type, const void* pixels);
186 GL_APICALL void* GL_APIENTRY glMapTexSubImage2DCHROMIUM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access);
215 GL_APICALL void GL_APIENTRY glAsyncTexSubImage2DCHROMIUM (GLenumTextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenumTextureFormat format, GLenumPixelType type, const void* data);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
sixtappredict_neon.c 29 int yoffset,
52 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
150 if (yoffset == 0) // firstpass_filter4x4_only
237 if (yoffset == 0) { // firstpass_filter4x4_only
347 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
406 int yoffset,
422 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
531 if (yoffset == 0) // firstpass_filter4x4_only
617 if (yoffset == 0) { // firstpass_filter8x4_only
730 dtmps8 = vld1_s8(vp8_sub_pel_filters[yoffset]);
    [all...]
vp8_subpixelvariance_neon.c 30 int yoffset,
54 d0u8 = vdup_n_u8(bilinear_taps_coeff[yoffset][0]);
55 d1u8 = vdup_n_u8(bilinear_taps_coeff[yoffset][1]);
116 } else if (yoffset == 0) { // firstpass_bfilter16x16_only
361 d0u8 = vdup_n_u8(bilinear_taps_coeff[yoffset][0]);
362 d1u8 = vdup_n_u8(bilinear_taps_coeff[yoffset][1]);
    [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);
152 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInvalidateTexSubImageProc)(GrGLuint texture, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint zoffset, GrGLsizei width, GrGLsizei height, GrGLsizei depth);
158 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);
187 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 117 WGC3Dint yoffset,
134 WGC3Dint yoffset,
307 WGC3Dint yoffset,
417 WGC3Dint yoffset,
522 WGC3Dint yoffset,
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 69 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) = DE_NULL;
70 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) = DE_NULL;
74 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) = DE_NULL;
75 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) = DE_NULL;
207 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src);
sglrGLContext.cpp 285 void GLContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data)
287 m_wrapper->glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, data);
290 void GLContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data)
292 m_wrapper->glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
349 << ", " << xoffset << ", " << yoffset << ", "
355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height);
358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
364 << ", " << xoffset << ", " << yoffset << ", " << zoffset << ", "
370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height)
    [all...]
  /external/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);
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 389 unsigned int xres, yres, xoffset, yoffset, overscanmode, pannelfitting; local
392 psb_xrandr_extvideo_prop(&xres, &yres, &xoffset, &yoffset, &center, &subtitle, &overscanmode, &pannelfitting);
395 yres = extend_display_height - yoffset;
398 ret = psb_extend_dri_init(ctx, xoffset, yoffset, xres, yres);
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
gl2.attrib 24 #void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLvoid *data)
257 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
342 #void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *pixels)
352 #void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLvoid *data)
516 #void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels)

Completed in 2951 milliseconds

<<11121314151617181920>>