Home
last modified time | relevance | path

Searched refs:glPolygonOffsetxOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h200 {"glPolygonOffsetxOES", (void*)glPolygonOffsetxOES},
Dgl_client_context.h220 glPolygonOffsetxOES_client_proc_t glPolygonOffsetxOES; member
Dgl_client_context.cpp220 glPolygonOffsetxOES = (glPolygonOffsetxOES_client_proc_t) getProc("glPolygonOffsetxOES", userData); in initDispatchByName()
Dgl_entry.cpp215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units);
1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() function
1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
Dgl_enc.cpp9137 this->glPolygonOffsetxOES = &glPolygonOffsetxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h224 glPolygonOffsetxOES_server_proc_t glPolygonOffsetxOES; member
Dgles1_server_context.cpp220 glPolygonOffsetxOES = (glPolygonOffsetxOES_server_proc_t) getProc("glPolygonOffsetxOES", userData); in initDispatchByName()
Dgles1_dec.cpp4278 this->glPolygonOffsetxOES(var_factor, var_units); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries239 void glPolygonOffsetxOES( GLfixed factor, GLfixed units);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in215 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h222 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h701 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h241 X(void, glPolygonOffsetxOES, (GLfixed factor, GLfixed units), (factor, units)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5242 GLAPI void APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);