HomeSort by relevance Sort by last modified time
    Searched defs:programBinary (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.cpp 12 #include "libGLESv2/ProgramBinary.h"
254 mProgramBinary.set(new ProgramBinary(mRenderer));
301 ProgramBinary* Program::getProgramBinary() const
312 mProgramBinary.set(new ProgramBinary(mRenderer));
344 ProgramBinary *programBinary = mProgramBinary.get();
345 if (programBinary)
347 return programBinary->getLength();
397 ProgramBinary *programBinary = getProgramBinary()
    [all...]
validationES.cpp 20 #include "libGLESv2/ProgramBinary.h"
961 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary();
962 if (!programBinary)
973 if (!programBinary->isValidUniformLocation(location))
978 LinkedUniform *uniform = programBinary->getUniformByLocation(location);
    [all...]
Context.cpp 21 #include "libGLESv2/ProgramBinary.h"
    [all...]
libGLESv2.cpp 20 #include "libGLESv2/ProgramBinary.h"
    [all...]

Completed in 978 milliseconds