OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getprogramattribute
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java
401
VertexAttribute attr =
getProgramAttribute
(attributeName, true);
407
VertexAttribute attr =
getProgramAttribute
(attributeName, true);
642
VertexAttribute attr =
getProgramAttribute
(texCoordAttributeName(), false);
654
VertexAttribute attr =
getProgramAttribute
(positionAttributeName(), false);
759
private VertexAttribute
getProgramAttribute
(String name, boolean required) {
Completed in 221 milliseconds