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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 63 VertexCopyFunction GetVertexCopyFunction(const gl::VertexFormat &vertexFormat);
VertexBuffer11.cpp 112 VertexCopyFunction conversionFunc = gl_d3d11::GetVertexCopyFunction(vertexFormat);
formatutils11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.h 40 VertexCopyFunction GetVertexCopyFunction(const gl::VertexFormat &vertexFormat);
VertexBuffer9.cpp 129 VertexCopyFunction copyFunction = d3d9::GetVertexCopyFunction(vertexFormat);
formatutils9.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 33 typedef void (*VertexCopyFunction)(const void *input, size_t stride, size_t count, void *output);

Completed in 235 milliseconds