Searched refs:getRequiredBufferSize (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h638 GLsizei getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const;
H A DlibGLESv2.cpp5046 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1, format, type));
5429 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1, format, type));
5447 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1, format, type));
6289 GLenum validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, depth, format, type));
6337 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, depth, format, type));
H A DlibGLESv3.cpp384 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));
H A DContext.cpp1553 GLsizei Context::getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const function in class:es2::Context

Completed in 185 milliseconds