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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 50 int[] fbos = new int[] { fboId }; local
52 GLES20.glDeleteFramebuffers(1, fbos, 0);
64 int[] fbos = new int[1]; local
65 GLES20.glGenFramebuffers(1, fbos, 0);
67 return fbos[0];
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 375 std::vector<deUint32> fbos; local
407 fbos.push_back(layerFbo);
414 for (size_t n = 0; n < fbos.size(); n++)
427 const deUint32 fbo = fbos[face];
504 std::vector<deUint32> fbos; local
534 fbos.push_back(layerFbo);
541 for (size_t n = 0; n < fbos.size(); n++)
553 const deUint32 fbo = fbos[layer];
630 std::vector<deUint32> fbos; local
658 fbos.push_back(layerFbo)
841 deUint32 fbos[] = { 0, 0 }; local
910 deUint32 fbos[] = { 0, 0 }; local
976 deUint32 fbos[] = { 0, 0 }; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 151 std::vector<deUint32> fbos; local
189 fbos.push_back(layerFbo);
196 std::vector<int> order(fbos.size());
210 const deUint32 fbo = fbos[layerFace];
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 435 // Set wrap mode to clamp for NPOT FBOs
842 : FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use two fbos as sources in draw operation", config)
2004 deUint32 fbos[] = { 0, 0 }; local
    [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 474 milliseconds