Home
last modified time | relevance | path

Searched refs:allocateTexturePixels (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DTextureSource.java65 GLToolbox.allocateTexturePixels(mTexId, mTarget, width, height); in allocate()
DGLToolbox.java103 public static void allocateTexturePixels(int texId, int target, int width, int height) { in allocateTexturePixels() method in GLToolbox