Searched refs:CheckGLError (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dvertex_frame.cpp39 return !GLEnv::CheckGLError("Generating VBO");
52 if (GLEnv::CheckGLError("VBO Bind Buffer"))
66 if (GLEnv::CheckGLError("VBO Data Upload"))
H A Dgl_frame.cpp113 return !GLEnv::CheckGLError("Generating MipMap!");
122 if (!GLEnv::CheckGLError("Setting texture parameter!")) {
138 return !GLEnv::CheckGLError("Resetting texture parameters!");
230 if (GLEnv::CheckGLError("FBO Binding")) return false;
234 if (GLEnv::CheckGLError("ViewPort Setup")) return false;
258 return !GLEnv::CheckGLError("Texture Binding");
280 return !GLEnv::CheckGLError("Texture Binding");
293 if (GLEnv::CheckGLError("Texture Generation"))
316 if (!GLEnv::CheckGLError("Texture Allocation")) {
338 if (GLEnv::CheckGLError("FB
[all...]
H A Dshader_program.cpp347 if (GLEnv::CheckGLError("glAttachShader")) return 0;
398 return !GLEnv::CheckGLError("Pushing vertex coordinates");
424 if (GLEnv::CheckGLError("Activating Texture Unit"))
430 if (GLEnv::CheckGLError("Binding Texture"))
443 if (GLEnv::CheckGLError("Texture Variable Binding"))
454 return !GLEnv::CheckGLError("Use Program");
497 return success && !GLEnv::CheckGLError("Rendering");
678 return !GLEnv::CheckGLError("Set Uniform Value (int)");
690 return !GLEnv::CheckGLError("Set Uniform Value (float)");
741 return !GLEnv::CheckGLError("Se
[all...]
H A Dgl_env.h200 static bool CheckGLError(const std::string& operation);
H A Dgl_env.cpp305 bool GLEnv::CheckGLError(const std::string& op) { function in class:android::filterfw::GLEnv

Completed in 639 milliseconds