Searched refs:pxlSrc (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | shader.cpp | 58 GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc, const char* name) { in buildShaderProgram() argument 72 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pxlSrc, name); in buildShaderProgram()
|
D | shader.h | 23 GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc, const char* name);
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | shader.cpp | 58 GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc, const char* name) { in buildShaderProgram() argument 72 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pxlSrc, name); in buildShaderProgram()
|
/packages/services/Car/cpp/evs/apps/default/inc/ |
D | shader.h | 23 GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc, const char* name);
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | GlWrapper.cpp | 133 GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc) { in buildShaderProgram() argument 147 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pxlSrc); in buildShaderProgram()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | GlWrapper.cpp | 122 static GLuint buildShaderProgram(const char* vtxSrc, const char* pxlSrc) { in buildShaderProgram() argument 136 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pxlSrc); in buildShaderProgram()
|