HomeSort by relevance Sort by last modified time
    Searched refs:ubo_matrix_stride_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 172 ubo_matrix_stride_ = stride[0] / sizeof(float);
181 * (ubo_matrix_stride_ + ubo_matrix_stride_ + ubo_vector_stride_); //Mat4 + Mat4 + Vec3 + 1 stride
183 float* pColor = pBuffer + teapot_x_ * teapot_y_ * teapot_z_ * ubo_matrix_stride_ * 2;
311 teapot_x_ * teapot_y_ * teapot_z_ * (ubo_matrix_stride_ * 2) * sizeof(float),
314 float* pMVMat = p + teapot_x_ * teapot_y_ * teapot_z_ * ubo_matrix_stride_;
329 pMVPMat += ubo_matrix_stride_;
332 pMVMat += ubo_matrix_stride_;
MoreTeapotsRenderer.h 106 int32_t ubo_matrix_stride_; member in class:MoreTeapotsRenderer

Completed in 51 milliseconds