Searched refs:glPolygonOffsetx (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/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 | 9046 this->glPolygonOffsetx = &glPolygonOffsetx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 133 glPolygonOffsetx_server_proc_t glPolygonOffsetx; member
|
D | gles1_server_context.cpp | 129 glPolygonOffsetx = (glPolygonOffsetx_server_proc_t) getProc("glPolygonOffsetx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2423 this->glPolygonOffsetx(var_factor, var_units); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 99 void glPolygonOffsetx(GLfixed factor, GLfixed units);
|
D | gles1_only_dispatch_logging_wrappers.impl | 470 DISPATCH_DEBUG_LOG("glPolygonOffsetx(factor:%d, units:%d)", factor, units);
|
D | gles12tr_internal.entries | 238 void glPolygonOffsetx( GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 101 GL_APICALL void GL_APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units);
|
D | gles1_only_functions.h | 101 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
|
D | gles12tr_internal.h | 240 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 502 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 194 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1798 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) { in glPolygonOffsetx() function
|