Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h127 {"glPolygonOffsetx", (void*)glPolygonOffsetx},
Dgl_client_context.h129 glPolygonOffsetx_client_proc_t glPolygonOffsetx; member
Dgl_client_context.cpp129 glPolygonOffsetx = (glPolygonOffsetx_client_proc_t) getProc("glPolygonOffsetx", userData); in initDispatchByName()
Dgl_entry.cpp124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function
1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx()
Dgl_enc.cpp9046 this->glPolygonOffsetx = &glPolygonOffsetx_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h133 glPolygonOffsetx_server_proc_t glPolygonOffsetx; member
Dgles1_server_context.cpp129 glPolygonOffsetx = (glPolygonOffsetx_server_proc_t) getProc("glPolygonOffsetx", userData); in initDispatchByName()
Dgles1_dec.cpp2423 this->glPolygonOffsetx(var_factor, var_units); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries99 void glPolygonOffsetx(GLfixed factor, GLfixed units);
Dgles1_only_dispatch_logging_wrappers.impl470 DISPATCH_DEBUG_LOG("glPolygonOffsetx(factor:%d, units:%d)", factor, units);
Dgles12tr_internal.entries238 void glPolygonOffsetx( GLfixed factor, GLfixed units);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h101 GL_APICALL void GL_APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units);
Dgles1_only_functions.h101 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
Dgles12tr_internal.h240 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h502 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/include/GLES/
Dgl.h712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h194 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1798 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) { in glPolygonOffsetx() function