Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h545 void setPackRowLength(GLint rowLength);
DState.cpp2279 void State::setPackRowLength(GLint rowLength) in setPackRowLength() function in gl::State
DContext.cpp5629 mState.setPackRowLength(param); in pixelStorei()