Searched refs:getRequiredBufferSize (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 4617 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1,… in TexImage2D() 4958 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1,… in TexSubImage2D() 4976 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, 1,… in TexSubImage2D() 5792 …GLenum validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, hei… in TexImage3DOES() 5840 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, de… in TexSubImage3DOES()
|
D | Context.h | 638 …GLsizei getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum …
|
D | libGLESv3.cpp | 384 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, de… in TexImage3D() 433 …validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, de… in TexSubImage3D()
|
D | Context.cpp | 1559 GLsizei Context::getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format,… in getRequiredBufferSize() function in es2::Context
|