Searched refs:textureCoords (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextBlobVertexRegenerator.cpp | 80 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_texcoords() local 81 textureCoords[0] = u0; in regen_texcoords() 82 textureCoords[1] = v0; in regen_texcoords() 83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords() 84 textureCoords[0] = u0; in regen_texcoords() 85 textureCoords[1] = v1; in regen_texcoords() 86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords() 87 textureCoords[0] = u1; in regen_texcoords() 88 textureCoords[1] = v0; in regen_texcoords() 89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
D | Projection.java | 200 public final float[] textureCoords; field in Projection.SubMesh 202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh() argument 206 == textureCoords.length * (long) POSITION_COORDS_PER_VERTEX); in SubMesh() 208 this.textureCoords = textureCoords; in SubMesh()
|
D | ProjectionDecoder.java | 214 float[] textureCoords = new float[triangleIndexCount * 2]; in parseMesh() local 223 textureCoords[counter * 2] = vertices[index * 5 + 3]; in parseMesh() 224 textureCoords[counter * 2 + 1] = vertices[index * 5 + 4]; in parseMesh() 226 subMeshes[i] = new SubMesh(textureId, triangleVertices, textureCoords, drawMode); in parseMesh()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoDecoderRenderer.java | 93 private FloatBuffer[] textureCoords; field in VideoDecoderRenderer 107 textureCoords = new FloatBuffer[3]; in VideoDecoderRenderer() 200 textureCoords[i] = in onDrawFrame() 204 texLocations[i], 2, GLES20.GL_FLOAT, false, 0, textureCoords[i]); in onDrawFrame()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/ |
D | ProjectionDecoderTest.java | 74 float[] uv = subMesh.textureCoords; in testSubMesh() 76 assertThat(subMesh.textureCoords.length).isEqualTo(VERTEX_COUNT * 2); in testSubMesh()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | ProjectionRenderer.java | 214 textureBuffer = GlUtil.createBuffer(subMesh.textureCoords); in MeshData()
|
/external/libabigail/tests/data/test-annotate/ |
D | test14-pr18893.so.abi | 10651 <!-- GLboolean GLUquadric::textureCoords --> 10652 …<var-decl name='textureCoords' type-id='type-id-45' visibility='default' filepath='libutil/quad.c'… 10702 …<parameter type-id='type-id-45' name='textureCoords' filepath='libutil/quad.c' line='114' column='…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 7018 …<var-decl name='textureCoords' type-id='type-id-45' visibility='default' filepath='libutil/quad.c'… 7048 …<parameter type-id='type-id-45' name='textureCoords' filepath='libutil/quad.c' line='114' column='…
|