Searched refs:glPixelStorei (Results 1 - 21 of 21) sorted by relevance

/external/chromium/webkit/glue/
H A Dgl_bindings_skia_cmd_buffer.cc70 glPixelStorei,
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebGLLayer.mm131 glPixelStorei(GL_PACK_ROW_LENGTH, rowBytes / 4);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp320 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
340 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
360 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
524 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
551 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp67 interface->fPixelStorei = glPixelStorei;
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm213 glPixelStorei(GL_PACK_ROW_LENGTH, rowBytes / 4);
214 glPixelStorei(GL_PACK_ALIGNMENT, 4);
/external/quake/quake/src/WinQuake/
H A Dglquake.h397 #define glPixelStorei(...) do { glPixelStorei(__VA_ARGS__); GLCHECK("glPixelStorei");} while(0) macro
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DTextureUtil.java236 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1);
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp67 interface->fPixelStorei = glPixelStorei;
/external/skia/src/gpu/unix/
H A DGrGLCreateNativeInterface_unix.cpp102 interface->fPixelStorei = glPixelStorei;
/external/skia/src/gpu/win/
H A DGrGLCreateNativeInterface_win.cpp66 interface->fPixelStorei = glPixelStorei;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c352 DEF(glPixelStorei),
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DTextureUtil.java399 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp107 interface->fPixelStorei = glPixelStorei;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp106 ::glPixelStorei(GL_PACK_ALIGNMENT, 4);
113 ::glPixelStorei(GL_PACK_ALIGNMENT, packAlignment);
842 ::glPixelStorei(pname, param);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java524 public void glPixelStorei(int pname, int param) { method in class:GLErrorLogger.ErrorLoggingGL
525 ((GL10)mGL).glPixelStorei(pname, param);
/external/mesa3d/include/GLES2/
H A Dgl2.h564 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h564 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h201 SDL_PROC(void,glPixelStorei,(GLenum pname, GLint param))
H A DSDL_video.c1655 this->glPixelStorei( GL_UNPACK_ROW_LENGTH, this->screen->pitch / this->screen->format->BytesPerPixel );
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1130 glPixelStorei(paramName, param);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp3896 void __stdcall glPixelStorei(GLenum pname, GLint param) function

Completed in 161 milliseconds