Searched defs:textureId (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/evs/apps/default/ |
D | TexWrapper.cpp | 28 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/ |
D | TexWrapper.cpp | 32 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/ |
D | BlurTextureProgram.java | 200 private void setupTextureForFramebuffer(int textureId) { in setupTextureForFramebuffer() 281 private void setupProgram(int programId, int textureId, int textureTarget) { in setupProgram()
|
D | GLHelper.java | 87 int textureId = textureIdBuffer.get(0); in createAndBindTextureObject() local
|
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/ |
D | CarEvsCameraPreviewRenderer.cpp | 34 JNIEnv* env, jobject /*thiz*/, jobject hardwareBufferObj, jint textureId) { in nativeUpdateTexture()
|
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/ |
D | GLES20CarEvsCameraPreviewRenderer.java | 364 private native boolean nUpdateTexture(HardwareBuffer buffer, int textureId); in nUpdateTexture()
|