Searched defs:Program (Results 1 - 7 of 7) sorted by last modified time

/frameworks/rs/
H A DrsProgram.cpp23 Program::Program(Context *rsc, const char * shaderText, size_t shaderLength, function in class:Program
83 Program::~Program() {
103 bool Program::freeChildren() {
115 void Program::initMemberVars() {
139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
168 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) {
187 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) {
203 Program *
[all...]
H A DrsProgram.h31 class Program : public ProgramBase { class in namespace:android::renderscript
61 Program(Context *, const char * shaderText, size_t shaderLength,
63 virtual ~Program();
/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java30 * Program is a base class for all the objects that modify
34 public class Program extends BaseObj { class in inherits:BaseObj
42 * TextureType specifies what textures are attached to Program
76 Program(int id, RenderScript rs) { method in class:Program
81 * Program object can have zero or more constant allocations
304 * object to be used as constant inputs to the Program
321 * Adds a texture input to the Program
333 * Adds a texture input to the Program
352 protected void initProgram(Program p) {
/frameworks/base/libs/hwui/
H A DProgram.cpp19 #include "Program.h"
28 // TODO: Program instance should be created from a factory method
29 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) { function in class:android::uirenderer::Program
88 Program::~Program() {
100 int Program::addAttrib(const char* name) {
106 int Program::bindAttrib(const char* name, ShaderBindings bindingSlot) {
112 int Program::getAttrib(const char* name) {
120 int Program
[all...]
H A DProgram.h93 // Program description
300 class Program { class in namespace:android::uirenderer
311 Program(const ProgramDescription& description, const char* vertex, const char* fragment);
312 virtual ~Program();
426 }; // class Program
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgram.java25 public abstract class Program { class
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp47 struct ATSParser::Program : public RefBase { struct in class:android::ATSParser
48 Program(ATSParser *parser, unsigned programNumber, unsigned programMapPID);
95 DISALLOW_EVIL_CONSTRUCTORS(Program);
99 Stream(Program *program,
124 Program *mProgram;
176 ATSParser::Program::Program( function in class:android::ATSParser::Program
186 bool ATSParser::Program::parsePSISection(
199 bool ATSParser::Program::parsePID(
216 void ATSParser::Program
[all...]

Completed in 139 milliseconds