Home
last modified time | relevance | path

Searched refs:glPolygonOffsetx (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mapi/es1api/
DABI-check146 glPolygonOffsetx
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def142 glPolygonOffsetx @104
DlibGLES_CM.lds143 glPolygonOffsetx;
DlibGLES_CM.hpp174 void (*glPolygonOffsetx)(GLfixed factor, GLfixed units); member in LibGLES_CMexports
Dmain.cpp1188 GL_API void GL_APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function
1549 this->glPolygonOffsetx = es1::PolygonOffsetx; in LibGLES_CMexports()
DlibGLES_CM.cpp4859 FUNCTION(glPolygonOffsetx), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c136 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java544 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/
Dgl.h530 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/external/swiftshader/include/GLES/
Dgl.h521 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl171 "glPolygonOffsetx",