Searched refs:postion (Results 1 – 4 of 4) sorted by relevance
278 int postion = tempStr.indexOf(":"); in getInputData() local279 if (postion > -1) { in getInputData()280 attr = tempStr.substring(0, postion).trim(); in getInputData()281 body = tempStr.substring(postion + 1).trim(); in getInputData()
275 int postion = tempStr.indexOf(":"); in getInputData() local276 if (postion > -1) { in getInputData()277 attr = tempStr.substring(0, postion).trim(); in getInputData()278 body = tempStr.substring(postion + 1).trim(); in getInputData()
342 bufferDefinition postion; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
3540 buffer = &buffers.postion; in setupSharedStorageBuffer()4095 …postion.init(gl, (glw::GLsizeiptr)(position_buffer_data.size() * sizeof(glw::GLfloat)), &position_…5120 buffer = &buffers.postion;