Searched refs:GL_PixelStorei (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 201 ANGLE_EXPORT void GL_APIENTRY GL_PixelStorei(GLenum pname, GLint param);
|
D | proc_table_egl_autogen.cpp | 641 {"glPixelStorei", P(GL_PixelStorei)},
|
D | entry_points_gles_2_0_autogen.cpp | 2382 void GL_APIENTRY GL_PixelStorei(GLenum pname, GLint param) in GL_PixelStorei() function
|
D | libGLESv2_autogen.cpp | 544 return GL_PixelStorei(pname, param); in glPixelStorei()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 616 return GL_PixelStorei(pname, param); in glPixelStorei()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 615 {"glPixelStorei", P(GL_PixelStorei)},
|
D | entry_points_gl_1_autogen.h | 259 ANGLE_EXPORT void GL_APIENTRY GL_PixelStorei(GLenum pname, GLint param);
|
D | libGL_autogen.cpp | 922 return GL_PixelStorei(pname, param); in glPixelStorei()
|
D | entry_points_gl_1_autogen.cpp | 4026 void GL_APIENTRY GL_PixelStorei(GLenum pname, GLint param) in GL_PixelStorei() function
|