/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 35 glDrawTexfvOES check coords 5 36 glDrawTexivOES check coords 5 37 glDrawTexsvOES check coords 5 38 glDrawTexxvOES check coords 5
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 440 MotionEvent.PointerCoords coords, int id, MotionEvent event) { 497 .append(" (").append(coords.x, 3).append(", ").append(coords.y, 3) 498 .append(") Pressure=").append(coords.pressure, 3) 499 .append(" Size=").append(coords.size, 3) 500 .append(" TouchMajor=").append(coords.touchMajor, 3) 501 .append(" TouchMinor=").append(coords.touchMinor, 3) 502 .append(" ToolMajor=").append(coords.toolMajor, 3) 503 .append(" ToolMinor=").append(coords.toolMinor, 3) 504 .append(" Orientation=").append((float)(coords.orientation * 180 / Math.PI), 1 584 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local 597 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
paint.c | 55 VGfloat coords[4]; member in struct:vg_paint::__anon13046::__anon13047 208 memcpy(paint->gradient.linear.coords, def_ling, 271 map[0] = paint->gradient.linear.coords[2] - paint->gradient.linear.coords[0]; 272 map[1] = paint->gradient.linear.coords[3] - paint->gradient.linear.coords[1]; 286 matrix_translate(&mat, -paint->gradient.linear.coords[0], -paint->gradient.linear.coords[1]); 294 debug_printf("Coords (%f, %f, %f, %f)\n", 350 debug_printf("Coords (%f, %f, %f, %f)\n" [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
paint.c | 55 VGfloat coords[4]; member in struct:vg_paint::__anon23513::__anon23514 208 memcpy(paint->gradient.linear.coords, def_ling, 271 map[0] = paint->gradient.linear.coords[2] - paint->gradient.linear.coords[0]; 272 map[1] = paint->gradient.linear.coords[3] - paint->gradient.linear.coords[1]; 286 matrix_translate(&mat, -paint->gradient.linear.coords[0], -paint->gradient.linear.coords[1]); 294 debug_printf("Coords (%f, %f, %f, %f)\n", 350 debug_printf("Coords (%f, %f, %f, %f)\n" [all...] |
/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/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 120 const TransformedCoordsArray& coords, 124 builder->fsAppendTextureLookup(samplers[0], coords[0].c_str(), coords[0].type()); 129 builder->fsAppendTextureLookup(samplers[1], coords[1].c_str(), coords[1].type());
|
/external/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 120 const TransformedCoordsArray& coords, 124 builder->fsAppendTextureLookup(samplers[0], coords[0].c_str(), coords[0].type()); 129 builder->fsAppendTextureLookup(samplers[1], coords[1].c_str(), coords[1].type());
|
/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/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 33 * indicates the source of the input coords. 80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be 81 * the same coordinate set as the original GrCoordTransform if the position and local coords are 91 * Retrieves the final translation that a transform needs to apply to its source coords (and 115 * Retrieves the final matrix that a transform needs to apply to its source coords. 168 // We only make the key indicate that device coords are referenced when the local coords 169 // are not actually determined by positions. Otherwise the local coords var and position 270 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); 274 this->emitTransforms(builder, effect, key, &coords); 370 const GrGLShaderVar& coords = kPosition_GrCoordSet == get_source_coords(totalKey, t) ? local [all...] |
/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/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 33 * indicates the source of the input coords. 80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be 81 * the same coordinate set as the original GrCoordTransform if the position and local coords are 91 * Retrieves the final translation that a transform needs to apply to its source coords (and 115 * Retrieves the final matrix that a transform needs to apply to its source coords. 168 // We only make the key indicate that device coords are referenced when the local coords 169 // are not actually determined by positions. Otherwise the local coords var and position 270 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); 274 this->emitTransforms(builder, effect, key, &coords); 370 const GrGLShaderVar& coords = kPosition_GrCoordSet == get_source_coords(totalKey, t) ? local [all...] |
/external/chromium_org/content/public/test/ |
render_view_test.cc | 271 std::vector<int> coords; 277 coords.push_back(value->Int32Value()); 279 return gfx::Rect(coords[0], coords[1], coords[2], coords[3]);
|
/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])
|