Searched defs:pointSize (Results 1 – 5 of 5) sorted by relevance
248 GLfloat pointSize = std::min<GLfloat>(20.0f, maxPointSize); in TEST_P() local458 GLfloat pointSize = std::min<GLfloat>(16.0f, maxPointSize); in TEST_P() local
174 GLfloat pointSize = gles1State.mPointParameters.pointSize; in prepareForDraw() local
130 GLfloat pointSize = 1.0f; member
467 void Context::pointSize(GLfloat size) in pointSize() function in gl::Context
64 PFNGLPOINTSIZEPROC pointSize = nullptr; variable