Searched refs:glPolygonOffsetx (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 137 {"glPolygonOffsetx", (void *)glPolygonOffsetx},
|
D | gles_dispatch.h | 140 glPolygonOffsetx_t glPolygonOffsetx; member 412 …ffsetx(glPolygonOffsetx_t f) { glPolygonOffsetx_t retval = glPolygonOffsetx; glPolygonOffsetx = f;… in set_glPolygonOffsetx()
|
D | gles.cpp | 641 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function 643 getDispatch()->glPolygonOffsetx(factor, units); in glPolygonOffsetx()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 127 {"glPolygonOffsetx", (void*)glPolygonOffsetx},
|
D | gl_client_context.h | 129 glPolygonOffsetx_client_proc_t glPolygonOffsetx; member
|
D | gl_client_context.cpp | 129 glPolygonOffsetx = (glPolygonOffsetx_client_proc_t) getProc("glPolygonOffsetx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 124 void glPolygonOffsetx(GLfixed factor, GLfixed units); 1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function 1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx()
|
D | gl_enc.cpp | 8488 this->glPolygonOffsetx = &glPolygonOffsetx_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 362 glPolygonOffsetxOES = glPolygonOffsetx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|