Home
last modified time | relevance | path

Searched defs:textureId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/apps/default/src/
DTexWrapper.cpp28 GLuint textureId; in TexWrapper() local
41 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
157 GLuint textureId; in createTextureFromPng() local
/packages/services/Car/cpp/evs/support_library/
DTexWrapper.cpp32 GLuint textureId; in TexWrapper() local
45 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
161 GLuint textureId; in createTextureFromPng() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/blurredbackground/
DBlurTextureProgram.java201 private void setupTextureForFramebuffer(int textureId) { in setupTextureForFramebuffer()
281 private void setupProgram(int programId, int textureId, int textureTarget) { in setupProgram()
DGLHelper.java85 int textureId = textureIdBuffer.get(0); in createAndBindTextureObject() local
/packages/services/Car/libs/car-evs-helper-lib/jni/
DCarEvsBufferRenderer.cpp34 jint textureId) { in nativeUpdateTexture()
/packages/services/Car/libs/car-evs-helper-lib/src/com/android/car/internal/evs/
DGLES20CarEvsBufferRenderer.java365 private native boolean nUpdateTexture(HardwareBuffer buffer, int textureId); in nUpdateTexture()