Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h140 glPolygonOffsetx_t glPolygonOffsetx; member
DGLDispatch.cpp157 s_gl.glPolygonOffsetx = (glPolygonOffsetx_t) s_gles_lib->findSymbol("glPolygonOffsetx"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java309 glPolygonOffsetx(278, 278), enumConstant
802 case 278: return glPolygonOffsetx; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in311 void, glPolygonOffsetx, GLfixed factor, GLfixed units
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1321 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) { in glPolygonOffsetx() function