/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 206 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument 208 getDispatch()->glPolygonOffset(factor, units); in glPolygonOffset() 641 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument 643 getDispatch()->glPolygonOffsetx(factor, units); in glPolygonOffsetx() 996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument 998 getDispatch()->glPolygonOffsetxOES(factor, units); in glPolygonOffsetxOES()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 38 void glPolygonOffset(GLfloat factor, GLfloat units); 125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
|
D | gles2_core.entries | 96 void glPolygonOffset(GLfloat factor, GLfloat units);
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 38 void glPolygonOffset(GLfloat factor, GLfloat units); 124 void glPolygonOffsetx(GLfixed factor, GLfixed units); 215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units); 489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument 492 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset() 1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument 1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx() 1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument 1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
|
D | gl_enc.cpp | 915 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc() argument 934 memcpy(ptr, &units, 4); ptr += 4; in glPolygonOffset_enc() 3308 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetx_enc() argument 3327 memcpy(ptr, &units, 4); ptr += 4; in glPolygonOffsetx_enc() 5888 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetxOES_enc() argument 5907 memcpy(ptr, &units, 4); ptr += 4; in glPolygonOffsetxOES_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 31 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units) 117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units) 215 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
D | glext.h | 697 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units); 737 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
|
D | gl31.h | 468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 99 void glPolygonOffset(GLfloat factor, GLfloat units); 1003 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument 1006 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset()
|
D | gl2_enc.cpp | 2977 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc() argument 2996 memcpy(ptr, &units, 4); ptr += 4; in glPolygonOffset_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 92 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units)
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 80471 ffffffff82a2a450 d kmalloc_cache_name.units 82187 ffffffff82aa5ba0 d hid_dump_field.units
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 158571 ffffffc0115d5838 d kmalloc_cache_name.units 160257 ffffffc01164c4b8 d hid_dump_field.units
|