Home | History | Annotate | Download | only in renderscript

Lines Matching full:texture

107      * @return number of texture inputs
114 * Returns the type of texture at a given slot. e.g. 2D or Cube
115 * @param slot index of the texture input
116 * @return texture input type
126 * Returns the name of the texture input at a given slot. e.g.
128 * @param slot index of the texture input
129 * @return texture input name
159 * Binds a texture to be used in the program
161 * @param va allocation containing texture data
173 throw new IllegalArgumentException("Cannot bind cubemap to 2d texture slot");
181 * Binds an object that describes how a texture at the
184 * @param vs sampler for a corresponding texture
295 * Queries the index of the last added texture type
323 * Adds a texture input to the Program
325 * @param texType describes that the texture to append it (2D,
335 * Adds a texture input to the Program
337 * @param texType describes that the texture to append it (2D,
339 * @param texName what the texture should be called in the
346 throw new IllegalArgumentException("Max texture count exceeded.");