Searched refs:kPaddedTexWidth (Results 1 – 2 of 2) sorted by relevance
144 constexpr uint32_t kPaddedTexWidth = kPixelsPerRowPitch; in initTexture() local145 std::vector<RGBA8> data(kPaddedTexWidth * texHeight, RGBA8(0, 0, 0, pixelValue)); in initTexture()
154 constexpr uint32_t kPaddedTexWidth = kPixelsPerRowPitch; in initTexture() local155 std::vector<RGBA8> data(kPaddedTexWidth * texHeight, RGBA8(0, 0, 0, pixelValue)); in initTexture()