Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/host/tests/
DGLSnapshotPixels_unittest.cpp30 gl->glPixelStorei(GL_UNPACK_ALIGNMENT, *m_changed_value); in stateChange()
50 gl->glPixelStorei(GL_PACK_ALIGNMENT, *m_changed_value); in stateChange()
DTextureDraw_unittest.cpp43 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/
DYUVConverter.cpp461 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()
DColorBufferGl.cpp257 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()
DTextureDraw.cpp397 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/
DSaveableTexture.cpp617 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()
DTextureUtils.cpp536 ctx->dispatcher().glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in doCompressedTexImage2D()
1249 glesContext->dispatcher().glPixelStorei(name, newValue); in unpackCheckAndUpdate()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h123 {"glPixelStorei", (void*)glPixelStorei},
Dgl_client_context.h125 glPixelStorei_client_proc_t glPixelStorei; member
Dgl_client_context.cpp125 glPixelStorei = (glPixelStorei_client_proc_t) getProc("glPixelStorei", userData); in initDispatchByName()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h101 {"glPixelStorei", (void*)glPixelStorei},
Dgl2_client_context.h103 glPixelStorei_client_proc_t glPixelStorei; member
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries64 void glPixelStorei(GLenum pname, GLint param);
Dgles_common.entries63 void glPixelStorei(GLenum pname, GLint param);
Dgles_common_for_gles2.entries64 void glPixelStorei(GLenum pname, GLint param);
Dgles_common_dispatch_logging_wrappers.impl275 DISPATCH_DEBUG_LOG("glPixelStorei(pname:0x%X, param:%d)", pname, param);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h65 GL_APICALL void GL_APIENTRY glPixelStorei(GLenum pname, GLint param);
Dgles_common_for_gles2_static_translator_namespaced_header.h65 GL_APICALL void GL_APIENTRY glPixelStorei(GLenum pname, GLint param);
Dgles_common_functions.h65 X(void, glPixelStorei, (GLenum pname, GLint param), (pname, param)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h129 glPixelStorei_server_proc_t glPixelStorei; member
Dgles1_server_context.cpp125 glPixelStorei = (glPixelStorei_server_proc_t) getProc("glPixelStorei", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h134 glPixelStorei_server_proc_t glPixelStorei; member
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h498 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/hardware/google/gfxstream/include/GLES/
Dgl.h708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);

123