Searched refs:glPolygonOffsetx (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 146 glPolygonOffsetx
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 142 glPolygonOffsetx @104
|
D | libGLES_CM.lds | 143 glPolygonOffsetx;
|
D | libGLES_CM.hpp | 174 void (*glPolygonOffsetx)(GLfixed factor, GLfixed units); member in LibGLES_CMexports
|
D | main.cpp | 1188 GL_API void GL_APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function 1549 this->glPolygonOffsetx = es1::PolygonOffsetx; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4859 FUNCTION(glPolygonOffsetx), in es1GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 136 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 544 public void glPolygonOffsetx(int factor, int units) { in glPolygonOffsetx() method in GLErrorLogger.ErrorLoggingGL 545 ((GL10)mGL).glPolygonOffsetx(factor, units); in glPolygonOffsetx()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 530 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 521 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 171 "glPolygonOffsetx",
|