Home
last modified time | relevance | path

Searched refs:storeops (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libANGLE/
DPixelLocalStorage.h165 void end(Context *, const GLenum storeops[]);
183 virtual void onEnd(Context *, const GLenum storeops[]) = 0;
DPixelLocalStorage.cpp540 void PixelLocalStorage::end(Context *context, const GLenum storeops[]) in end() argument
542 onEnd(context, storeops); in end()
749 void onEnd(Context *context, const GLenum storeops[]) override in onEnd() argument
947 void onEnd(Context *context, const GLenum storeops[]) override in onEnd() argument
960 if (storeops[i] != GL_STORE_OP_STORE_ANGLE || getPlane(i).isMemoryless()) in onEnd()
1089 void onEnd(Context *context, const GLenum storeops[]) override in onEnd() argument
1091 context->drawPixelLocalStorageEXTDisable(getPlanes(), storeops); in onEnd()
DContext.h790 void drawPixelLocalStorageEXTDisable(const PixelLocalStoragePlane[], const GLenum storeops[]);
DContext_gles_ext_autogen.h588 void endPixelLocalStorage(GLsizei n, const GLenum *storeops); \
DvalidationESEXT.cpp2195 const GLenum storeops[]) in ValidateEndPixelLocalStorageANGLE() argument
2213 if (!ValidatePLSStoreOperation(context, entryPoint, storeops[i])) in ValidateEndPixelLocalStorageANGLE()
DContext.cpp8940 void Context::endPixelLocalStorage(GLsizei n, const GLenum storeops[]) in endPixelLocalStorage() argument
8946 pls.end(this, storeops); in endPixelLocalStorage()
8954 angle::FixedVector<GLenum, IMPLEMENTATION_MAX_PIXEL_LOCAL_STORAGE_PLANES> storeops( in endPixelLocalStorageWithStoreOpsStore() local
8956 endPixelLocalStorage(n, storeops.data()); in endPixelLocalStorageWithStoreOpsStore()
9900 const GLenum storeops[]) in drawPixelLocalStorageEXTDisable() argument
9907 ANGLE_CONTEXT_TRY(mImplementation->drawPixelLocalStorageEXTDisable(this, planes, storeops)); in drawPixelLocalStorageEXTDisable()
DvalidationESEXT_autogen.h898 const GLenum *storeops);
/external/angle/src/libANGLE/renderer/
DContextImpl.cpp106 const GLenum storeops[]) in drawPixelLocalStorageEXTDisable() argument
DContextImpl.h288 const GLenum storeops[]);
/external/angle/extensions/
DANGLE_shader_pixel_local_storage.txt163 void EndPixelLocalStorageANGLE(sizei n, const enum storeops[])
200 Accepted as array elements in the <storeops> parameter of
258 void EndPixelLocalStorageANGLE(sizei n, const enum storeops[])
262 * <n> specifies the length of the <loadops> or <storeops> array.
305 * <storeops> specifies an array of <n> pixel local storage "Store
417 <storeops>[0..PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_ANGLE-1] is not one of
664 <n>=PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_ANGLE and <storeops> of
672 <n>=PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_ANGLE and <storeops> of
834 called with <n>=PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_ANGLE and <storeops> of
/external/angle/src/libANGLE/renderer/gl/
DContextGL.h299 const GLenum storeops[]) override;
DContextGL.cpp1092 const GLenum storeops[]) in drawPixelLocalStorageEXTDisable() argument
1104 plane.isActive() && !plane.isMemoryless() && storeops[i] == GL_STORE_OP_STORE_ANGLE; in drawPixelLocalStorageEXTDisable()
/external/angle/include/GLES2/
Dgl2ext_angle.h647 typedef void (GL_APIENTRYP PFNGLENDPIXELLOCALSTORAGEANGLEPROC) (GLsizei n, const GLenum storeops[]);
662 GL_APICALL void GL_APIENTRY glEndPixelLocalStorageANGLE (GLsizei n, const GLenum storeops[]);
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_params.cpp4286 const GLenum *storeops, in CaptureEndPixelLocalStorageANGLE_storeops() argument
4289 CaptureArray(storeops, n, paramCapture); in CaptureEndPixelLocalStorageANGLE_storeops()
Dcapture_gles_ext_autogen.h895 const GLenum *storeops);
4203 const GLenum *storeops,
Dcapture_gles_ext_autogen.cpp4811 const GLenum *storeops) in CaptureEndPixelLocalStorageANGLE() argument
4820 InitParamValue(ParamType::TGLenumConstPointer, storeops, &storeopsParam.value); in CaptureEndPixelLocalStorageANGLE()
4821 CaptureEndPixelLocalStorageANGLE_storeops(glState, isCallValid, n, storeops, in CaptureEndPixelLocalStorageANGLE()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.h665 ANGLE_EXPORT void GL_APIENTRY GL_EndPixelLocalStorageANGLE(GLsizei n, const GLenum *storeops);
Dentry_points_gles_ext_autogen.cpp4165 void GL_APIENTRY GL_EndPixelLocalStorageANGLE(GLsizei n, const GLenum *storeops) in GL_EndPixelLocalStorageANGLE() argument
4170 (uintptr_t)storeops); in GL_EndPixelLocalStorageANGLE()
4178 context, angle::EntryPoint::GLEndPixelLocalStorageANGLE, n, storeops)); in GL_EndPixelLocalStorageANGLE()
4181 context->endPixelLocalStorage(n, storeops); in GL_EndPixelLocalStorageANGLE()
4183 ANGLE_CAPTURE_GL(EndPixelLocalStorageANGLE, isCallValid, context, n, storeops); in GL_EndPixelLocalStorageANGLE()
DlibGLESv2_autogen.cpp3815 void GL_APIENTRY glEndPixelLocalStorageANGLE(GLsizei n, const GLenum *storeops) in glEndPixelLocalStorageANGLE() argument
3817 return GL_EndPixelLocalStorageANGLE(n, storeops); in glEndPixelLocalStorageANGLE()