Home
last modified time | relevance | path

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

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