HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 130 struct ureg_src coords,
136 ureg_MAD(ureg, tmp, coords, const0, const1);
147 struct ureg_src coords,
175 ureg_scalar(coords, TGSI_SWIZZLE_Y),
178 ureg_scalar(coords, TGSI_SWIZZLE_X),
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
198 struct ureg_src coords,
225 ureg_MUL(ureg, temp0, ureg_scalar(coords, TGSI_SWIZZLE_Y),
228 ureg_scalar(coords, TGSI_SWIZZLE_X),
238 ureg_MUL(ureg, temp2, ureg_scalar(coords, TGSI_SWIZZLE_Z), ureg_src(temp4))
522 struct ureg_src coords, const0124, matrow0, matrow1, matrow2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords,
113 ureg_MAD(ureg, tmp, coords, const0, const1);
124 struct ureg_src coords,
156 ureg_scalar(coords, TGSI_SWIZZLE_Y),
159 ureg_scalar(coords, TGSI_SWIZZLE_X),
165 ureg_scalar(coords, TGSI_SWIZZLE_Z));
184 struct ureg_src coords,
216 ureg_MUL(ureg, temp0, ureg_scalar(coords, TGSI_SWIZZLE_Y),
219 ureg_scalar(coords, TGSI_SWIZZLE_X),
233 ureg_scalar(coords, TGSI_SWIZZLE_Z)
557 struct ureg_src coords, const0124, local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 130 struct ureg_src coords,
136 ureg_MAD(ureg, tmp, coords, const0, const1);
147 struct ureg_src coords,
175 ureg_scalar(coords, TGSI_SWIZZLE_Y),
178 ureg_scalar(coords, TGSI_SWIZZLE_X),
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
198 struct ureg_src coords,
225 ureg_MUL(ureg, temp0, ureg_scalar(coords, TGSI_SWIZZLE_Y),
228 ureg_scalar(coords, TGSI_SWIZZLE_X),
238 ureg_MUL(ureg, temp2, ureg_scalar(coords, TGSI_SWIZZLE_Z), ureg_src(temp4))
522 struct ureg_src coords, const0124, matrow0, matrow1, matrow2; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords,
113 ureg_MAD(ureg, tmp, coords, const0, const1);
124 struct ureg_src coords,
156 ureg_scalar(coords, TGSI_SWIZZLE_Y),
159 ureg_scalar(coords, TGSI_SWIZZLE_X),
165 ureg_scalar(coords, TGSI_SWIZZLE_Z));
184 struct ureg_src coords,
216 ureg_MUL(ureg, temp0, ureg_scalar(coords, TGSI_SWIZZLE_Y),
219 ureg_scalar(coords, TGSI_SWIZZLE_X),
233 ureg_scalar(coords, TGSI_SWIZZLE_Z)
557 struct ureg_src coords, const0124, local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 180 const LLVMValueRef *coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 180 const LLVMValueRef *coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
  /external/chromium_org/content/public/test/
render_view_test.cc 266 std::vector<int> coords;
272 coords.push_back(value->Int32Value());
274 return gfx::Rect(coords[0], coords[1], coords[2], coords[3]);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 23 [Reflect] attribute DOMString coords;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
pshints.h 159 * coords ::
167 * `coords[0]' is the absolute stem position (lowest coordinate);
168 * `coords[1]' is the length.
175 * the real stem position is `coords[0]+coords[1]'.
181 FT_Fixed* coords );
200 * coords ::
215 FT_Fixed* coords );
449 * coords ::
456 * There are `2*count' elements in the `coords' array. Each eve
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 159 * coords ::
167 * `coords[0]' is the absolute stem position (lowest coordinate);
168 * `coords[1]' is the length.
175 * the real stem position is `coords[0]+coords[1]'.
181 FT_Fixed* coords );
200 * coords ::
215 FT_Fixed* coords );
449 * coords ::
456 * There are `2*count' elements in the `coords' array. Each eve
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 196 // C function void glDrawTexsvOES ( const GLshort *coords )
199 short[] coords,
203 // C function void glDrawTexsvOES ( const GLshort *coords )
206 java.nio.ShortBuffer coords
209 // C function void glDrawTexivOES ( const GLint *coords )
212 int[] coords,
216 // C function void glDrawTexivOES ( const GLint *coords )
219 java.nio.IntBuffer coords
222 // C function void glDrawTexxvOES ( const GLfixed *coords )
225 int[] coords,
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 133 float[] coords = { local
142 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 67 void RenderingThread::s_glDrawTexfvOES(const GLfloat *coords)
70 m_tls->m_glDrawTexfvOES(coords);
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords)
77 m_tls->m_glDrawTexsvOES(coords);
81 void RenderingThread::s_glDrawTexivOES(const GLint *coords)
84 m_tls->m_glDrawTexivOES(coords);
88 void RenderingThread::s_glDrawTexxvOES(const GLfixed *coords)
91 m_tls->m_glDrawTexxvOES(coords);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 525 LLVMValueRef coords[4]; local
538 coords[i] = LLVMBuildExtractElement(builder, v, idx, "");
541 coords[2] = build_intrinsic(builder, "llvm.AMDIL.fabs.",
542 type, &coords[2], 1, LLVMReadNoneAttribute);
543 coords[2] = build_intrinsic(builder, "llvm.AMDGPU.rcp",
544 type, &coords[2], 1, LLVMReadNoneAttribute);
546 mad_args[1] = coords[2];
549 mad_args[0] = coords[0];
550 coords[0] = build_intrinsic(builder, "llvm.AMDIL.mad.",
553 mad_args[0] = coords[1]
573 LLVMValueRef coords[4]; local
594 LLVMValueRef coords[4]; local
631 LLVMValueRef coords[4]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 525 LLVMValueRef coords[4]; local
538 coords[i] = LLVMBuildExtractElement(builder, v, idx, "");
541 coords[2] = build_intrinsic(builder, "llvm.AMDIL.fabs.",
542 type, &coords[2], 1, LLVMReadNoneAttribute);
543 coords[2] = build_intrinsic(builder, "llvm.AMDGPU.rcp",
544 type, &coords[2], 1, LLVMReadNoneAttribute);
546 mad_args[1] = coords[2];
549 mad_args[0] = coords[0];
550 coords[0] = build_intrinsic(builder, "llvm.AMDIL.mad.",
553 mad_args[0] = coords[1]
573 LLVMValueRef coords[4]; local
594 LLVMValueRef coords[4]; local
631 LLVMValueRef coords[4]; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 696 public void glDrawTexfvOES(float[] coords, int offset) {
697 mgl11Ext.glDrawTexfvOES(coords, offset);
700 public void glDrawTexfvOES(FloatBuffer coords) {
701 mgl11Ext.glDrawTexfvOES(coords);
708 public void glDrawTexivOES(int[] coords, int offset) {
709 mgl11Ext.glDrawTexivOES(coords, offset);
712 public void glDrawTexivOES(IntBuffer coords) {
713 mgl11Ext.glDrawTexivOES(coords);
721 public void glDrawTexsvOES(short[] coords, int offset) {
722 mgl11Ext.glDrawTexsvOES(coords, offset)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 113 prev_xcoord = lscale.scale.coords()[0]
122 curr_xcoord = lscale.scale.coords()[0]
142 curr_xcoord = x.scale.coords()[0]
149 self.assertTrue(x.scale.coords()[0] > curr_xcoord)
150 self.assertEqual(x.scale.coords()[0],
157 self.assertEqual(x.scale.coords()[0],
176 x.scale.coords()[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 113 prev_xcoord = lscale.scale.coords()[0]
122 curr_xcoord = lscale.scale.coords()[0]
142 curr_xcoord = x.scale.coords()[0]
149 self.assertTrue(x.scale.coords()[0] > curr_xcoord)
150 self.assertEqual(x.scale.coords()[0],
157 self.assertEqual(x.scale.coords()[0],
176 x.scale.coords()[0])
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 729 mmvar->namedstyle[i].coords = next_coords;
776 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
800 mmvar->namedstyle[n].coords = next_coords;
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 722 mmvar->namedstyle[i].coords = next_coords;
769 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
793 mmvar->namedstyle[n].coords = next_coords;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h     [all...]
  /external/mesa3d/src/mesa/main/
dd.h     [all...]
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; local
160 mPosVertices.put(coords).position(0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm_sample.c 175 const LLVMValueRef *coords,
190 num_coords, coords,

Completed in 1054 milliseconds

1 23 4 5 6 7 8 91011