Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DTexWrapper.cpp28 GLuint textureId; in TexWrapper() local
42 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
173 GLuint textureId; in createTextureFromPng() local
/packages/services/Car/cpp/evs/support_library/
DTexWrapper.cpp32 GLuint textureId; in TexWrapper() local
46 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
177 GLuint textureId; in createTextureFromPng() local
/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
DBlurTextureProgram.java200 private void setupTextureForFramebuffer(int textureId) { in setupTextureForFramebuffer()
281 private void setupProgram(int programId, int textureId, int textureTarget) { in setupProgram()
DGLHelper.java87 int textureId = textureIdBuffer.get(0); in createAndBindTextureObject() local
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/
DCarEvsCameraPreviewRenderer.cpp34 JNIEnv* env, jobject /*thiz*/, jobject hardwareBufferObj, jint textureId) { in nativeUpdateTexture()
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/
DGLES20CarEvsCameraPreviewRenderer.java364 private native boolean nUpdateTexture(HardwareBuffer buffer, int textureId); in nUpdateTexture()