Searched defs:componentCount (Results 1 - 1 of 1) 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

Completed in 39 milliseconds