Searched refs:getAttributeHandle (Results 1 – 2 of 2) sorted by relevance
113 mAttrPosition = mProgram.getAttributeHandle(A_POSITION); in setupAttributes()119 mAttrTextureCoordinates = mProgram.getAttributeHandle(A_TEXTURE_COORDINATES); in setupAttributes()
108 int getAttributeHandle(String name) { in getAttributeHandle() method in ImageGLProgram