HomeSort by relevance Sort by last modified time
    Searched refs:VertexExecutable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.h 255 class VertexExecutable
258 VertexExecutable(const VertexFormat inputLayout[MAX_VERTEX_ATTRIBS],
261 ~VertexExecutable();
293 std::vector<VertexExecutable *> mVertexExecutables;
ProgramBinary.cpp 139 ProgramBinary::VertexExecutable::VertexExecutable(const VertexFormat inputLayout[],
151 ProgramBinary::VertexExecutable::~VertexExecutable()
156 bool ProgramBinary::VertexExecutable::matchesSignature(const GLenum signature[]) const
298 rx::ShaderExecutable *vertexExecutable = mProgram->getVertexExecutableForInputLayout(tempInfoLog, inputLayout, mShaderAttributes,
301 if (!vertexExecutable)
309 mVertexExecutables.push_back(new VertexExecutable(inputLayout, signature, vertexExecutable));
312 return vertexExecutable;
    [all...]

Completed in 221 milliseconds