HomeSort by relevance Sort by last modified time
    Searched refs:CheckGLError (Results 1 - 24 of 24) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 43 return !GLEnv::CheckGLError("Generating VBO");
56 if (GLEnv::CheckGLError("VBO Bind Buffer"))
70 if (GLEnv::CheckGLError("VBO Data Upload"))
gl_frame.cpp 113 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("FBO Generation")
    [all...]
shader_program.cpp 354 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("Set Uniform Value")
    [all...]
gl_env.h 199 static bool CheckGLError(const std::string& operation);
gl_env.cpp 299 bool GLEnv::CheckGLError(const std::string& op) {
  /external/chromium_org/gpu/command_buffer/tests/
gl_shared_resources_unittests.cc 52 GLTestHelper::CheckGLError("no errors", __LINE__);
54 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_chromium_framebuffer_multisample_unittest.cc 47 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_test_utils.h 18 static bool CheckGLError(const char* msg, int line);
gl_unittests_android.cc 58 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_depth_texture_unittest.cc 167 if (!GLTestHelper::CheckGLError("no errors after setup", __LINE__)) {
180 if (!GLTestHelper::CheckGLError("no errors after depth draw", __LINE__)) {
190 if (!GLTestHelper::CheckGLError("no errors after texture draw", __LINE__)) {
199 if (!GLTestHelper::CheckGLError("no errors after readpixels", __LINE__)) {
245 GLTestHelper::CheckGLError("no errors after everything", __LINE__);
gl_program_unittests.cc 87 GLTestHelper::CheckGLError("no errors", __LINE__);
125 GLTestHelper::CheckGLError("no errors", __LINE__);
162 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_stream_draw_unittests.cc 82 GLTestHelper::CheckGLError("no errors", __LINE__);
112 GLTestHelper::CheckGLError("no errors", __LINE__);
153 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_unittests.cc 34 GLTestHelper::CheckGLError("no errors", __LINE__);
63 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_readback_unittests.cc 86 GLTestHelper::CheckGLError("no errors", __LINE__);
occlusion_query_unittests.cc 146 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_bind_uniform_location_unittest.cc 101 GLTestHelper::CheckGLError("no errors", __LINE__);
217 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_pointcoord_unittest.cc 150 GLTestHelper::CheckGLError("no errors", __LINE__);
gl_virtual_contexts_unittests.cc 134 GLTestHelper::CheckGLError("no errors", __LINE__);
compressed_texture_test.cc 242 GLTestHelper::CheckGLError("CompressedTextureTest.Draw", __LINE__);
gl_test_utils.cc 24 bool GLTestHelper::CheckGLError(const char* msg, int line) {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 18 CheckGLError();
31 CheckGLError();
45 CheckGLError();
60 CheckGLError();
73 CheckGLError();
81 CheckGLError();
88 CheckGLError();
96 CheckGLError();
103 CheckGLError();
111 CheckGLError();
    [all...]
gles2_implementation.cc 250 CheckGLError();
419 void GLES2Implementation::CheckGLError() {
558 CheckGLError();
569 CheckGLError();
590 CheckGLError();
738 CheckGLError();
784 CheckGLError();
947 CheckGLError();
959 CheckGLError();
988 CheckGLError();
    [all...]
gles2_implementation.h 563 void CheckGLError();
566 void CheckGLError() { }
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 225 milliseconds