/external/angle/src/libANGLE/ |
D | PixelLocalStorage.h | 165 void end(Context *, const GLenum storeops[]); 183 virtual void onEnd(Context *, const GLenum storeops[]) = 0;
|
D | PixelLocalStorage.cpp | 540 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()
|
D | Context.h | 790 void drawPixelLocalStorageEXTDisable(const PixelLocalStoragePlane[], const GLenum storeops[]);
|
D | Context_gles_ext_autogen.h | 588 void endPixelLocalStorage(GLsizei n, const GLenum *storeops); \
|
D | validationESEXT.cpp | 2195 const GLenum storeops[]) in ValidateEndPixelLocalStorageANGLE() argument 2213 if (!ValidatePLSStoreOperation(context, entryPoint, storeops[i])) in ValidateEndPixelLocalStorageANGLE()
|
D | Context.cpp | 8940 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()
|
D | validationESEXT_autogen.h | 898 const GLenum *storeops);
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.cpp | 106 const GLenum storeops[]) in drawPixelLocalStorageEXTDisable() argument
|
D | ContextImpl.h | 288 const GLenum storeops[]);
|
/external/angle/extensions/ |
D | ANGLE_shader_pixel_local_storage.txt | 163 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/ |
D | ContextGL.h | 299 const GLenum storeops[]) override;
|
D | ContextGL.cpp | 1092 const GLenum storeops[]) in drawPixelLocalStorageEXTDisable() argument 1104 plane.isActive() && !plane.isMemoryless() && storeops[i] == GL_STORE_OP_STORE_ANGLE; in drawPixelLocalStorageEXTDisable()
|
/external/angle/include/GLES2/ |
D | gl2ext_angle.h | 647 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/ |
D | capture_gles_ext_params.cpp | 4286 const GLenum *storeops, in CaptureEndPixelLocalStorageANGLE_storeops() argument 4289 CaptureArray(storeops, n, paramCapture); in CaptureEndPixelLocalStorageANGLE_storeops()
|
D | capture_gles_ext_autogen.h | 895 const GLenum *storeops); 4203 const GLenum *storeops,
|
D | capture_gles_ext_autogen.cpp | 4811 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/ |
D | entry_points_gles_ext_autogen.h | 665 ANGLE_EXPORT void GL_APIENTRY GL_EndPixelLocalStorageANGLE(GLsizei n, const GLenum *storeops);
|
D | entry_points_gles_ext_autogen.cpp | 4165 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()
|
D | libGLESv2_autogen.cpp | 3815 void GL_APIENTRY glEndPixelLocalStorageANGLE(GLsizei n, const GLenum *storeops) in glEndPixelLocalStorageANGLE() argument 3817 return GL_EndPixelLocalStorageANGLE(n, storeops); in glEndPixelLocalStorageANGLE()
|