/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPixels_unittest.cpp | 30 gl->glPixelStorei(GL_UNPACK_ALIGNMENT, *m_changed_value); in stateChange() 50 gl->glPixelStorei(GL_PACK_ALIGNMENT, *m_changed_value); in stateChange()
|
D | TextureDraw_unittest.cpp | 43 gl->glPixelStorei(GL_PACK_ALIGNMENT, 1); in TestTextureDrawBasic() 44 gl->glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in TestTextureDrawBasic() 108 gl->glPixelStorei(GL_PACK_ALIGNMENT, 1); in TestTextureDrawLayer() 109 gl->glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in TestTextureDrawLayer()
|
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 461 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createYUVGLTex() 466 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, unprevAlignment); in createYUVGLTex() 479 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, 1); in readYUVTex() 482 s_gles2.glPixelStorei(GL_PACK_ROW_LENGTH, pixelsStride); in readYUVTex() 492 s_gles2.glPixelStorei(GL_PACK_ROW_LENGTH, prevStride); in readYUVTex() 493 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, prevAlignment); in readYUVTex() 520 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in subUpdateYUVGLTex() 522 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, unprevAlignment); in subUpdateYUVGLTex()
|
D | ColorBufferGl.cpp | 257 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in create() 321 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, prevUnpackAlignment); in create() 407 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, 1); in readPixels() 416 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, prevAlignment); in readPixels() 448 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, 1); in readPixelsScaled() 483 s_gles2.glPixelStorei(GL_PACK_ALIGNMENT, prevAlignment); in readPixelsScaled() 624 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in subUpdateFromFrameworkFormat()
|
D | TextureDraw.cpp | 397 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in drawImpl() 425 s_gles2.glPixelStorei(GL_UNPACK_ALIGNMENT, prevUnpackAlignment); in drawImpl()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 617 dispatcher.glPixelStorei(pixelStoreIndexes[i], in onSave() 816 dispatcher.glPixelStorei(pixelStoreIndexes[i], in onSave() 879 dispatcher.glPixelStorei(pixelStoreIndexes[i], in restore() 903 dispatcher.glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in restore() 1035 dispatcher.glPixelStorei(pixelStoreIndexes[i], in restore()
|
D | TextureUtils.cpp | 536 ctx->dispatcher().glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in doCompressedTexImage2D() 1249 glesContext->dispatcher().glPixelStorei(name, newValue); in unpackCheckAndUpdate()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 123 {"glPixelStorei", (void*)glPixelStorei},
|
D | gl_client_context.h | 125 glPixelStorei_client_proc_t glPixelStorei; member
|
D | gl_client_context.cpp | 125 glPixelStorei = (glPixelStorei_client_proc_t) getProc("glPixelStorei", userData); in initDispatchByName()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 101 {"glPixelStorei", (void*)glPixelStorei},
|
D | gl2_client_context.h | 103 glPixelStorei_client_proc_t glPixelStorei; member
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 64 void glPixelStorei(GLenum pname, GLint param);
|
D | gles_common.entries | 63 void glPixelStorei(GLenum pname, GLint param);
|
D | gles_common_for_gles2.entries | 64 void glPixelStorei(GLenum pname, GLint param);
|
D | gles_common_dispatch_logging_wrappers.impl | 275 DISPATCH_DEBUG_LOG("glPixelStorei(pname:0x%X, param:%d)", pname, param);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 65 GL_APICALL void GL_APIENTRY glPixelStorei(GLenum pname, GLint param);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 65 GL_APICALL void GL_APIENTRY glPixelStorei(GLenum pname, GLint param);
|
D | gles_common_functions.h | 65 X(void, glPixelStorei, (GLenum pname, GLint param), (pname, param)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 129 glPixelStorei_server_proc_t glPixelStorei; member
|
D | gles1_server_context.cpp | 125 glPixelStorei = (glPixelStorei_server_proc_t) getProc("glPixelStorei", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 134 glPixelStorei_server_proc_t glPixelStorei; member
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 498 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|