Home
last modified time | relevance | path

Searched refs:glPixelStorei (Results 1 – 25 of 59) sorted by relevance

123

/external/mesa3d/src/glx/
Dxfont.c275 glPixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE); in DRI_glXUseXFont()
276 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in DRI_glXUseXFont()
277 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in DRI_glXUseXFont()
278 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in DRI_glXUseXFont()
279 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in DRI_glXUseXFont()
280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in DRI_glXUseXFont()
367 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes); in DRI_glXUseXFont()
368 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in DRI_glXUseXFont()
369 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in DRI_glXUseXFont()
370 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows); in DRI_glXUseXFont()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c278 glPixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE); in Fake_glXUseXFont()
279 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in Fake_glXUseXFont()
280 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in Fake_glXUseXFont()
281 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in Fake_glXUseXFont()
282 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in Fake_glXUseXFont()
283 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in Fake_glXUseXFont()
371 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes); in Fake_glXUseXFont()
372 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in Fake_glXUseXFont()
373 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in Fake_glXUseXFont()
374 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows); in Fake_glXUseXFont()
[all …]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c272 glPixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE); in glXUseXFont()
273 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in glXUseXFont()
274 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in glXUseXFont()
275 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in glXUseXFont()
276 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in glXUseXFont()
277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glXUseXFont()
365 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes); in glXUseXFont()
366 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in glXUseXFont()
367 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in glXUseXFont()
368 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows); in glXUseXFont()
[all …]
/external/libvncserver/x11vnc/
Dmacosx_opengl.c121 glPixelStorei(GL_PACK_ALIGNMENT, 4); in macosx_opengl_init()
122 glPixelStorei(GL_PACK_ROW_LENGTH, 0); in macosx_opengl_init()
123 glPixelStorei(GL_PACK_SKIP_ROWS, 0); in macosx_opengl_init()
124 glPixelStorei(GL_PACK_SKIP_PIXELS, 0); in macosx_opengl_init()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp335 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
375 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
454 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture()
455 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
456 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture()
457 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
458 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels); in createTexture()
459 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
561 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture()
562 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
[all …]
Des31fNegativeTextureApiTests.cpp1034 ctx.glPixelStorei(0,1); in pixelstorei()
1039 ctx.glPixelStorei(GL_PACK_ROW_LENGTH, -1); in pixelstorei()
1041 ctx.glPixelStorei(GL_PACK_SKIP_ROWS, -1); in pixelstorei()
1043 ctx.glPixelStorei(GL_PACK_SKIP_PIXELS, -1); in pixelstorei()
1045 ctx.glPixelStorei(GL_UNPACK_ROW_LENGTH, -1); in pixelstorei()
1047 ctx.glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, -1); in pixelstorei()
1049 ctx.glPixelStorei(GL_UNPACK_SKIP_ROWS, -1); in pixelstorei()
1051 ctx.glPixelStorei(GL_UNPACK_SKIP_PIXELS, -1); in pixelstorei()
1053 ctx.glPixelStorei(GL_UNPACK_SKIP_IMAGES, -1); in pixelstorei()
1055 ctx.glPixelStorei(GL_PACK_ALIGNMENT, 0); in pixelstorei()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp666 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
721 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
766 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
805 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
857 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
917 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
981 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
1038 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
1100 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
1101 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
[all …]
Des3fReadPixelsTests.cpp338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
341 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ROW_LENGTH, m_rowLength)); in iterate()
344 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_ROWS, m_skipRows)); in iterate()
347 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_PIXELS, m_skipPixels)); in iterate()
Des3fNegativeTextureApiTests.cpp1097 glPixelStorei(0,1); in init()
1102 glPixelStorei(GL_PACK_ROW_LENGTH, -1); in init()
1104 glPixelStorei(GL_PACK_SKIP_ROWS, -1); in init()
1106 glPixelStorei(GL_PACK_SKIP_PIXELS, -1); in init()
1108 glPixelStorei(GL_UNPACK_ROW_LENGTH, -1); in init()
1110 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, -1); in init()
1112 glPixelStorei(GL_UNPACK_SKIP_ROWS, -1); in init()
1114 glPixelStorei(GL_UNPACK_SKIP_PIXELS, -1); in init()
1116 glPixelStorei(GL_UNPACK_SKIP_IMAGES, -1); in init()
1118 glPixelStorei(GL_PACK_ALIGNMENT, 0); in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp275 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
344 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
397 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
455 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
503 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
553 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
607 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
679 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
748 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture()
812 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
[all …]
Des2fTextureSpecificationTests.cpp634 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
678 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
725 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
776 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
835 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
882 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
928 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
994 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
1065 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
1119 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture()
[all …]
Des2fReadPixelsTests.cpp212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
Des2fNegativeTextureApiTests.cpp1230 glPixelStorei(0,1); in init()
1237 glPixelStorei(GL_PACK_ALIGNMENT, 0); in init()
1239 glPixelStorei(GL_UNPACK_ALIGNMENT, 0); in init()
1241 glPixelStorei(GL_PACK_ALIGNMENT, 16); in init()
1243 glPixelStorei(GL_UNPACK_ALIGNMENT, 16); in init()
/external/deqp/framework/egl/
DegluStaticES20Library.inl96 { "glPixelStorei", (deFunctionPtr)glPixelStorei },
DegluStaticES30Library.inl163 { "glPixelStorei", (deFunctionPtr)glPixelStorei },
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def204 glPixelStorei = glPixelStorei@8
Dopengl32.def204 glPixelStorei
Dstw_context.c687 &glPixelStorei,
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp120 return (GrGLFuncPtr) glPixelStorei; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl96 gl->pixelStorei = &glPixelStorei;
DglwInitES30Direct.inl163 gl->pixelStorei = &glPixelStorei;
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java236 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1); in uploadTexture()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java399 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadTexture()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl149 "glPixelStorei",
285 "glPixelStorei",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp114 void ContextWrapper::glPixelStorei (deUint32 pname, int param) in glPixelStorei() function in sglr::ContextWrapper

123