HomeSort by relevance Sort by last modified time
    Searched refs:coordinate (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/mesa3d/src/compiler/glsl/
lower_texture_projection.cpp 76 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
77 ir->coordinate->type,
78 ir->coordinate,
ir_equals.cpp 140 if (!possibly_null_equals(coordinate, other->coordinate, ignore))
ir_clone.cpp 208 if (this->coordinate)
209 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 55 if (!ir->coordinate)
60 ir_variable *var = new(mem_ctx) ir_variable(ir->coordinate->type,
61 "coordinate", ir_var_auto);
64 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
92 /* coordinate.xyz *= expr */
97 ir->coordinate->type,
103 ir->coordinate = new(mem_ctx) ir_dereference_variable(var);
  /frameworks/base/location/java/android/location/
Location.java 203 * Converts a coordinate to a String representation. The outputType
205 * The coordinate must be a valid double between -180.0 and 180.0.
210 * @throws IllegalArgumentException if coordinate is less than
215 public static String convert(double coordinate, int outputType) {
216 if (coordinate < -180.0 || coordinate > 180.0 ||
217 Double.isNaN(coordinate)) {
218 throw new IllegalArgumentException("coordinate=" + coordinate);
229 if (coordinate < 0)
    [all...]
  /external/swiftshader/src/Renderer/
Context.cpp 546 bool Context::texCoordActive(int coordinate, int component)
554 if(vertexShader->getOutput(T0 + coordinate, component).usage == Shader::USAGE_TEXCOORD)
566 switch(texGen[coordinate])
572 hasTexture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count);
591 bool project = isProjectionComponent(coordinate, component);
596 usesTexture = pixelShader->usesTexture(coordinate, component) || project;
600 usesTexture = textureStage[coordinate].usesTexture() || project;
606 bool Context::texCoordActive(int coordinate)
608 return texCoordActive(coordinate, 0) ||
609 texCoordActive(coordinate, 1) |
    [all...]
SetupProcessor.cpp 188 for(int coordinate = 0; coordinate < 8; coordinate++)
192 if(context->textureActive(coordinate, component))
194 state.texture[coordinate][component].attribute = T0 + coordinate;
195 state.texture[coordinate][component].flat = point && !sprite;
196 state.texture[coordinate][component].wrap = (context->textureWrap[coordinate] & (1 << component)) != 0;
Context.hpp 349 bool texCoordActive(int coordinate, int component);
350 bool texCoordActive(int coordinate);
351 bool isProjectionComponent(unsigned int coordinate, int component);
399 bool textureActive(int coordinate);
400 bool textureActive(int coordinate, int component);
PixelProcessor.cpp 1057 for(int coordinate = 0; coordinate < 8; coordinate++)
1061 if(context->textureActive(coordinate, component))
1063 state.texture[coordinate].component |= 1 << component;
1067 state.texture[coordinate].flat |= 1 << component;
1072 if(context->textureTransformProject[coordinate] && context->pixelShaderVersion() <= 0x0103)
1074 if(context->textureTransformCount[coordinate] == 2)
1076 state.texture[coordinate].project = 1;
1078 else if(context->textureTransformCount[coordinate] == 3
    [all...]
  /external/swiftshader/src/Shader/
PixelShader.hpp 37 bool usesTexture(int coordinate, int component) const;
PixelPipeline.hpp 82 void TEXCOORD(Vector4s &dst, Float4 &u, Float4 &v, Float4 &s, int coordinate);
83 void TEXCRD(Vector4s &dst, Float4 &u, Float4 &v, Float4 &s, int coordinate, bool project);
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java 186 public static boolean isValidCoordinate(final int coordinate) {
189 return coordinate >= 0;
  /external/mesa3d/docs/specs/
MESA_window_pos.spec 32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
44 position to a specific window coordinate prior to calling DrawPixels,
97 color, color index and texture coordinate update the current raster
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 93 for (const auto& coordinate : ffi.fVariationDesignPosition) {
95 (coordinate.axis >> 24) & 0xFF,
96 (coordinate.axis >> 16) & 0xFF,
97 (coordinate.axis >> 8) & 0xFF,
98 (coordinate.axis ) & 0xFF,
99 coordinate.value);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
TouchEventGenerator.java 254 PointerCoords coordinate = new PointerCoords(); local
255 coordinate.x = location.x;
256 coordinate.y = location.y;
257 coordinate.pressure = 1.0f;
258 coordinates[index] = coordinate;
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 102 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
113 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat1
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) :
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store);
164 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat3
241 * --in increasing coordinate order */
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 46 The lower-left corner has texture coordinate (0,0,r,q).
55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
135 size. The other vertex attributes (such as the color and fog coordinate)
146 If multiple texture units are present the same texture coordinate is
  /external/boringssl/src/ssl/test/runner/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
  /prebuilts/go/darwin-x86/src/image/draw/
clip_test.go 188 // rectangles, in their respective coordinate spaces.
192 // sr is r translated into src's coordinate space.
198 // mr is r translated into mask's coordinate space.
  /prebuilts/go/linux-x86/src/image/draw/
clip_test.go 188 // rectangles, in their respective coordinate spaces.
192 // sr is r translated into src's coordinate space.
198 // mr is r translated into mask's coordinate space.
  /external/ImageMagick/MagickCore/
geometry.c 857 coordinate;
874 c=sscanf(geometry,"%lf%*[ ,]%lf%*[ ,]%lf%*[ ,]%lf",&coordinate.rho,
875 &coordinate.sigma,&coordinate.xi,&coordinate.psi);
879 Special case: coordinate (e.g. 0,0 255,255).
881 geometry_info->rho=coordinate.rho;
882 geometry_info->sigma=coordinate.sigma;
883 geometry_info->xi=coordinate.xi;
884 geometry_info->psi=coordinate.psi
848 coordinate; local
    [all...]
  /external/walt/docs/
DragLatency.md 29 The app collects all the motion events reported by Android with their coordinates and timestamps. The plot on the screenshot below show the vertical coordinate as a function of time as seen by the app _y_(_t_).
37 This calculation that only looks at the _y_ coordinate assumes the laser beam is parallel to the _x_ axis and prefers no motion of the finger in the _x_ direction.
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
README 83 where x,y,z are sensors output and x",y",z" are android coordinate system data.

Completed in 3453 milliseconds

1 2 3 4 5 6 7 8 910