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

/frameworks/base/media/mca/filterfw/native/core/
H A Dvertex_frame.cpp43 return !GLEnv::CheckGLError("Generating VBO");
56 if (GLEnv::CheckGLError("VBO Bind Buffer"))
70 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.cpp354 if (GLEnv::CheckGLError("glAttachShader")) return 0;
405 return !GLEnv::CheckGLError("Pushing vertex coordinates");
431 if (GLEnv::CheckGLError("Activating Texture Unit"))
437 if (GLEnv::CheckGLError("Binding Texture"))
450 if (GLEnv::CheckGLError("Texture Variable Binding"))
461 return !GLEnv::CheckGLError("Use Program");
504 return success && !GLEnv::CheckGLError("Rendering");
685 return !GLEnv::CheckGLError("Set Uniform Value (int)");
697 return !GLEnv::CheckGLError("Set Uniform Value (float)");
748 return !GLEnv::CheckGLError("Se
[all...]
H A Dgl_env.h199 static bool CheckGLError(const std::string& operation);
H A Dgl_env.cpp302 bool GLEnv::CheckGLError(const std::string& op) { function in class:android::filterfw::GLEnv

Completed in 315 milliseconds