Home
last modified time | relevance | path

Searched refs:setPackRowLength (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h512 void setPackRowLength(GLint rowLength);
DContext.cpp885 void Context::setPackRowLength(GLint rowLength) in setPackRowLength() function in es2::Context
DlibGLESv2.cpp4063 context->setPackRowLength(param); in PixelStorei()
/external/angle/src/libANGLE/
DState.h549 void setPackRowLength(GLint rowLength);
DState.cpp2212 void State::setPackRowLength(GLint rowLength) in setPackRowLength() function in gl::State
DContext.cpp5534 mState.setPackRowLength(param); in pixelStorei()