Searched defs:factor (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 206 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() 641 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() 996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() 1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() 1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES()
|
D | gl_enc.cpp | 902 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc() 3263 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetx_enc() 5823 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetxOES_enc()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3313 static size_t calcFifoSize(const int* iPeriod, const int* iLatency, const int* factor, int n) { in calcFifoSize() 3351 const int factor[] = {6, 6, 8}; in calcWatermark2_() local
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 780 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset()
|
D | gl2_enc.cpp | 2900 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc()
|