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

  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 638 GLsizei getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const;
libGLESv2.cpp     [all...]
libGLESv3.cpp 384 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, depth, format, type));
433 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, depth, format, type));
    [all...]
Context.cpp     [all...]

Completed in 116 milliseconds