Searched refs:glPolygonOffsetx (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 140 glPolygonOffsetx_t glPolygonOffsetx; member
|
D | GLDispatch.cpp | 157 s_gl.glPolygonOffsetx = (glPolygonOffsetx_t) s_gles_lib->findSymbol("glPolygonOffsetx"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 309 glPolygonOffsetx(278, 278), enumConstant 802 case 278: return glPolygonOffsetx; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 311 void, glPolygonOffsetx, GLfixed factor, GLfixed units
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 1321 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) { in glPolygonOffsetx() function
|