Searched defs:vtx (Results 1 – 3 of 3) sorted by relevance
359 long[] vtx = new long[mVertexTypeCount]; in create() local526 long[] vtx = new long[mVertexTypeCount]; in create() local
947 native long rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim); in rsnMeshCreate()948 synchronized long nMeshCreate(long[] vtx, long[] idx, int[] prim) { in nMeshCreate()
343 private static void setQuad(FloatBuffer vtx, float x, float y, float w, float h) { in setQuad()