Searched defs:pixelStorei (Results 1 - 3 of 3) sorted by relevance
/external/deqp/framework/opengl/simplereference/ | ||
H A D | sglrReferenceContext.cpp | 885 void ReferenceContext::pixelStorei (deUint32 pname, int param) function in class:sglr::ReferenceContext |
H A D | sglrGLContext.cpp | 260 void GLContext::pixelStorei (deUint32 pname, int param) function in class:sglr::GLContext |
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ | ||
H A D | WebGLRenderingContext.java | 821 public final native void pixelStorei (int pname, int param) /*-{
method in class:WebGLRenderingContext 822 this.pixelStorei(pname, param); |
Completed in 265 milliseconds