Searched refs:componentCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java144 public void setAttributeValues(String attributeName, float[] data, int componentCount) { argument
145 if (!setShaderAttributeValues(attributeName, data, componentCount)) {
154 int componentCount,
161 componentCount,
291 int componentCount);
296 int componentCount,
151 setAttributeValues(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
289 setShaderAttributeValues(String attributeName, float[] data, int componentCount) argument
293 setShaderAttributeVertexFrame(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java127 ExifTag(short tagId, short type, int componentCount, int ifd, argument
131 mComponentCountActual = componentCount;
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java850 Model(@IntRange(from = 1, to = 4) int componentCount) { argument
851 mComponentCount = componentCount;

Completed in 123 milliseconds