Home
last modified time | relevance | path

Searched defs:vertices (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCbGeoUtilsTest.java140 List<LatLng> vertices = Arrays.asList( in testPointInPolygon_crossing180thMeridian() local
165 List<LatLng> vertices = Arrays.asList( in testPointInPolygon_crossing0thMeridian() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
H A DCube.java33 int vertices[] = { in Cube() local
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java33 int vertices[] = { in Cube() local
/aosp12/frameworks/av/cmds/screenrecord/
H A DProgram.cpp230 const float* vertices, const float* texes, size_t count) const { in drawTriangles() argument
244 const float* vertices, const float* texes, bool invert) const { in beforeDraw() argument
H A DTextRenderer.cpp194 float vertices[len * quadCoords]; in drawString() local
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp85 const GLfloat vertices[4][2] = { in main() local
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/proto/
H A Ds2_protos.proto41 repeated S2Point vertices = 1; field
/aosp12/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp114 …GLfloat vertices[][2] = { {i*16.0f, 0}, {(i+1)*16.0f, 0}, {(i+1)*16.0f, 16.0f}, {i*16.0f, 16.0f} }; in TEST_F() local
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp145 const GLfloat vertices[4][2] = { in main() local
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCbGeoUtils.java74 List<LatLng> vertices = new ArrayList<>(geoParameters.length - 1); in parseGeometriesFromString() local
242 List<LatLng> vertices = mPolygon.getVertices(); in distance() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java174 public Polygon(@NonNull List<LatLng> vertices) { in Polygon()
417 List<LatLng> vertices = new ArrayList<>(geoParameters.length - 1); in parseGeometriesFromString() local
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp96 const GLfloat vertices[4][2] = { in main() local
/aosp12/frameworks/native/opengl/tests/angeles/
H A Ddemo.c116 static GLOBJECT * newGLObject(long vertices, int vertexComponents, in newGLObject()
207 const long vertices = triangleCount * 3; in createSuperShape() local
351 const long vertices = triangleCount * 3; in createGroundPlane() local
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp229 const GLfloat vertices[] = { in render() local
/aosp12/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp156 const GLfloat vertices[] = { in Java_com_android_gljni_GLJNILib_step() local
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp370 const GLfloat vertices[] = { in render() local
/aosp12/frameworks/base/libs/hwui/
H A DMatrix.cpp477 float vertices[] = {r.left, r.top, r.right, r.top, r.right, r.bottom, r.left, r.bottom}; in mapRect() local
H A DSkiaCanvas.cpp545 void SkiaCanvas::drawVertices(const SkVertices* vertices, SkBlendMode mode, const Paint& paint) { in drawVertices()
591 const float* vertices, const int* colors, const Paint* paint) { in drawBitmapMesh()
H A DRecordingCanvas.cpp438 sk_sp<SkVertices> vertices; member
1081 void RecordingCanvas::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject()
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DCallCountingCanvas.h157 void onDrawVerticesObject (const SkVertices *vertices, SkBlendMode mode, in onDrawVerticesObject()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTypes.java289 List<S2Point> vertices = new ArrayList<>(); in load() local
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp452 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, in TEST() local