Home
last modified time | relevance | path

Searched refs:GL_STORE_OP_STORE_ANGLE (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/gl_tests/
DPixelLocalStorageTest.cpp627 glEndPixelLocalStorageANGLE(3, GLenumArray({GL_STORE_OP_STORE_ANGLE, GL_STORE_OP_STORE_ANGLE, in TEST_P()
628 GL_STORE_OP_STORE_ANGLE})); in TEST_P()
674 glEndPixelLocalStorageANGLE(2, GLenumArray({GL_STORE_OP_STORE_ANGLE, GL_STORE_OP_STORE_ANGLE})); in TEST_P()
719 GLenumArray({GL_STORE_OP_STORE_ANGLE, GL_STORE_OP_STORE_ANGLE, GL_STORE_OP_STORE_ANGLE}); in TEST_P()
889 glEndPixelLocalStorageANGLE(2, GLenumArray({GL_STORE_OP_STORE_ANGLE, GL_STORE_OP_STORE_ANGLE})); in TEST_P()
942 std::vector<GLenum> storeOps(MAX_PIXEL_LOCAL_STORAGE_PLANES, GL_STORE_OP_STORE_ANGLE); in TEST_P()
1073 glEndPixelLocalStorageANGLE(1, GLenumArray({GL_STORE_OP_STORE_ANGLE})); in TEST_P()
1087 glEndPixelLocalStorageANGLE(1, GLenumArray({GL_STORE_OP_STORE_ANGLE})); in TEST_P()
1128 glEndPixelLocalStorageANGLE(1, GLenumArray({GL_STORE_OP_STORE_ANGLE})); in TEST_P()
1158 glEndPixelLocalStorageANGLE(1, GLenumArray({GL_STORE_OP_STORE_ANGLE})); in TEST_P()
[all …]
/external/angle/src/libANGLE/
DPixelLocalStorage.cpp960 if (storeops[i] != GL_STORE_OP_STORE_ANGLE || getPlane(i).isMemoryless()) in onEnd()
DvalidationESEXT.cpp1812 case GL_STORE_OP_STORE_ANGLE: in ValidatePLSStoreOperation()
DContext.cpp8955 n, GL_STORE_OP_STORE_ANGLE); in endPixelLocalStorageWithStoreOpsStore()
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp1104 plane.isActive() && !plane.isMemoryless() && storeops[i] == GL_STORE_OP_STORE_ANGLE; in drawPixelLocalStorageEXTDisable()
/external/angle/include/GLES2/
Dgl2ext_angle.h633 #define GL_STORE_OP_STORE_ANGLE 0x96E7 macro